Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- ID_ERROR_WILDCARD - Static variable in interface rife.validation.ValidationBuilder
- ID_ERRORMESSAGE - Static variable in interface rife.validation.ValidationBuilder
- ID_ERRORMESSAGE_WILDCARD - Static variable in interface rife.validation.ValidationBuilder
- ID_ERRORS - Static variable in interface rife.validation.ValidationBuilder
- ID_ERRORS_FALLBACK - Static variable in interface rife.validation.ValidationBuilder
- ID_ERRORS_WILDCARD - Static variable in interface rife.validation.ValidationBuilder
- ID_FORM_FIELD - Static variable in interface rife.forms.FormBuilder
-
Template value tags with the
form:field
name will be replaced by the actual generated form field if they are present inside block tags that have the same name as the template value that will contain the generated form field. - ID_FORM_LABEL - Static variable in interface rife.forms.FormBuilder
-
Template value tags with the
form:label
name will be replaced by the label if they are present inside block tags that have the same name as the template value that will contain the generated form field. - ID_FORM_NAME - Static variable in interface rife.forms.FormBuilder
-
Template value tags with the
form:name
name will be replaced by the field name if they are present inside block tags that have the same name as the template value that will contain the generated form field. - ID_FORM_VALUE - Static variable in interface rife.forms.FormBuilder
-
Template value tags with the
form:value
name will be replaced by the current field value if they are present inside block tags that have the same name as the template value that will contain the generated form field. - identifier(boolean) - Method in class rife.validation.ConstrainedProperty
-
Set whether the property value is an identifier.
- IDENTIFIER - Static variable in class rife.validation.ConstrainedProperty
- identifier_ - Variable in class rife.datastructures.EnumClass
- IDENTIFIER_DIFFERENT - Static variable in class rife.validation.ValidationError
- IDENTIFIER_INCOMPLETE - Static variable in class rife.validation.ValidationError
- IDENTIFIER_INVALID - Static variable in class rife.validation.ValidationError
- IDENTIFIER_MANDATORY - Static variable in class rife.validation.ValidationError
- IDENTIFIER_NOT_NUMERIC - Static variable in class rife.validation.ValidationError
- IDENTIFIER_UNEXPECTED - Static variable in class rife.validation.ValidationError
- IDENTIFIER_UNIQUENESS - Static variable in class rife.validation.ValidationError
- IDENTIFIER_WRONG_FORMAT - Static variable in class rife.validation.ValidationError
- IDENTIFIER_WRONG_LENGTH - Static variable in class rife.validation.ValidationError
- IMAGE_GIF - Static variable in class rife.cmf.MimeType
-
The
image/gif
mime type. - IMAGE_GIF_IDENTIFIER - Static variable in class rife.cmf.MimeType
- IMAGE_JPEG - Static variable in class rife.cmf.MimeType
-
The
image/jpeg
mime type. - IMAGE_JPEG_IDENTIFIER - Static variable in class rife.cmf.MimeType
- IMAGE_PNG - Static variable in class rife.cmf.MimeType
-
The
image/png
mime type. - IMAGE_PNG_IDENTIFIER - Static variable in class rife.cmf.MimeType
- ImageWaiter - Class in rife.tools
- IN_LIST - Static variable in class rife.validation.ConstrainedProperty
- include(Pattern) - Method in class rife.template.TemplateDeployer
- IncludeNotFoundException - Exception in rife.template.exceptions
- IncludeNotFoundException(String, DocumentPosition, String) - Constructor for exception rife.template.exceptions.IncludeNotFoundException
- IncompatibleManyToOneValueTypeException - Exception in rife.database.querymanagers.generic.exceptions
- IncompatibleManyToOneValueTypeException(Class, String, Class, Class) - Constructor for exception rife.database.querymanagers.generic.exceptions.IncompatibleManyToOneValueTypeException
- IncompatiblePropertyValueTypeException - Exception in rife.ioc.exceptions
- IncompatiblePropertyValueTypeException(String, Class, Class, Throwable) - Constructor for exception rife.ioc.exceptions.IncompatiblePropertyValueTypeException
- IncompatibleValidationTypeException - Exception in rife.database.querymanagers.generic.exceptions
- IncompatibleValidationTypeException(Class, Class) - Constructor for exception rife.database.querymanagers.generic.exceptions.IncompatibleValidationTypeException
- INCOMPLETE(String) - Constructor for class rife.validation.ValidationError.INCOMPLETE
- increasePartsCapacityInternal(InternalValue, int) - Method in class rife.template.AbstractTemplate
- increaseValuesCapacityInternal(InternalValue, int) - Method in class rife.template.AbstractTemplate
- indicesOf(String, String) - Static method in class rife.tools.StringUtils
-
Returns an array that contains all the occurances of a substring in a string in the correct order.
- indicesOf(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Returns an array that contains all the occurances of a substring in a string in the correct order.
- InitializationErrorException - Exception in rife.config.exceptions
- InitializationErrorException(String, Exception) - Constructor for exception rife.config.exceptions.InitializationErrorException
- initialize(Template) - Method in interface rife.template.TemplateInitializer
- initializer_ - Variable in class rife.template.AbstractTemplate
- inList(byte...) - Method in class rife.validation.ConstrainedProperty
- inList(char...) - Method in class rife.validation.ConstrainedProperty
- inList(double...) - Method in class rife.validation.ConstrainedProperty
- inList(float...) - Method in class rife.validation.ConstrainedProperty
- inList(int...) - Method in class rife.validation.ConstrainedProperty
- inList(long...) - Method in class rife.validation.ConstrainedProperty
- inList(short...) - Method in class rife.validation.ConstrainedProperty
- inList(String...) - Method in class rife.validation.ConstrainedProperty
- inList(Collection) - Method in class rife.validation.ConstrainedProperty
- InnerClassException - Exception in rife.tools
- InnerClassException(Exception) - Constructor for exception rife.tools.InnerClassException
- InnerClassException(String, Exception) - Constructor for exception rife.tools.InnerClassException
- InputStreamUser<ResultType,
DataType> - Class in rife.tools -
By extending this class it's possible to provide the logic that should be executed by methods that allow interaction with an
InputStream
. - InputStreamUser() - Constructor for class rife.tools.InputStreamUser
- InputStreamUser(DataType) - Constructor for class rife.tools.InputStreamUser
- insert(BeanType) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Insert a bean in the database.
- insert(T) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- Insert - Class in rife.database.queries
-
Object representation of a SQL "INSERT" query.
- Insert(Datasource) - Constructor for class rife.database.queries.Insert
- inserted(BeanType) - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
-
Executed when a bean was successfully inserted.
- insertRow() - Method in class rife.database.DbResultSet
- install() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Install the database structure into the database.
- install() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- install() - Method in class rife.resources.DatabaseResources
-
Installs the database structure that's needed to store and retrieve resources in and from a database.
- install(CreateTable) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Install the database structure into the database using a custom query.
- install(CreateTable) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- install_(CreateSequence, CreateTable) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- installed() - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
-
Executed when the database structure has been successfully installed.
- installManyToMany() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- instance() - Static method in class rife.config.RifeConfig
-
Returns the shared singleton instance of the
RifeConfig
class. - instance() - Static method in class rife.database.Datasources
-
Returns the shared singleton instance of the
Datasources
class. - instance() - Static method in class rife.resources.ResourceFinderClasspath
-
Returns the shared singleton instance of the
ResourceFinderClasspath
class. - instance() - Static method in class rife.template.BeanHandlerHtml
- instance() - Static method in class rife.template.BeanHandlerPlain
- instance() - Static method in class rife.template.BeanHandlerXml
- instance() - Static method in class rife.template.EncoderDummy
- instance() - Static method in class rife.template.EncoderHtml
- instance() - Static method in class rife.template.EncoderJson
- instance() - Static method in class rife.template.EncoderSql
- instance() - Static method in class rife.template.EncoderXml
- instance(String, DbQueryManagerCache, Datasource) - Static method in class rife.database.DbQueryManagerFactory
-
Get a
DbQueryManager
instance. - instance(String, DbQueryManagerCache, Datasource, String) - Static method in class rife.database.DbQueryManagerFactory
-
Get a
DbQueryManager
instance. - instance(Datasource) - Static method in class rife.resources.DatabaseResourcesFactory
- instance(Datasource, Class<BeanType>) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerFactory
- instance(Datasource, Class<BeanType>, String) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerFactory
- instrument(ClassLoader, String, byte[]) - Static method in class rife.validation.instrument.MetaDataInstrumenter
- InstrumentationUtils - Class in rife.tools
- INT_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- IntegerUtils - Class in rife.tools
- InternalString - Class in rife.template
- InternalString(CharSequence) - Constructor for class rife.template.InternalString
- InternalString(String) - Constructor for class rife.template.InternalString
- InternalValue - Class in rife.template
-
An anonymous value inside a template, which is not referenced anywhere in the template, but can be used to produce intermediate strings using the template engine.
- into(String) - Method in class rife.database.queries.Insert
- inTransaction(TransactionUser) - Method in class rife.database.DbQueryManager
-
Ensures that all the instructions that are executed in the provided
DbTransactionUser
instance are executed inside a transaction and committed afterwards. - inTransaction(TransactionUserWithoutResult) - Method in class rife.database.DbQueryManager
-
Convenience method that ensures that all the instructions that are executed in the provided
TransactionUserWithoutResult
instance, are executed inside a transaction and committed afterwards. - intToBytes(int) - Static method in class rife.tools.IntegerUtils
- INVALID(String) - Constructor for class rife.validation.ValidationError.INVALID
- InvalidBlockFilterException - Exception in rife.template.exceptions
- InvalidBlockFilterException(String) - Constructor for exception rife.template.exceptions.InvalidBlockFilterException
- InvalidValueFilterException - Exception in rife.template.exceptions
- InvalidValueFilterException(String) - Constructor for exception rife.template.exceptions.InvalidValueFilterException
- isAfterLast() - Method in class rife.database.DbResultSet
- isAll() - Method in class rife.database.queries.Select.Union
- isAutoRetrieved() - Method in class rife.validation.ConstrainedProperty
-
Indicates whether the content data of this property is automatically retrieved from the back-end.
- isBasic() - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- isBasic(boolean) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- isBasic(Class) - Static method in class rife.tools.ClassUtils
-
Returns true if the specified class is a basic type.
- isBeforeFirst() - Method in class rife.database.DbResultSet
- isClosed() - Method in class rife.database.DbConnection
-
Indicates whether this
DbConnection
's connection to the database is closed. - isClosed() - Method in class rife.database.DbResultSet
- isConstrained(String, byte[]) - Method in class rife.validation.instrument.ConstrainedDetector
-
Verifies if the Constrained interface is implemented by the class that is defined by the bytes that are provided.
- isDisplayedRaw() - Method in class rife.validation.ConstrainedProperty
- isDistinct() - Method in class rife.database.queries.Select
- isEditable() - Method in class rife.validation.ConstrainedProperty
- isEmail() - Method in class rife.validation.ConstrainedProperty
- isEmpty() - Method in class rife.template.InternalValue
-
Returns whether this value contains no cnotent.
- isFinalList(String) - Method in class rife.config.Config
-
Indicates whether a list is final.
- isFinalParameter(String) - Method in class rife.config.Config
-
Indicates whether a parameter is final.
- isFirst() - Method in class rife.database.DbResultSet
- isFormatted() - Method in class rife.validation.ConstrainedProperty
- isFragment() - Method in class rife.validation.ConstrainedProperty
-
Indicates whether the content data of this property is a fragment.
- isFree() - Method in class rife.database.DbConnection
-
Indicates whether this
DbConnection
is free to execute statements for the current thread. - isFromJdk(Class) - Static method in class rife.tools.ClassUtils
-
Returns true if the specified class is from the JDK.
- isIdentifier() - Method in class rife.validation.ConstrainedProperty
-
Retrieves whether the property is an identifier.
- isIdentifierSparse() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- isInList() - Method in class rife.validation.ConstrainedProperty
- isJavaKeyword(Object) - Static method in class rife.validation.ValidityChecks
- isLast() - Method in class rife.database.DbResultSet
- isLimitBeforeOffset() - Method in class rife.database.queries.AbstractWhereGroup
- isLimitBeforeOffset() - Method in class rife.database.queries.Select
- isLimitedDate() - Method in class rife.validation.ConstrainedProperty
- isListed() - Method in class rife.validation.ConstrainedProperty
-
Retrieves whether the property should be included in data lists.
- isNegligible() - Method in interface rife.ioc.PropertyValue
-
Indicates whether the value provided by this instance is negligible in a textual context.
- isNegligible() - Method in class rife.ioc.PropertyValueObject
- isNegligible() - Method in class rife.ioc.PropertyValueTemplate
- isNotEmpty() - Method in class rife.validation.ConstrainedProperty
-
Retrieves whether the property value can be empty.
- isNotEqual() - Method in class rife.validation.ConstrainedProperty
-
Retrieves whether the property can't be equal to a specific reference value.
- isNotNull() - Method in class rife.validation.ConstrainedProperty
-
Retrieves whether the property value can be
null
. - isNumeric(Class) - Static method in class rife.tools.ClassUtils
-
Returns true if the specified class is numeric.
- isOrdinal() - Method in class rife.validation.ConstrainedProperty
-
Indicates whether this property has to be used as an ordinal.
- isOverridable() - Method in class rife.validation.ValidationError
-
Returns whether this error is overridable for the same subject.
- isPersistent() - Method in class rife.validation.ConstrainedProperty
- isPooled() - Method in class rife.database.Datasource
-
Indicates whether the
Datasource
uses a connection pool or not - isRange() - Method in class rife.validation.ConstrainedProperty
- isReversed() - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
- isSameAs() - Method in class rife.validation.ConstrainedProperty
- isSaved() - Method in class rife.validation.ConstrainedProperty
- isSingular() - Method in class rife.database.queries.QueryParameterType
- isSparse() - Method in class rife.validation.ConstrainedProperty
- isStatic() - Method in interface rife.ioc.PropertyValue
-
Indicates whether the value is statically fixed and not dynamically retrieved at runtime.
- isStatic() - Method in class rife.ioc.PropertyValueObject
- isStatic() - Method in class rife.ioc.PropertyValueTemplate
- isSubjectValid(String) - Method in class rife.validation.MetaData
- isSubjectValid(String) - Method in interface rife.validation.Validated
-
Checks if a subject is valid.
- isSubjectValid(String) - Method in class rife.validation.Validation
- isTemplateClassModified(URL, long, Map<URL, Long>, String, ResourceFinder, String) - Static method in class rife.template.AbstractTemplate
- isTemporary() - Method in class rife.database.queries.CreateTable
- isText(Class) - Static method in class rife.tools.ClassUtils
-
Returns true if the specified class is text.
- isTransactionValidForThread() - Method in class rife.database.DbConnection
-
Indicates whether the current thread has a valid transaction going on for the execution of statements.
- isUnique() - Method in class rife.validation.ConstrainedProperty
-
Retrieves whether the property value has to be unique.
- isUrl() - Method in class rife.validation.ConstrainedProperty
- isValueGenerated(String) - Method in class rife.template.AbstractTemplate
- isValueGenerated(String) - Method in interface rife.template.Template
-
Returns whether the specified value has been generated by RIFE2.
- isValueSet(String) - Method in class rife.template.AbstractTemplate
- isValueSet(String) - Method in interface rife.template.Template
-
Returns whether the specified value has been set.
- isWrapperFor(Class<?>) - Method in class rife.database.DbResultSet
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form