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

E

editable(boolean) - Method in class rife.validation.ConstrainedProperty
 
EDITABLE - Static variable in class rife.validation.ConstrainedProperty
 
editConstrainedProperty(Constrained, String, String) - Static method in class rife.validation.ConstrainedUtils
 
email(boolean) - Method in class rife.validation.ConstrainedProperty
 
EMAIL - Static variable in class rife.validation.ConstrainedProperty
 
enableValidation(boolean) - Method in class rife.xml.Xml2Data
 
encode(String) - Method in class rife.template.EncoderDummy
 
encode(String) - Method in class rife.template.EncoderHtml
 
encode(String) - Method in class rife.template.EncoderJson
 
encode(String) - Method in class rife.template.EncoderSql
 
encode(String) - Method in class rife.template.EncoderXml
 
encode(String) - Method in interface rife.template.TemplateEncoder
Encodes the given value, returning a string which contains only valid characters and represents the given value correctly in the output format.
encodeBase32(byte[]) - Static method in class rife.tools.StringUtils
Encodes byte array to Base32 String.
encodeBase64(byte[]) - Static method in class rife.tools.StringUtils
Encodes byte array to Base64 String.
encodeClassname(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid characters for a java class name.
encodeDefensive(String) - Method in class rife.template.EncoderDummy
 
encodeDefensive(String) - Method in class rife.template.EncoderHtml
 
encodeDefensive(String) - Method in class rife.template.EncoderJson
 
encodeDefensive(String) - Method in class rife.template.EncoderSql
 
encodeDefensive(String) - Method in class rife.template.EncoderXml
 
encodeDefensive(String) - Method in interface rife.template.TemplateEncoder
Encodes the given value in a looser fashion than TemplateEncoder.encode(java.lang.String)'s, only converting patterns which are explicitly not allowed by the output format, but not guaranteeing that the output value exactly represents the given value in the output format.
encodeHex(byte[]) - Static method in class rife.tools.StringUtils
Generates an uppercase hexadecimal string for the provided byte array.
encodeHexLower(byte[]) - Static method in class rife.tools.StringUtils
Generates a lowercase hexadecimal string for the provided byte array.
encodeHtml(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid Html characters.
encodeHtmlDefensive(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing as much as possible Html characters.
encodeJson(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid Json characters.
encodeLatex(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid LaTeX characters.
encoder_ - Variable in class rife.template.AbstractTemplate
 
EncoderDummy - Class in rife.template
 
encodeRegexp(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a literal that can be included into a regular expression Pattern as-is.
EncoderHtml - Class in rife.template
 
EncoderJson - Class in rife.template
 
EncoderSql - Class in rife.template
 
EncoderXml - Class in rife.template
 
encodeSql(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid Sql characters.
encodeString(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid String characters.
encodeUnicode(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a series of unicode escape codes.
encodeUrl(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid URL characters in the UTF-8 encoding.
encodeUrl(String, char...) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid URL characters in the UTF-8 encoding.
encodeUrl(String, String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid URL characters in the UTF-8 encoding.
encodeXml(String) - Static method in class rife.tools.StringUtils
Transforms a provided String object into a new string, containing only valid XML characters.
encoding(String) - Method in class rife.template.TemplateDeployer
 
encoding_ - Variable in class rife.template.AbstractTemplate
 
ENCODING_ISO_8859_1 - Static variable in class rife.tools.StringUtils
 
ENCODING_ISO_8859_2 - Static variable in class rife.tools.StringUtils
 
ENCODING_ISO_8859_5 - Static variable in class rife.tools.StringUtils
 
ENCODING_US_ASCII - Static variable in class rife.tools.StringUtils
 
ENCODING_UTF_16 - Static variable in class rife.tools.StringUtils
 
ENCODING_UTF_16BE - Static variable in class rife.tools.StringUtils
 
ENCODING_UTF_16LE - Static variable in class rife.tools.StringUtils
 
ENCODING_UTF_8 - Static variable in class rife.tools.StringUtils
 
encrypt(String) - Method in class rife.tools.StringEncryptor
 
encrypt(String, String) - Method in class rife.tools.StringEncryptor
 
end() - Method in class rife.database.queries.AbstractWhereGroup
 
end() - Method in class rife.database.queries.WhereGroup
 
end() - Method in class rife.database.queries.WhereGroupAnd
 
end() - Method in class rife.database.queries.WhereGroupOr
 
engine - Variable in class rife.config.RifeConfig
 
engine() - Static method in class rife.config.RifeConfig
 
EngineConfig() - Constructor for class rife.config.RifeConfig.EngineConfig
 
ensureSupportedManyToManyPropertyCollectionType(Class, String, Class) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
ensureSupportedManyToManyPropertyValueType(Class, String, Object) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
ensureSupportedManyToOneAssociationPropertyCollectionType(Class, String, Class) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
ensureSupportedManyToOneAssociationPropertyValueType(Class, String, Object) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
EnumClass<IdentifierType> - Class in rife.datastructures
The purpose of this abstract base class is to allow the creation of type-safe enumerations.
EnumClass(IdentifierType) - Constructor for class rife.datastructures.EnumClass
 
EnumClass(Class, IdentifierType) - Constructor for class rife.datastructures.EnumClass
 
equals(Object) - Method in class rife.database.Datasource
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class rife.datastructures.DocumentPosition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class rife.datastructures.EnumClass
 
equals(Object) - Method in class rife.template.InternalValue
 
equals(Object) - Method in class rife.template.Parser
 
equals(Object) - Method in class rife.validation.ValidationError
 
erroneousValue(Object) - Method in class rife.validation.ValidationError
Chainable setter to make validation error construction easier
error(SAXParseException) - Method in class rife.xml.LoggingErrorRedirector
 
error(SAXParseException) - Method in class rife.xml.Xml2Data
 
error(SAXParseException) - Method in class rife.xml.XmlErrorRedirector
 
evaluateL10nTags() - Method in class rife.template.AbstractTemplate
 
evaluateL10nTags() - Method in interface rife.template.Template
Fills all values in this template which match "l10n:key", where "key" is a key in a resource bundle registered for this template.
evaluateLangTags(String) - Method in class rife.template.AbstractTemplate
 
evaluateLangTags(String) - Method in interface rife.template.Template
Fills the value "lang:id" with the value of the block "lang:id:langid", where "id" is the given ID, and "langid" is this template's current language ID.
evaluateRenderTags() - Method in class rife.template.AbstractTemplate
 
evaluateRenderTags() - Method in interface rife.template.Template
Evaluates all values in this template with ID's of the form "render:class" or "render:class:differentiatorr", where "class" is the fully-qualified name of a class which extends ValueRenderer, the result of calling ValueRenderer.render on a new instance of the class.
ExceptionFormattingUtils - Class in rife.tools
 
ExceptionUtils - Class in rife.tools
 
exclude(Pattern) - Method in class rife.template.TemplateDeployer
 
excludeUnsupportedCapabilities_ - Variable in class rife.database.queries.AbstractWhereGroup
 
execute() - Method in class rife.template.TemplateDeployer
 
execute(String) - Method in class rife.database.DbStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class rife.database.DbStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class rife.database.DbStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class rife.database.DbStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class rife.database.DbStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeFetchAll(ReadQuery, DbRowProcessor) - Method in class rife.database.DbQueryManager
Safely and quickly fetches all the rows from the results of a select query.
executeFetchAll(ReadQuery, DbRowProcessor, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely fetches all the rows from the results of a customizable select query.
executeFetchAll(ReadQuery, RowProcessor) - Method in class rife.database.DbQueryManager
Convenience alternative to DbQueryManager.executeFetchAll(ReadQuery, DbRowProcessor) that uses a simplified RowProcessor that can be implemented with a lambda.
executeFetchAll(ReadQuery, RowProcessor, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Convenience alternative to DbQueryManager.executeFetchAll(ReadQuery, DbRowProcessor, PreparedStatementHandler) that uses a simplified RowProcessor that can be implemented with a lambda.
executeFetchAllBeans(ReadQuery, Class<BeanType>) - Method in class rife.database.DbQueryManager
Safely and quickly fetches the all the bean instances from the results of a select query.
executeFetchAllBeans(ReadQuery, Class<BeanType>, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely fetches the all the bean instances from the results of a customizable select query.
executeFetchFirst(ReadQuery, DbRowProcessor) - Method in class rife.database.DbQueryManager
Safely and quickly fetches the first row from the results of a select query.
executeFetchFirst(ReadQuery, DbRowProcessor, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely fetches the first row from the results of a customizable select query.
executeFetchFirst(ReadQuery, RowProcessor) - Method in class rife.database.DbQueryManager
Convenience alternative to DbQueryManager.executeFetchFirst(ReadQuery, DbRowProcessor) that uses a simplified RowProcessor that can be implemented with a lambda.
executeFetchFirst(ReadQuery, RowProcessor, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Convenience alternative to DbQueryManager.executeFetchFirst(ReadQuery, DbRowProcessor, PreparedStatementHandler) that uses a simplified RowProcessor that can be implemented with a lambda.
executeFetchFirstBean(ReadQuery, Class<BeanType>) - Method in class rife.database.DbQueryManager
Safely and quickly fetches the first bean instance from the results of a select query.
executeFetchFirstBean(ReadQuery, Class<BeanType>, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely fetches the first bean instance from the results of a customizable select query.
executeGetFirstBoolean(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a boolean from the results of a select query.
executeGetFirstBoolean(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a boolean from the results of a customizable select query.
executeGetFirstByte(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a byte from the results of a select query.
executeGetFirstByte(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a byte from the results of a customizable select query.
executeGetFirstBytes(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a byte array from the results of a select query.
executeGetFirstBytes(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a byte array from the results of a customizable select query.
executeGetFirstDate(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a sql Date from the results of a select query.
executeGetFirstDate(ReadQuery, Calendar) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a sql Date from the results of a select query.
executeGetFirstDate(ReadQuery, Calendar, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a sql Date from the results of a customizable select query.
executeGetFirstDate(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a sql Date from the results of a customizable select query.
executeGetFirstDouble(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a double from the results of a select query.
executeGetFirstDouble(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a double from the results of a customizable select query.
executeGetFirstFloat(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a float from the results of a select query.
executeGetFirstFloat(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a float from the results of a customizable select query.
executeGetFirstInt(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a int from the results of a select query.
executeGetFirstInt(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a int from the results of a customizable select query.
executeGetFirstLong(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a long from the results of a select query.
executeGetFirstLong(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a long from the results of a customizable select query.
executeGetFirstShort(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a short from the results of a select query.
executeGetFirstShort(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a short from the results of a customizable select query.
executeGetFirstString(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a String from the results of a select query.
executeGetFirstString(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a String from the results of a customizable select query.
executeGetFirstTime(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a sql Time from the results of a select query.
executeGetFirstTime(ReadQuery, Calendar) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a sql Time from the results of a select query.
executeGetFirstTime(ReadQuery, Calendar, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a sql Time from the results of a customizable select query.
executeGetFirstTime(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a sql Time from the results of a customizable select query.
executeGetFirstTimestamp(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a sql Timestamp from the results of a select query.
executeGetFirstTimestamp(ReadQuery, Calendar) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a sql Timestamp from the results of a select query.
executeGetFirstTimestamp(ReadQuery, Calendar, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a sql Timestamp from the results of a customizable select query.
executeGetFirstTimestamp(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as a sql Timestamp from the results of a customizable select query.
executeHasResultRows(ReadQuery) - Method in class rife.database.DbQueryManager
Safely and quickly verifies if a select query returns any rows.
executeHasResultRows(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely verifies if a customizable select query returns any rows.
executeQuery() - Method in class rife.database.DbPreparedStatement
Executes the SQL query in this DbPreparedStatement object.
executeQuery(String) - Method in class rife.database.DbStatement
Executes the given SQL statement.
executeQuery(ReadQuery) - Method in class rife.database.DbQueryManager
Executes a query statement in a connection of this DbQueryManager's Datasource.
executeQuery(ReadQuery) - Method in class rife.database.DbStatement
Executes the given Query builder's SQL statement.
executeQuery(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Executes a customizable select statement.
executeResultQuery(ReadQuery, DbResultSetHandler) - Method in class rife.database.DbQueryManager
Executes a select statement and handle the results in a custom fashion.
executeUpdate() - Method in class rife.database.DbPreparedStatement
Executes the SQL statement in this DbPreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or a SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class rife.database.DbQueryManager
Safely and quickly executes an update statement.
executeUpdate(String) - Method in class rife.database.DbStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(Query) - Method in class rife.database.DbQueryManager
Safely and quickly executes an update statement.
executeUpdate(Query) - Method in class rife.database.DbStatement
Executes the given Query builder's SQL statement, which may be an INSERT, UPDATE, or DELETE statement or a SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(Query, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely execute an update statement.
executeUseFirstAsciiStream(ReadQuery, InputStreamUser) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as an ASCII InputStream from the results of a select query.
executeUseFirstAsciiStream(ReadQuery, InputStreamUser, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as an ASCII InputStream from the results of a customizable select query.
executeUseFirstBinaryStream(ReadQuery, InputStreamUser) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a binary InputStream from the results of a select query.
executeUseFirstBinaryStream(ReadQuery, InputStreamUser, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as an binary InputStream from the results of a customizable select query.
executeUseFirstCharacterStream(ReadQuery, ReaderUser) - Method in class rife.database.DbQueryManager
Safely and quickly retrieves the first cell as a character Reader from the results of a select query.
executeUseFirstCharacterStream(ReadQuery, ReaderUser, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
Safely retrieves the first cell as an character Reader from the results of a customizable select query.
ExecutionErrorException - Exception in rife.database.exceptions
 
ExecutionErrorException(String, Datasource, Throwable) - Constructor for exception rife.database.exceptions.ExecutionErrorException
 
ExternalValue - Class in rife.template
 
ExternalValue() - Constructor for class rife.template.ExternalValue
 
extractLocalizedUrl(String) - Static method in class rife.tools.Localization
 
extractMimeTypeFromContentType(String) - Static method in class rife.tools.HttpUtils
Extracts only the mime-type from a Content-Type HTTP header.
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