- a_count - Variable in class net.proteusframework.core.image.GIFEncoder
-
Field.
- A_TO_Z - Static variable in class net.proteusframework.core.StringFactory
-
Ascii alphabetic characters - upper and lower case.
- absolutePath() - Method in class net.proteusframework.core.prefs.DelegatingPreferences
-
- AbstractCacheRegionsConfiguration - Class in net.proteusframework.core.cache
-
Parent class for Spring Beans that programmatically provide default cache region configuration.
- AbstractCacheRegionsConfiguration() - Constructor for class net.proteusframework.core.cache.AbstractCacheRegionsConfiguration
-
- AbstractDataConversion - Class in net.proteusframework.core.automation
-
Represents a DataConversion.
- AbstractDataConversion() - Constructor for class net.proteusframework.core.automation.AbstractDataConversion
-
Constructor.
- AbstractDataConversion(String, String, long, boolean, Set<DataConversion>, List<SQLStatement>, List<SQLStatement>) - Constructor for class net.proteusframework.core.automation.AbstractDataConversion
-
Constructor.
- AbstractEntity - Class in net.proteusframework.core.hibernate.model
-
A convenience base class for implementing
Entity
s with Long ids and adds introspection of equals and hashcode.
- AbstractEntity() - Constructor for class net.proteusframework.core.hibernate.model.AbstractEntity
-
Create a new instance.
- AbstractEntityBeanInfo - Class in net.proteusframework.core.hibernate.model
-
BeanInfo.
- AbstractEntityBeanInfo() - Constructor for class net.proteusframework.core.hibernate.model.AbstractEntityBeanInfo
-
Create a new instance.
- AbstractJDBCLoaderWriter - Class in net.proteusframework.core.cache
-
Helper for implementing JDBC cache loader / writer in this package.
- AbstractJDBCLoaderWriter(DataSource, String) - Constructor for class net.proteusframework.core.cache.AbstractJDBCLoaderWriter
-
Create an instance
- AbstractLocalizedObject - Class in net.proteusframework.core.locale
-
Base class for classes that handle localization in MIWT.
- AbstractLocalizedObject(LocalizedObjectKey) - Constructor for class net.proteusframework.core.locale.AbstractLocalizedObject
-
Create a new instance.
- AbstractMailPart - Class in net.proteusframework.core.mail
-
Abstract implementation of mail part.
- AbstractMailPart() - Constructor for class net.proteusframework.core.mail.AbstractMailPart
-
Constructor.
- AbstractNamedEntity - Class in net.proteusframework.core.hibernate.model
-
An Entity that has a name and description.
- AbstractNamedEntity() - Constructor for class net.proteusframework.core.hibernate.model.AbstractNamedEntity
-
Create a new instance.
- AbstractNamedEntityBeanInfo - Class in net.proteusframework.core.hibernate.model
-
BeanInfo.
- AbstractNamedEntityBeanInfo() - Constructor for class net.proteusframework.core.hibernate.model.AbstractNamedEntityBeanInfo
-
Create a new instance.
- AbstractNotificationRenderer - Class in net.proteusframework.core.notification
-
Notification renderer implementation that holds common properties.
- AbstractNotificationRenderer(LocaleContextSource, PrintWriter) - Constructor for class net.proteusframework.core.notification.AbstractNotificationRenderer
-
Create a new instance with the required properties.
- AbstractNotificationRenderer(LocaleContext, PrintWriter) - Constructor for class net.proteusframework.core.notification.AbstractNotificationRenderer
-
Create a new instance with the required properties.
- AbstractTask - Class in net.proteusframework.core.automation
-
Represents an automation Task.
- AbstractTask() - Constructor for class net.proteusframework.core.automation.AbstractTask
-
Constructor.
- AbstractTask(String, String) - Constructor for class net.proteusframework.core.automation.AbstractTask
-
Constructor.
- accept(URL, String) - Method in interface net.proteusframework.core.lang.ClassPathResources.Filter
-
Tests if a specified entry should be included in the list.
- acceptRecipient(MailMessage.DestinationType, UnparsedAddress) - Method in interface net.proteusframework.core.mail.MessageFilter
-
Accept the specified recipient.
- acceptRecipient(MailMessage.DestinationType, UnparsedAddress) - Method in class net.proteusframework.core.mail.MessageFilterAdapter
-
- add(Metric, Metric, boolean) - Method in class net.proteusframework.core.metric.DeviceMetric
-
Adds two metrics together.
- add(Dimension, Dimension) - Method in class net.proteusframework.core.metric.DeviceMetric
-
Adds two Dimension objects.
- addAttachment(ByteSource, String, String, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a ByteSource as an attachment to the message.
- addAttachment(File, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a file on the file system as an attachment to the message.
- addAttachment(DataSource) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds an attachment.
- addAttachment(DataSource, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds an attachement.
- addAttachment(InputStream) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds an attachment.
- addAttachment(InputStream, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds an attachment.
- addAttachment(InputStream, String, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds an attachment to this message.
- addAttachment(MailPart) - Method in class net.proteusframework.core.mail.MailMessage
-
Add an attachment.
- addBCC(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a BCC (Blind Carbon Copy) recipient to the MailMessage object
- addBCC(String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a BCC (Blind Carbon Copy) recipient to the MailMessage object
- addBCC(UnparsedAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a BCC (Blind Carbon Copy) recipient to the MailMessage object
- addBCC(InternetAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a BCC (Blind Carbon Copy) recipient to the MailMessage object
- addBody(InputStream, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds body content to the MailMessage.
- addBody(InputStream, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds body content to the MailMessage.
- addBody(MailPart) - Method in class net.proteusframework.core.mail.MailMessage
-
Add a body part.
- addBody(String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds content to the body of the message.
- addBody(String, String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds content to the body of the message.
- addCC(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a CC (Carbon Copy) recipient to the MailMessage object
- addCC(String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a CC (Carbon Copy) recipient to the MailMessage object
- addCC(UnparsedAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a CC (Carbon Copy) recipient to the MailMessage object
- addCC(InternetAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a CC (Carbon Copy) recipient to the MailMessage object
- addDefinedAttribute(String) - Method in class net.proteusframework.core.html.ContextImpl
-
Add the defined attribute.
- addEmptyElements(Configuration, String...) - Static method in class net.proteusframework.core.freemarker.EmptyElementDirective
-
Add empty elements to the configurable for the specified tags.
- addFileToShutdownCleanup(FileDeleter) - Static method in class net.proteusframework.core.io.FileDeleter
-
Add the specified file to be deleted to the shutdown hook for deletion when the VM is shutdown.
- addFrom(UnparsedAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the originator of this message.
- addFrom(InternetAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the originator of this message.
- addFrom(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the originator of this message.
- addFrom(String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the originator of this message.
- addHeight(Metric, Metric) - Method in class net.proteusframework.core.metric.DeviceMetric
-
Adds two metrics together.
- addHTMLAndPlainTextBody(String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Add an HTML and plain text body as utf-8 in the order that the HTML is the most faithful format to the authors intention.
- addHTMLBody(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Add an HTML body as utf-8.
- addLocalization(Locale, String) - Method in class net.proteusframework.core.locale.TransientLocalizedObjectKey
-
Add a localization.
- addLocalizedObjectChangedListener(LocaleSourceListener) - Method in class net.proteusframework.core.cache.CachingLocaleSource
-
- addLocalizedObjectChangedListener(LocaleSourceListener) - Method in class net.proteusframework.core.locale.JDBCLocaleSource
-
- addLocalizedObjectChangedListener(LocaleSourceListener) - Method in interface net.proteusframework.core.locale.LocaleSource
-
Add a localized object changed listener.
- addLocalizedObjectChangedListener(LocaleSourceListener) - Method in class net.proteusframework.core.locale.ResourceBundleAdapter
-
- addNodeChangeListener(NodeChangeListener) - Method in class net.proteusframework.core.prefs.DelegatingPreferences
-
- addPlainTextBody(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Add a plain text body as utf-8.
- addPreferenceChangeListener(PreferenceChangeListener) - Method in class net.proteusframework.core.prefs.DelegatingPreferences
-
- addProgressListener(ProgressListener<SO, SE>) - Method in interface net.proteusframework.core.progress.ProgressService
-
Add progress listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class net.proteusframework.core.locale.LocaleContext
-
Adds a PropertyChangeListener.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.proteusframework.core.locale.LocaleContext
-
Adds a PropertyChangeListener for a specific property.
- addReplyTo(InternetAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the reply-to field of the message.
- addReplyTo(UnparsedAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the reply-to field of the message.
- addReplyTo(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Sets the reply-to field of the message.
- ADDRESS - Static variable in class net.proteusframework.core.mail.support.MessageTemplateParser.MessageAddress
-
Address.
- addScanPackage(String...) - Method in class net.proteusframework.core.locale.xml.StaticKeyDataConfig
-
Add package names to scan such as "net.proteusframework.core".
- addScope(int) - Method in class net.proteusframework.core.script.ScriptContextImpl
-
Add a scope to the context.
- addSessionLifeCycleListener(SessionLifeCycleListener) - Method in class net.proteusframework.core.hibernate.HibernateSessionHandler
-
Add a SessionLifeCycleListener to the HibernateSessionHandler.
- addTo(String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a To recipient to the MailMessage object
- addTo(String, String) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a To recipient to the MailMessage object
- addTo(UnparsedAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a To recipient to the MailMessage object
- addTo(InternetAddress) - Method in class net.proteusframework.core.mail.MailMessage
-
Adds a To recipient to the MailMessage object
- addValidationResult(EmailValidationType, EmailValidationResult.Outcome) - Method in class net.proteusframework.core.mail.EmailValidationResult
-
Add a validation result.
- addWidth(Metric, Metric) - Method in class net.proteusframework.core.metric.DeviceMetric
-
Adds two metrics together.
- afterPropertiesSet() - Method in class net.proteusframework.core.automation.AutomationTaskBeans
-
- afterPropertiesSet() - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
- afterTransaction(Session, boolean) - Method in interface net.proteusframework.core.hibernate.dao.DAOHelper.AfterTransactionCallback
-
Called after transaction.
- afterTransaction(Session, boolean) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper.ResultTransactionCallbackImpl
-
- afterTransaction(Session, boolean) - Method in interface net.proteusframework.core.hibernate.dao.DAOHelper.TransactionCallback
-
- afterTransaction(Session, boolean) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper.VoidTransactionCallbackImpl
-
- afterTransactionBegin(Transaction) - Method in class net.proteusframework.core.hibernate.DelegatingHibernateInterceptor
-
- afterTransactionCompletion(Transaction) - Method in class net.proteusframework.core.hibernate.DelegatingHibernateInterceptor
-
- AliasedTemplateClassResolver - Class in net.proteusframework.core.freemarker
-
Template class resolver that allows class name aliases.
- AliasedTemplateClassResolver(Set<String>, Map<String, String>) - Constructor for class net.proteusframework.core.freemarker.AliasedTemplateClassResolver
-
Constructor.
- allocateColor(int) - Method in class net.proteusframework.core.image.GIFEncoder
-
Allocate a color.
- allowAutoEntityEscaping() - Method in class net.proteusframework.core.xml.TagListener
-
Allow auto entity escaping by the parser.
- and(Boolean) - Method in class net.proteusframework.core.lang.MutableBoolean
-
And the specified value.
- and(boolean) - Method in class net.proteusframework.core.lang.MutableBoolean
-
And the specified value.
- append(char) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
- append(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
- append(CharSequence, int, int) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
- append(TextSource, Object...) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
- appendCharacters(PrintWriter) - Method in class net.proteusframework.core.xml.GenericParser.StackElement
-
Append characters.
- appendEmptyTagClose() - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Print out close for an empty tag.
- appendEscapedAttribute(CharSequence, CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append an Attribute.
- appendEscapedAttribute(String, TextSource, Object...) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append the TextSource for Attribute.
- appendEscapedData(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append escaped character data.
- appendEscapedData(TextSource, Object...) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append escaped TextSource.
- appendEscapedDataWithBreak(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append escaped character data with newlines converted to BR tags.
- appendEscapedDataWithBreak(TextSource, Object...) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append escaped TextSource with newlines converted to BR tags.
- appendHTMLAttribute(CharSequence, CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append an HTML Attribute.
- appendHTMLData(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append HTML character data.
- appendHTMLDataWithBreak(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append HTML character data.
- appendXHTMLData(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append XHTML character data.
- appendXHTMLDataWithBreak(CharSequence) - Method in class net.proteusframework.core.io.EntityUtilWriter
-
Append XHTML character data.
- ApplicationContextUtils - Class in net.proteusframework.core.spring
-
Utilities for getting an application context.
- applyConfiguration(CacheManager) - Method in class net.proteusframework.core.cache.AbstractCacheRegionsConfiguration
-
Apply the configuration to a cache manager.
- applyConfiguration(CacheManager) - Method in class net.proteusframework.core.config.CoreCacheRegions
-
- applyParameters(PreparedStatement) - Method in class net.proteusframework.core.automation.SQLStatement
-
Apply parameters to the specified statement.
- ARG0_IS_MUST_BE_UNIQUE - Static variable in class net.proteusframework.core.validation.CommonValidationText
-
Text.
- ARG0_IS_NOT_A_VALID_ARG1 - Static variable in class net.proteusframework.core.validation.CommonValidationText
-
Text.
- ARG0_IS_NOT_VALID - Static variable in class net.proteusframework.core.validation.CommonValidationText
-
Text.
- ARG0_IS_REQUIRED - Static variable in class net.proteusframework.core.validation.CommonValidationText
-
Text.
- ARG0_IS_REQUIRED_FOR_ARG1 - Static variable in class net.proteusframework.core.validation.CommonValidationText
-
Text.
- ask(String, Object...) - Static method in class net.proteusframework.core.CommandUtil
-
Ask a question to the console user.
- asList() - Static method in class net.proteusframework.core.lang.JavaKeywords
-
Return the keywords as a list.
- asNotification() - Method in interface net.proteusframework.core.progress.ProgressEvent
-
Return the progress event information as a notification.
- assemble(Serializable, Object) - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyListUserType
-
- assemble(Serializable, Object) - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyUserType
-
- AsyncConfiguration - Class in net.proteusframework.core.spring
-
Configuration base class for providing
executor for async methods.
- AsyncConfiguration() - Constructor for class net.proteusframework.core.spring.AsyncConfiguration
-
- Attributes<K> - Interface in net.proteusframework.core
-
A collection of properties/keys and values.
- AutoCloseableHibernateSessionHandler - Class in net.proteusframework.core.hibernate
-
Autocloseable implementation of HibernateSessionHandler.
- AutoCloseableHibernateSessionHandler() - Constructor for class net.proteusframework.core.hibernate.AutoCloseableHibernateSessionHandler
-
Constructor.
- AutomationTaskBeans - Class in net.proteusframework.core.automation
-
Spring POJO to hold automation tasks.
- AutomationTaskBeans() - Constructor for class net.proteusframework.core.automation.AutomationTaskBeans
-
- AutoMetric - Class in net.proteusframework.core.metric
-
A metric that represents an "auto" value.
- AutoMetric() - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- AutoMetric(AutoMetric) - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- AutoMetric(String) - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- AutoMetric(double) - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- AutoMetric(float) - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- AutoMetric(long) - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- AutoMetric(int) - Constructor for class net.proteusframework.core.metric.AutoMetric
-
Constructor.
- available() - Method in class net.proteusframework.core.io.NullInputStream
-
- available() - Method in class net.proteusframework.core.io.UUEncodeInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.