Skip navigation links
Proteus Application Framework
v0.17.0
A B C D E F G H I J K L M N O P R S T U V W X _ 

I

I18N - Annotation Type in net.proteusframework.core.locale.annotation
Represents an internalization record for text localizations.
I18NFile - Annotation Type in net.proteusframework.core.locale.annotation
Use to define a set of internalization records that will go in a file.
I18NFile.Visibility - Enum in net.proteusframework.core.locale.annotation
Visibility for generated class.
I18NFiles - Annotation Type in net.proteusframework.core.locale.annotation
This allows multiple files to be defined for i18n records on the package level.
ignorableWhitespace(char[], int, int) - Method in class net.proteusframework.core.xml.XMLFragmentValidator.SingleChild
 
immutable() - Method in class net.proteusframework.core.lang.MutableBoolean
Gets a Boolean that is equivalent to MutableBoolean.
inc(long) - Method in class net.proteusframework.core.lang.MutableLong
Increment the value and return the previous value (i.e.
inc() - Method in class net.proteusframework.core.lang.MutableLong
Convience method for inc(1).
indexOf(CharSequence, char) - Method in class net.proteusframework.core.locale.TruncatedTextSource
Find the first index of the specified character.
init() - Method in class net.proteusframework.core.cache.JDBCCacheLoader
 
init() - Method in class net.proteusframework.core.cache.JDBCCacheWriter
 
init(C) - Method in class net.proteusframework.core.xml.TagListener
Initialize listener.
InitializationCallback(StaticKeyDataConfig) - Constructor for class net.proteusframework.core.locale.JDBCLocaleSource.InitializationCallback
Creates a new instance.
initialize() - Method in class net.proteusframework.core.image.GIFEncoder
Init
inputStream - Variable in class net.proteusframework.core.mail.support.MessageTemplateParser.MutableMailPart
Data.
InsertPosition - Enum in net.proteusframework.core
Position for inserts.
inSet(boolean[], char) - Static method in class net.proteusframework.core.StringFactory
Returns whether the character is in the set or not.
INSTANCE - Static variable in class net.proteusframework.core.lang.ComparableComparator
Comparator.
instantiate(String, EntityMode, Serializable) - Method in class net.proteusframework.core.hibernate.DelegatingHibernateInterceptor
 
instantiateNoArg(Class<?>, String) - Static method in class net.proteusframework.core.ReflectUtil
Instantiate with a no-arg constructor.
integerToString(int, int) - Static method in class net.proteusframework.core.StringFactory
Converts an integer to a String with specified minimum length.
interlace - Variable in class net.proteusframework.core.image.GIFEncoder
Field.
Internal - Annotation Type in net.proteusframework.core.annotation
Indicates that the API is for internal use only.
Internal.Type - Enum in net.proteusframework.core.annotation
Type
internationalizationRecordCreated(InternationalizationRecord) - Method in class net.proteusframework.core.locale.JDBCLocaleSource.InitializationCallback
 
InternationalizedException - Exception in net.proteusframework.core.lang
Indicates an error with an internationalized message.
InternationalizedException(String) - Constructor for exception net.proteusframework.core.lang.InternationalizedException
Constructor.
InternationalizedException(String, Throwable) - Constructor for exception net.proteusframework.core.lang.InternationalizedException
Constructor.
InternationalizedException(TextSource, Object...) - Constructor for exception net.proteusframework.core.lang.InternationalizedException
Constructor.
InternationalizedException(Throwable, TextSource, Object...) - Constructor for exception net.proteusframework.core.lang.InternationalizedException
Constructor.
InternationalizedException(TextSource) - Constructor for exception net.proteusframework.core.lang.InternationalizedException
Constructor.
InternationalizedException(TextSource, Throwable) - Constructor for exception net.proteusframework.core.lang.InternationalizedException
Constructor.
intValue() - Method in class net.proteusframework.core.lang.MutableLong
 
intValue() - Method in class net.proteusframework.core.metric.Metric
Get the value of the Metric as an int.
invalidate(LocalizedObject, Locale) - Method in class net.proteusframework.core.cache.CachingLocaleSource
 
invalidate(LocalizedObject, Locale) - Method in class net.proteusframework.core.locale.JDBCLocaleSource
 
invalidate(LocalizedObject, Locale) - Method in interface net.proteusframework.core.locale.LocaleSource
Invalidate cache for a LocalizedObject modification if this locale source supports caching.
invalidate(LocalizedObject, Locale) - Method in class net.proteusframework.core.locale.ResourceBundleAdapter
 
invokeMethod(Object, String, Object...) - Static method in class net.proteusframework.core.ReflectUtil
Invokes a method on an object.
invokeMethod(String, Object) - Method in class net.proteusframework.core.script.GroovyScriptContext
 
isAbsolute(Metric) - Method in class net.proteusframework.core.metric.DeviceMetric
Determines if the given Metric is an absolute metric.
isAbsolute(Dimension) - Method in class net.proteusframework.core.metric.DeviceMetric
Determines if the given Dimension is using absolute metrics.
isAllOfMetric(Class) - Method in class net.proteusframework.core.metric.Dimension
Determines if the metrics are all using the given class.
isAllOfMetric(Class<?>) - Method in class net.proteusframework.core.metric.Point
Determines if the metrics are all using the given class.
isAttached(Object) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
Test if the entity is attached.
isAttributeEscapingMode() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
Get the attribute escaping mode flag.
isBytecodeValid(ScriptIdentifier) - Method in class net.proteusframework.core.script.Bytecode
Test if the bytecode is valid.
isCacheable() - Method in class net.proteusframework.core.script.ScriptIdentifier
Get the cacheable flag.
isCase(Object) - Method in class net.proteusframework.core.net.LenientContentType
Groovy switch support.
isCaseSensitive() - Method in class net.proteusframework.core.ToStringComparator
Returns the caseSensitive attribute.
isConcurrent() - Method in class net.proteusframework.core.freemarker.MapCacheStorage
 
isConfigured() - Method in class net.proteusframework.core.html.MarkupValidatorClient
Test if this client is configured.
isContextAvailable() - Method in class net.proteusframework.core.spring.ApplicationContextUtils
Check if the context has been loaded.
isConvertEntityType() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
Test if convert is set.
isDirectInput() - Method in class net.proteusframework.core.html.MarkupValidatorClient.HTMLValidationRequest
 
isDirectInput() - Method in class net.proteusframework.core.html.MarkupValidatorClient.URLValidationRequest
 
isDirectInput() - Method in interface net.proteusframework.core.html.MarkupValidatorClient.ValidationRequest
Test if the request is for direct input.
isDNSCheck() - Method in enum net.proteusframework.core.mail.EmailValidationType
Test if DNS check.
isDnsValidation() - Method in class net.proteusframework.core.mail.EmailAddressValidator
Returns true if DNS validation should be used in EmailAddressValidator.validate(String).
isDocument() - Method in class net.proteusframework.core.html.MarkupValidatorClient.HTMLValidationRequest
 
isDocument() - Method in class net.proteusframework.core.html.MarkupValidatorClient.URLValidationRequest
 
isDocument() - Method in interface net.proteusframework.core.html.MarkupValidatorClient.ValidationRequest
Test if the request represents a document or a document fragment.
isEmpty() - Method in interface net.proteusframework.core.Attributes
Test if the attributes are empty.
isEmpty() - Method in class net.proteusframework.core.freemarker.HashList
 
isEmpty() - Method in class net.proteusframework.core.freemarker.MutableList
 
isEmpty() - Method in class net.proteusframework.core.freemarker.MutableMap
 
isEmpty() - Method in class net.proteusframework.core.MapAttributes
 
isEmpty() - Method in class net.proteusframework.core.SetAssocCache
Determines if the cache is empty.
isEmptyHTMLElement(String) - Static method in class net.proteusframework.core.xml.XMLUtil
Return true if the specified element name is an empty element like BR, HR, etc.
isEmptyString(String) - Static method in class net.proteusframework.core.StringFactory
Check if a String is empty or not.
isEmptyString(Object) - Static method in class net.proteusframework.core.StringFactory
Check if an Object can be convert to empty String or not.
isEquivalent(Object, Object) - Static method in class net.proteusframework.core.locale.LocalizedObjectKey
Checks to see if the two specified keys are equivalent.
isError() - Method in class net.proteusframework.core.html.MarkupValidatorClient.ValidationResult
Test if this result indicates an error.
isError(LocalizedText) - Method in class net.proteusframework.core.locale.LocaleContext
Test if the text is an error message due to not being able to load the localization.
isEscapeEntities() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
Get the escape entities flag.
isFailure() - Method in enum net.proteusframework.core.mail.EmailValidationResult.Outcome
Return true if failed outcome.
isGroovy() - Method in class net.proteusframework.core.script.ScriptIdentifier
Test if this identifies a Groovy script.
isHTML(MarkupValidatorClient.ValidationRequest) - Method in class net.proteusframework.core.html.MarkupValidatorClient
Test if the request is for HTML.
isHtmlCompatible() - Method in class net.proteusframework.core.xml.GenericParser
Get if HTML compatible output will be generated.
isHtmlCompatible() - Method in class net.proteusframework.core.xml.TagListenerConfiguration
Get the htmlCompatible.
isIncludeXHTMLEntities() - Method in class net.proteusframework.core.xml.GenericParser
Get entity inclusion flag.
isInsert() - Method in class net.proteusframework.core.locale.xml.StaticKeyDataConfig
Return true if the config is setup to insert new records.
isInTransaction() - Method in class net.proteusframework.core.hibernate.HibernateSessionHelper
Return true if the code is in a transaction.
isLimitedDomain(String) - Method in class net.proteusframework.core.mail.EmailValidationService
Test if the specified address or domain is in the limited set of domains.
isLocaleIsImmutable() - Method in class net.proteusframework.core.locale.LocaleContext
Return the immutable flag.
isMember(HTMLElement) - Method in enum net.proteusframework.core.html.HTMLElementContentModel
Checks if the specified element is a member of this content model.
isMember(Enum<?>) - Method in enum net.proteusframework.core.html.HTMLElementContentModel
Checks if the specified element is a member of this content model.
isMember(String) - Method in enum net.proteusframework.core.html.HTMLElementContentModel
Checks if the specified element is a member of this content model.
isModification(LocaleSource, boolean) - Method in class net.proteusframework.core.locale.TransientLocalizedObjectKey
Test if the state of the LOK is considered a modification.
isMutable() - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyListUserType
 
isMutable() - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyUserType
 
isNull(Object) - Static method in class net.proteusframework.core.locale.LocalizedObjectKey
Check for null key.
isNumericEntities() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
Get the numeric entities flag.
isOutputBreakTagForNewline() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
Test if the option is set to output BR tag for newlines.
isOutputLocalizedObjectKey() - Method in class net.proteusframework.core.locale.LocaleContext
Get output LocalizedObject key flag.
isOutputXHTML() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
Get outputXHTML flag.
isPreferInternal() - Method in class net.proteusframework.core.html.MarkupValidatorClient.HTMLValidationRequest
 
isPreferInternal() - Method in class net.proteusframework.core.html.MarkupValidatorClient.URLValidationRequest
 
isPreferInternal() - Method in interface net.proteusframework.core.html.MarkupValidatorClient.ValidationRequest
Test if the request would prefer using an internal validator.
isqrt(int) - Method in class net.proteusframework.core.image.GIFEncoder
Internal use.
isRenderDetails() - Method in class net.proteusframework.core.notification.AbstractNotificationRenderer
Test if notification details should be rendered.
isReplaceCharacterWithEntity() - Method in class net.proteusframework.core.html.EntityUtil.EscapeOptions
If true, causes characters to be replaced with the corresponding entity symbol during escaping.
isScan() - Method in class net.proteusframework.core.locale.xml.StaticKeyDataConfig
Get the scan falg.
isSmtpValidation() - Method in class net.proteusframework.core.mail.EmailAddressValidator
Returns true if SMTP validation should be used in EmailAddressValidator.validate(String).
isSpecified(MailDataHandler) - Method in enum net.proteusframework.core.mail.MailMessage.DestinationType
Test if this DestinationType is specified.
isSpecified(MailDataHandler) - Method in enum net.proteusframework.core.mail.MailMessage.OriginatorType
Test if this OriginatorType is specified.
isStarting() - Method in class net.proteusframework.core.spring.ApplicationContextUtils
Check if the context is starting.
isStatic() - Method in class net.proteusframework.core.locale.LocalizedObjectKey
Return true if the key has a symbolic name and it differs from the real key.
isStrict(MarkupValidatorClient.ValidationRequest) - Method in class net.proteusframework.core.html.MarkupValidatorClient
Test if the request is for HTML.
isSuccess() - Method in enum net.proteusframework.core.automation.TaskRunStatus
Return true if the status indicates success.
isSuccess() - Method in class net.proteusframework.core.mail.EmailValidationResult
Return true if all validation checks are successful.
isSuccess() - Method in enum net.proteusframework.core.mail.EmailValidationResult.Outcome
Return true if successful outcome.
isTransient(Object) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
Test if the entity is transient.
isTransient(Object) - Method in class net.proteusframework.core.hibernate.DelegatingHibernateInterceptor
 
isTransparent(Context) - Method in interface net.proteusframework.core.html.Element
Test if the element's content model is transparent.
isTransparent(Context) - Method in enum net.proteusframework.core.html.HTMLElement
 
isUpdate() - Method in class net.proteusframework.core.locale.xml.StaticKeyDataConfig
Return true if the config is setup to update existing records.
isUserNode() - Method in class net.proteusframework.core.prefs.DelegatingPreferences
 
isUserNode() - Method in class net.proteusframework.core.prefs.MemoryPreferences
Always considered a user node.
isValid(DataSource) - Method in class net.proteusframework.core.automation.DatabaseObjectConversion
Test if the conversion is valid.
isValid() - Method in class net.proteusframework.core.mail.UnparsedAddress
Test if the address is valid.
isValidAddress(String) - Method in class net.proteusframework.core.mail.EmailValidationService
Test if address is valid.
isValidAddress(UnparsedAddress) - Method in class net.proteusframework.core.mail.EmailValidationService
Test if address is valid.
isValidDomain(String) - Method in class net.proteusframework.core.mail.EmailValidationService
Test if domain is valid for receiving email.
isValidEmailAddress(String) - Static method in class net.proteusframework.core.StringFactory
Checks if a String is in the format of an email address or not.
isValidParent() - Method in class net.proteusframework.core.html.ContextImpl
Test if the parent specified is valid.
isValidParent(Context) - Method in interface net.proteusframework.core.html.Element
Test if this element can have a specific element as a parent.
isValidParent(Context) - Method in enum net.proteusframework.core.html.HTMLElement
 
isXHTML() - Method in class net.proteusframework.core.io.EntityUtilWriter
Get the XHTML flag.
isXML() - Method in class net.proteusframework.core.html.MarkupValidatorClient.HTMLValidationRequest
 
isXML() - Method in class net.proteusframework.core.html.MarkupValidatorClient.URLValidationRequest
 
isXML() - Method in interface net.proteusframework.core.html.MarkupValidatorClient.ValidationRequest
Indicates if the content for direct input is XML.
iterator() - Method in class net.proteusframework.core.freemarker.HashList
 
iterator() - Method in class net.proteusframework.core.freemarker.MutableList
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
Skip navigation links