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 _ 

L

L10N - Annotation Type in net.proteusframework.core.locale.annotation
Defines a localization record for an I18N.
lastData - Variable in class net.proteusframework.core.io.UUEncodeInputStream
True if last data mark '=' has been read.
lastWhitespace(CharSequence) - Method in class net.proteusframework.core.locale.TruncatedTextSource
Get the last whitespace character.
LATIN1 - Static variable in class net.proteusframework.core.StringFactory
ISO-8859-1 string constant.
length() - Method in class net.proteusframework.core.locale.LocalizedText
 
LenientContentType - Class in net.proteusframework.core.net
ContentType that has been enhanced for serialization and matching.
LenientContentType() - Constructor for class net.proteusframework.core.net.LenientContentType
Constructor.
LenientContentType(String, String, ParameterList) - Constructor for class net.proteusframework.core.net.LenientContentType
Constructor.
LenientContentType(String) - Constructor for class net.proteusframework.core.net.LenientContentType
Constructor.
LenientContentType(ContentType) - Constructor for class net.proteusframework.core.net.LenientContentType
Copy constructor.
limitToDatabase(String) - Method in class net.proteusframework.core.automation.DatabaseObjectConversion
Only run the data conversion if the product name of the database matches the specified product name.
limitToDatabase(String, int, int) - Method in class net.proteusframework.core.automation.DatabaseObjectConversion
Only run the data conversion if the product name of the database matches the specified product name.
list(ClassPathResources.Filter) - Method in class net.proteusframework.core.lang.ClassPathResources
Get the list of resources that match the specified filter.
ListNotifiable - Class in net.proteusframework.core.notification
Notifiable implementation backed by a list.
ListNotifiable() - Constructor for class net.proteusframework.core.notification.ListNotifiable
Create a new instance.
load(Object) - Method in class net.proteusframework.core.cache.JDBCCacheLoader
 
load(Object, Object) - Method in class net.proteusframework.core.cache.JDBCCacheLoader
 
load(String) - Method in interface net.proteusframework.core.mail.support.Loader
Load the specified resource.
load(File) - Method in class net.proteusframework.core.xml.BaseXMLHandler
Load the data from the given file.
loadAll(Collection) - Method in class net.proteusframework.core.cache.JDBCCacheLoader
 
loadAll(Collection, Object) - Method in class net.proteusframework.core.cache.JDBCCacheLoader
 
loadEntity(Class<E>, Serializable) - Method in class net.proteusframework.core.hibernate.dao.EntityRetriever
Load an entity by id.
loadEntity(Class<E>, Serializable) - Method in class net.proteusframework.core.hibernate.dao.EntityRetrieverImpl
 
Loader - Interface in net.proteusframework.core.mail.support
Implementers provide the ability to load data for a MessageTemplate.
loadLogs(TaskLog) - Method in class net.proteusframework.core.automation.TaskManager
Load the logs.
loadLogs(Connection, int) - Static method in class net.proteusframework.core.automation.TaskManager
Load the logs.
loadTaskLog(Connection, ResultSet) - Method in class net.proteusframework.core.automation.TaskManager
Loads a row from a result set.
localeChanged(LocaleContext) - Method in class net.proteusframework.core.locale.AbstractLocalizedObject
Called when the locale has changed.
localeChanged(LocaleContext) - Method in class net.proteusframework.core.locale.LocalizedLocale
 
localeChanged(LocaleContext) - Method in interface net.proteusframework.core.locale.LocalizedObject
Called when the locale has changed.
localeChanged(LocaleContext) - Method in class net.proteusframework.core.locale.LocalizedText
 
localeChanged(LocaleContext) - Method in class net.proteusframework.core.locale.ResourceBundleLocalizedText
 
LocaleContext - Class in net.proteusframework.core.locale
The LocaleContext holds the current locale information and keeps a registry of LocalizedObject instances that are updated by calling LocalizedObject.localeChanged(LocaleContext) when the locale is changed.
LocaleContext(String, String, String) - Constructor for class net.proteusframework.core.locale.LocaleContext
Create a new instance.
LocaleContext(Locale) - Constructor for class net.proteusframework.core.locale.LocaleContext
Create a new instance.
LocaleContext.MissingLocalization - Class in net.proteusframework.core.locale
Missing localization text.
LocaleContextSource - Interface in net.proteusframework.core.locale
Indicates that an class can provide a LocaleContext.
LocaleSource - Interface in net.proteusframework.core.locale
Implementations of this interface store, update, retrieve, and remove LocalizedObjects.
LocaleSourceException - Exception in net.proteusframework.core.locale
Indicates an error accessing a LocaleSource.
LocaleSourceException(String) - Constructor for exception net.proteusframework.core.locale.LocaleSourceException
Creates a new instance.
LocaleSourceException(String, Throwable) - Constructor for exception net.proteusframework.core.locale.LocaleSourceException
Creates a new instance.
LocaleSourceListener - Interface in net.proteusframework.core.locale
A listener for when LocalizedObjects are changed.
LocalizationInputHelper - Class in net.proteusframework.core.locale
Utility for localization input.
LocalizationInputHelper(Preferences) - Constructor for class net.proteusframework.core.locale.LocalizationInputHelper
Constructor.
LocalizationInputProvider - Interface in net.proteusframework.core.locale
Persistence provider for localization input.
LocalizationInputProviderImpl - Class in net.proteusframework.core.locale
Default implementation of LocalizationInputProvider.
LocalizationInputProviderImpl() - Constructor for class net.proteusframework.core.locale.LocalizationInputProviderImpl
Constructor.
LocalizedLocale - Class in net.proteusframework.core.locale
LocalizedObject implementation that returns the language as the value.
LocalizedLocale(Locale, Locale) - Constructor for class net.proteusframework.core.locale.LocalizedLocale
Creates a new instance.
LocalizedNamedObjectComparator - Class in net.proteusframework.core.locale
Compares LocalizedNamedObject by name property.
LocalizedNamedObjectComparator(LocaleContext) - Constructor for class net.proteusframework.core.locale.LocalizedNamedObjectComparator
Create instance.
LocalizedObject - Interface in net.proteusframework.core.locale
Base interface for all classes that handle localization in MIWT.
localizedObjectChanged(LocalizedObjectChangedEvent) - Method in class net.proteusframework.core.cache.CachingLocaleSource
 
localizedObjectChanged(LocalizedObjectChangedEvent) - Method in class net.proteusframework.core.locale.LocaleContext
 
localizedObjectChanged(LocalizedObjectChangedEvent) - Method in interface net.proteusframework.core.locale.LocaleSourceListener
Notify that a LocalizedObject has changed.
LocalizedObjectChangedEvent - Class in net.proteusframework.core.locale
An event signifying that a LocalizedObject has been changed.
LocalizedObjectChangedEvent(LocaleSource, LocalizedObject, Locale, LocalizedObjectChangedEvent.ChangeType) - Constructor for class net.proteusframework.core.locale.LocalizedObjectChangedEvent
Create instance.
LocalizedObjectChangedEvent.ChangeType - Enum in net.proteusframework.core.locale
Change Type.
localizedObjectCreated(LocalizationRecord, LocalizedObject) - Method in class net.proteusframework.core.locale.JDBCLocaleSource.InitializationCallback
 
LocalizedObjectKey - Class in net.proteusframework.core.locale
Wrapper class for the benefit of identifying the objects that are LocalizedObject keys.
LocalizedObjectKey() - Constructor for class net.proteusframework.core.locale.LocalizedObjectKey
Creates a new instance.
LocalizedObjectKey(LocalizedObjectKey) - Constructor for class net.proteusframework.core.locale.LocalizedObjectKey
Copy constructor.
LocalizedObjectKey(Object) - Constructor for class net.proteusframework.core.locale.LocalizedObjectKey
Create a new instance.
LocalizedObjectKey(Object, String) - Constructor for class net.proteusframework.core.locale.LocalizedObjectKey
Create a new instance of a key with a symbolic name.
LocalizedObjectKeyBeanInfo - Class in net.proteusframework.core.locale
Bean info.
LocalizedObjectKeyBeanInfo() - Constructor for class net.proteusframework.core.locale.LocalizedObjectKeyBeanInfo
Creates a new instance.
LocalizedObjectKeyComparator - Class in net.proteusframework.core.locale
Comparator for LocalizedObjectKey.
LocalizedObjectKeyComparator(LocaleContext) - Constructor for class net.proteusframework.core.locale.LocalizedObjectKeyComparator
Create a new instance.
LocalizedObjectKeyEditor - Class in net.proteusframework.core.locale
Editor for LocalizedObjectKey.
LocalizedObjectKeyEditor() - Constructor for class net.proteusframework.core.locale.LocalizedObjectKeyEditor
Create a new instance.
LocalizedObjectKeyEditor(Object) - Constructor for class net.proteusframework.core.locale.LocalizedObjectKeyEditor
Create a new instance.
LocalizedObjectKeyListUserType - Class in net.proteusframework.core.usertype
A UserType for storing i18nkey from a LocalizedObjectKey List as an encoded string.
LocalizedObjectKeyListUserType() - Constructor for class net.proteusframework.core.usertype.LocalizedObjectKeyListUserType
Creates a new instance
LocalizedObjectKeyUserType - Class in net.proteusframework.core.usertype
A UserType for storing i18n key from a LocalizedObjectKey as a long.
LocalizedObjectKeyUserType() - Constructor for class net.proteusframework.core.usertype.LocalizedObjectKeyUserType
Creates a new instance
LocalizedText - Class in net.proteusframework.core.locale
A LocalizedObject that contains one text value.
LocalizedText(String) - Constructor for class net.proteusframework.core.locale.LocalizedText
Create a new instance.
LocalizedText(LocalizedObjectKey, String) - Constructor for class net.proteusframework.core.locale.LocalizedText
Creates a new instance.
LocalizedText(LocalizedObjectKey, String, Object[]) - Constructor for class net.proteusframework.core.locale.LocalizedText
Creates a new instance.
LocalizedTextBeanInfo - Class in net.proteusframework.core.locale
BeanInfo for LocalizedText.
LocalizedTextBeanInfo() - Constructor for class net.proteusframework.core.locale.LocalizedTextBeanInfo
Create new instance.
lockUpgradeNoWait(Object) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
Upgrade (no-wait) lock an entity.
Log - Class in net.proteusframework.core.automation
Log.
Log(String) - Constructor for class net.proteusframework.core.automation.Log
Constructor.
Log(String, LoggableSource) - Constructor for class net.proteusframework.core.automation.Log
Constructor.
log(TaskLog) - Method in class net.proteusframework.core.automation.TaskManager
Write the log to the database.
Loggable - Interface in net.proteusframework.core.automation
Implementors provide a string that is useful for logging.
LoggableSource - Enum in net.proteusframework.core.automation
Loggable Source.
logger - Static variable in class net.proteusframework.core.locale.JDBCLocaleSource
The logger.
logger - Static variable in class net.proteusframework.core.xml.XMLUtil
Logger.
LogicalOperator - Interface in net.proteusframework.core
Logical operator such as AND, OR, NAND, NOR, NOT, etc.
LongAnyType - Class in net.proteusframework.core.usertype
AnyType implementation that is used when the Entity Identifiers of the objects will be Longs.
LongAnyType() - Constructor for class net.proteusframework.core.usertype.LongAnyType
Constructor.
longValue() - Method in class net.proteusframework.core.lang.MutableLong
 
longValue() - Method in class net.proteusframework.core.metric.Metric
Get the value of the Metric as a long.
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