Index

A B C D E F G H I J L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absolute(int) - Method in class rife.database.DbResultSet
 
AbstractBeanHandler - Class in rife.template
 
AbstractBeanHandler() - Constructor for class rife.template.AbstractBeanHandler
 
AbstractCallbacks<BeanType> - Class in rife.database.querymanagers.generic
Abstract convenience class that provides a positive no-op implementation of all the methods of the Callbacks interface.
AbstractCallbacks() - Constructor for class rife.database.querymanagers.generic.AbstractCallbacks
 
AbstractFormBuilder - Class in rife.forms
 
AbstractFormBuilder() - Constructor for class rife.forms.AbstractFormBuilder
 
AbstractGenericQueryManager<BeanType> - Class in rife.database.querymanagers.generic
 
AbstractGenericQueryManager(Datasource, Class<BeanType>, String) - Constructor for class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
AbstractResourceFinder - Class in rife.resources
This abstract class offers common implementations of several ResourceFinder methods.
AbstractResourceFinder() - Constructor for class rife.resources.AbstractResourceFinder
 
AbstractTemplate - Class in rife.template
 
AbstractTemplate() - Constructor for class rife.template.AbstractTemplate
 
AbstractTextualIdentifierGenerator<T> - Class in rife.validation
 
AbstractTextualIdentifierGenerator() - Constructor for class rife.validation.AbstractTextualIdentifierGenerator
 
AbstractValidationBuilder - Class in rife.validation
 
AbstractValidationBuilder() - Constructor for class rife.validation.AbstractValidationBuilder
 
AbstractValidationRule - Class in rife.validation
 
AbstractValidationRule() - Constructor for class rife.validation.AbstractValidationRule
 
AbstractWhereDelegateQuery<QueryType extends AbstractWhereDelegateQuery,DelegateType extends AbstractWhereQuery> - Class in rife.database.queries
 
AbstractWhereDelegateQuery(DelegateType) - Constructor for class rife.database.queries.AbstractWhereDelegateQuery
 
AbstractWhereGroup<ParentType extends rife.database.queries.WhereQuery> - Class in rife.database.queries
 
AbstractWhereGroup(Datasource, WhereQuery) - Constructor for class rife.database.queries.AbstractWhereGroup
 
AbstractWhereQuery<QueryType extends AbstractWhereQuery> - Class in rife.database.queries
 
activateMetaData() - Method in class rife.validation.MetaData
This method is called at least once and maximum once when any meta-data introspection logic is executed.
activateValidation() - Method in class rife.validation.Validation
This method is called at least once and maximum once when any method related to Validated rules, subjects and group or Constrained properties are used.
adaptiveEncrypt(String, String) - Static method in class rife.tools.StringEncryptor
 
add(ResourceFinder) - Method in class rife.resources.ResourceFinderGroup
 
addBatch() - Method in class rife.database.DbPreparedStatement
Adds a set of parameters to this DbPreparedStatement object's batch of commands.
addBatch(String) - Method in class rife.database.DbStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addConstrainedPropertyRules(ConstrainedProperty) - Method in class rife.validation.MetaData
 
addConstrainedPropertyRules(ConstrainedProperty) - Method in interface rife.validation.Validated
Adds the validation rules that are related to a particular ConstrainedProperty.
addConstrainedPropertyRules(ConstrainedProperty) - Method in class rife.validation.Validation
 
addConstraint(ConstrainedBean) - Method in interface rife.validation.Constrained
Add a new constrained bean.
addConstraint(ConstrainedBean) - Method in class rife.validation.MetaData
 
addConstraint(ConstrainedBean) - Method in class rife.validation.Validation
 
addConstraint(ConstrainedProperty) - Method in interface rife.validation.Constrained
Add a new constrained property.
addConstraint(ConstrainedProperty) - Method in class rife.validation.MetaData
 
addConstraint(ConstrainedProperty) - Method in class rife.validation.Validation
 
addConstraint(ConstrainedProperty) - Method in class rife.validation.ValidationGroup
 
addFieldParameter(String) - Method in class rife.database.queries.AbstractWhereGroup
 
addGeneratedValue(String) - Method in class rife.template.AbstractTemplate
 
addGeneratedValue(String) - Method in interface rife.template.Template
Registers a value IDs as being generated by RIFE2.
addGeneratedValues(Collection<String>) - Method in class rife.template.AbstractTemplate
 
addGeneratedValues(Collection<String>) - Method in interface rife.template.Template
Registers a collection of value IDs as being generated by RIFE2.
addGroup(String) - Method in class rife.validation.MetaData
 
addGroup(String) - Method in interface rife.validation.Validated
Adds a new validation group.
addGroup(String) - Method in class rife.validation.Validation
 
addGroup(String) - Method in class rife.validation.ValidationGroup
 
addLazyLoadToBytes(byte[]) - Static method in class rife.database.querymanagers.generic.instrument.LazyLoadAccessorsBytecodeTransformer
Performs the actual modification of the bean class's bytecode.
addListener(GenericQueryManagerListener) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
addListener(GenericQueryManagerListener<BeanType>) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
addListener(GenericQueryManagerListener<BeanType>) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Add the listener to the manager to get notifications when actions were successful.
addListener(ConstrainedPropertyListener) - Method in class rife.validation.ConstrainedProperty
Adds a new listener.
addResource(String, String) - Method in class rife.resources.MemoryResources
 
addResource(String, String) - Method in interface rife.resources.ResourceWriter
Adds a resource with the provided name and content.
addResourceBundle(ResourceBundle) - Method in class rife.template.AbstractTemplate
 
addResourceBundle(ResourceBundle) - Method in interface rife.template.Template
Adds a resource bundle to this template.
addResourceBundles(Collection<ResourceBundle>) - Method in class rife.template.AbstractTemplate
 
addResourceBundles(Collection<ResourceBundle>) - Method in interface rife.template.Template
Adds a list of resource bundles to this template.
addRule(ValidationRule) - Method in class rife.validation.MetaData
 
addRule(ValidationRule) - Method in interface rife.validation.Validated
Adds a new validation rule.
addRule(ValidationRule) - Method in class rife.validation.Validation
 
addRule(ValidationRule) - Method in class rife.validation.ValidationGroup
 
addSubject(String) - Method in class rife.validation.ValidationGroup
 
addToCatalog(String, String) - Method in class rife.xml.XmlEntityResolver
 
addTypedParameter(QueryParameterType, String) - Method in class rife.database.queries.QueryParameters
 
addTypedParameters(QueryParameterType, List<String>) - Method in class rife.database.queries.QueryParameters
 
addValidationError(ValidationError) - Method in class rife.validation.MetaData
 
addValidationError(ValidationError) - Method in interface rife.validation.Validated
Add a new validation error explicitly to the collection of already existing errors.
addValidationError(ValidationError) - Method in class rife.validation.Validation
 
addWhereParameter(String) - Method in class rife.database.queries.AbstractWhereGroup
 
addWhereParameters(List<String>) - Method in class rife.database.queries.AbstractWhereGroup
 
addWhereParameters(List<String>) - Method in class rife.database.queries.AbstractWhereDelegateQuery
 
addWhereParameters(List<String>) - Method in class rife.database.queries.AbstractWhereGroup
 
afterDelete(int, boolean) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
afterDelete(int, boolean) - Method in interface rife.database.querymanagers.generic.Callbacks
afterInsert(BeanType, boolean) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
afterInsert(BeanType, boolean) - Method in interface rife.database.querymanagers.generic.Callbacks
Is called after GenericQueryManager.insert(Object), or at the end of GenericQueryManager.save(Object) if a new bean was saved.
afterLast() - Method in class rife.database.DbResultSet
 
afterRestore(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
afterRestore(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
afterSave(BeanType, boolean) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
afterSave(BeanType, boolean) - Method in interface rife.database.querymanagers.generic.Callbacks
afterUpdate(BeanType, boolean) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
afterUpdate(BeanType, boolean) - Method in interface rife.database.querymanagers.generic.Callbacks
Is called after GenericQueryManager.update(Object), or at the end of GenericQueryManager.save(Object) if an existing bean was saved.
afterValidate(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
afterValidate(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
AmbiguousTemplateNameException - Exception in rife.template.exceptions
 
AmbiguousTemplateNameException(String) - Constructor for exception rife.template.exceptions.AmbiguousTemplateNameException
 
append(CharSequence) - Method in class rife.template.ExternalValue
 
append(String) - Method in class rife.template.InternalString
 
appendBlock(String) - Method in class rife.template.AbstractTemplate
 
appendBlock(String) - Method in class rife.template.InternalValue
Appends the content of a block to this value.
appendBlock(String) - Method in interface rife.template.Template
Appends the content of a block to a value.
appendBlock(String, String) - Method in class rife.template.AbstractTemplate
 
appendBlock(String, String) - Method in interface rife.template.Template
Appends the content of a block to a value.
appendBlockExternalForm(String, ExternalValue) - Method in class rife.template.AbstractTemplate
 
appendBlockInternalForm(String, InternalValue) - Method in class rife.template.AbstractTemplate
 
appendDefaultValueExternalForm(String, ExternalValue) - Method in class rife.template.AbstractTemplate
 
appendDefaultValueInternalForm(String, InternalValue) - Method in class rife.template.AbstractTemplate
 
appendHexDigit(StringBuilder, int) - Static method in class rife.tools.StringUtils
Appends the hexadecimal digit of the provided number.
appendHexDigitLower(StringBuilder, int) - Static method in class rife.tools.StringUtils
Appends the lowercase hexadecimal digit of the provided number.
appendTextInternal(InternalValue, CharSequence) - Method in class rife.template.AbstractTemplate
 
appendValue(boolean) - Method in class rife.template.InternalValue
Appends "true" or "false" to this value, depending on the given value.
appendValue(char) - Method in class rife.template.InternalValue
Appends the single specified character to this value.
appendValue(char[]) - Method in class rife.template.InternalValue
Appends the given characters to this value.
appendValue(char[], int, int) - Method in class rife.template.InternalValue
Appends the specified range of the given character string to this value.
appendValue(double) - Method in class rife.template.InternalValue
Appends the given double precision floating point value to this value.
appendValue(float) - Method in class rife.template.InternalValue
Appends the given floating point value to this value.
appendValue(int) - Method in class rife.template.InternalValue
Appends the given integer to this value.
appendValue(long) - Method in class rife.template.InternalValue
Appends the given long to this value.
appendValue(CharSequence) - Method in class rife.template.InternalValue
Appends the given character sequence to this value.
appendValue(Object) - Method in class rife.template.InternalValue
Appends the result of calling String.valueOf on the given value to this value in this template.
appendValue(String) - Method in class rife.template.InternalValue
Appends the given string to this value.
appendValue(String, boolean) - Method in class rife.template.AbstractTemplate
 
appendValue(String, boolean) - Method in interface rife.template.Template
Appends "true" or "false" to the specified value in this template, depending on the given value.
appendValue(String, char) - Method in class rife.template.AbstractTemplate
 
appendValue(String, char) - Method in interface rife.template.Template
Appends the single specified character to the specified value in this template.
appendValue(String, char[]) - Method in class rife.template.AbstractTemplate
 
appendValue(String, char[]) - Method in interface rife.template.Template
Appends the given characters to the specified value in this template.
appendValue(String, char[], int, int) - Method in class rife.template.AbstractTemplate
 
appendValue(String, char[], int, int) - Method in interface rife.template.Template
Appends the specified range of the given character string to the specified value in this template.
appendValue(String, double) - Method in class rife.template.AbstractTemplate
 
appendValue(String, double) - Method in interface rife.template.Template
Appends the given double precision floating point value to the specified value in this template.
appendValue(String, float) - Method in class rife.template.AbstractTemplate
 
appendValue(String, float) - Method in interface rife.template.Template
Appends the given floating point value to the specified value in this template.
appendValue(String, int) - Method in class rife.template.AbstractTemplate
 
appendValue(String, int) - Method in interface rife.template.Template
Appends the given integer to the specified value in this template.
appendValue(String, long) - Method in class rife.template.AbstractTemplate
 
appendValue(String, long) - Method in interface rife.template.Template
Appends the given long to the specified value in this template.
appendValue(String, Object) - Method in class rife.template.AbstractTemplate
 
appendValue(String, Object) - Method in interface rife.template.Template
Appends the result of calling String.valueOf on the given value to the specified value in this template.
appendValue(String, String) - Method in class rife.template.AbstractTemplate
 
appendValue(String, String) - Method in interface rife.template.Template
Appends the given string, or an empty string if value is null, to the specified value in this template.
appendValue(InternalValue) - Method in class rife.template.InternalValue
Appends to this value the value of the given internal value.
appendValueEncoded(String, Object) - Method in class rife.template.AbstractTemplate
 
appendValueEncoded(String, Object) - Method in interface rife.template.Template
Appends the result of calling String.valueOf on the given value to the specified value in this template and encodes it with the TemplateEncoder that's registered for this template
appendValueExternalForm(String, String, ExternalValue) - Method in class rife.template.AbstractTemplate
 
appendValueInternalForm(String, String, InternalValue) - Method in class rife.template.AbstractTemplate
 
APPLICATION_XHTML - Static variable in class rife.cmf.MimeType
The application/xhtml+xml mime type.
APPLICATION_XHTML_IDENTIFIER - Static variable in class rife.cmf.MimeType
 
ArrayUtils - Class in rife.tools
General purpose class containing common array manipulation methods.
ArrayUtils.ArrayType - Enum Class in rife.tools
 
ASC - Static variable in class rife.database.queries.Select
 
ASC - Static variable in class rife.database.queries.Select.OrderByDirection
 
ASC - Static variable in class rife.validation.ConstrainedBean
 
associationColumn(String) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
 
associationManager(GenericQueryManager) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
 
associations(Class...) - Method in class rife.validation.ConstrainedBean
 
ASSOCIATIONS - Static variable in class rife.validation.ConstrainedBean
 
associationTable(String) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
 
associationType(Class) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
 
associationType(Class) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
 
attributes_ - Variable in class rife.template.AbstractTemplate
 
authentication - Variable in class rife.config.RifeConfig
 
authentication() - Static method in class rife.config.RifeConfig
 
AuthenticationConfig() - Constructor for class rife.config.RifeConfig.AuthenticationConfig
 
AUTO_RETRIEVED - Static variable in class rife.validation.ConstrainedProperty
 
autoEncrypt(String) - Static method in class rife.tools.StringEncryptor
 
autoRetrieved(boolean) - Method in class rife.validation.ConstrainedProperty
Sets whether the content data of this property should be retrieved automatically from the back-end.
A B C D E F G H I J L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form