Index
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
- Element - Interface in rife.engine
-
Interface describing the functionality of a RIFE2 element of execution.
- email(boolean) - Method in class rife.validation.ConstrainedProperty
- EMAIL - Static variable in class rife.validation.ConstrainedProperty
- enabledVirtualThreads(boolean) - Method in class rife.engine.Server
-
Sets whether virtual threads are used.
- enableTextBuffer(boolean) - Method in class rife.engine.AbstractResponse
- enableTextBuffer(boolean) - Method in class rife.engine.Context
-
Enables or disables the response text buffer.
- enableTextBuffer(boolean) - Method in interface rife.engine.Response
-
Enables or disabled the text output buffer.
- enableValidation(boolean) - Method in class rife.xml.Xml2Data
- enableVirtualThreads_ - Variable in class rife.engine.Server
- 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
valuecorrectly 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
Stringobject 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 givenvaluein 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
Stringobject into a new string, containing only valid Html characters. - encodeHtmlDefensive(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject into a new string, containing as much as possible Html characters. - encodeJson(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject into a new string, containing only valid Json characters. - encodeLatex(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject 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
Stringobject into a literal that can be included into a regular expressionPatternas-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
Stringobject into a new string, containing only valid Sql characters. - encodeString(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject into a new string, containing only validStringcharacters. - encodeUnicode(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject into a series of unicode escape codes. - encodeUrl(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject 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
Stringobject 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
Stringobject into a new string, containing only valid URL characters in the UTF-8 encoding. - encodeURL(String) - Method in interface rife.engine.Response
- encodeURL(String) - Method in class rife.servlet.HttpResponse
- encodeURL(String) - Method in class rife.test.MockResponse
- encodeXml(String) - Static method in class rife.tools.StringUtils
-
Transforms a provided
Stringobject 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
- enforceAuthentication() - Method in class rife.authentication.elements.AuthConfig
-
Retrieves whether authentication should be enforced in the
Authenticatedelement. - enforceAuthentication(boolean) - Method in class rife.authentication.elements.AuthConfig
-
Sets whether authentication should be enforced in the
element. - engine - Variable in class rife.config.RifeConfig
- engine() - Static method in class rife.config.RifeConfig
- EngineConfig() - Constructor for class rife.config.RifeConfig.EngineConfig
- EngineContinuationConfigInstrument - Class in rife.engine
-
Configures the continuations system for the web engine.
- EngineContinuationConfigInstrument() - Constructor for class rife.engine.EngineContinuationConfigInstrument
- EngineContinuationsTransformer - Class in rife.instrument
-
This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support the continuations functionalities as they are provided by RIFE2's web engine.
- EngineContinuationsTransformer() - Constructor for class rife.instrument.EngineContinuationsTransformer
- engineException() - Method in class rife.engine.Context
-
Retrieves the exception that was triggered during the RIFE2 web engine execution.
- EngineException - Exception in rife.engine.exceptions
- EngineException() - Constructor for exception rife.engine.exceptions.EngineException
- EngineException(String) - Constructor for exception rife.engine.exceptions.EngineException
- EngineException(String, Throwable) - Constructor for exception rife.engine.exceptions.EngineException
- EngineException(Throwable) - Constructor for exception rife.engine.exceptions.EngineException
- 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
- Entry - Class in rife.feed
-
A bean representing an entry in a feed.
- Entry() - Constructor for class rife.feed.Entry
- EntryProcessor - Interface in rife.feed
-
An
EntryProcessoris a class that knows how to create a section of a feed for output. - EntryProvider - Interface in rife.feed
-
An
EntryProvideris a way to get entries for a feed. - 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.authentication.credentialsmanagers.RoleUserAttributes
- equals(Object) - Method in class rife.authentication.credentialsmanagers.RoleUserIdentity
- equals(Object) - Method in class rife.authentication.sessionmanagers.MemorySession
- equals(Object) - Method in record class rife.cmf.dam.contentmanagers.ContentLocation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class rife.cmf.loader.LoadedContent
-
Indicates whether some other object is "equal to" this one.
- 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 record class rife.engine.UrlBuilder.Segments
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class rife.scheduler.Frequency
- equals(Object) - Method in class rife.scheduler.Task
- equals(Object) - Method in class rife.scheduler.TaskOption
- equals(Object) - Method in class rife.template.InternalValue
- equals(Object) - Method in class rife.template.Parser
- equals(Object) - Method in class rife.validation.ValidationError
- eraseAllRememberIds() - Method in interface rife.authentication.RememberManager
-
Removes all available remember IDs.
- EraseAllRememberIdsErrorException - Exception in rife.authentication.remembermanagers.exceptions
- EraseAllRememberIdsErrorException() - Constructor for exception rife.authentication.remembermanagers.exceptions.EraseAllRememberIdsErrorException
- EraseAllRememberIdsErrorException(DatabaseException) - Constructor for exception rife.authentication.remembermanagers.exceptions.EraseAllRememberIdsErrorException
- eraseAllSessions() - Method in interface rife.authentication.SessionManager
-
Removes all available sessions.
- eraseAllSessions() - Method in class rife.authentication.sessionmanagers.MemorySessions
- EraseAllSessionsErrorException - Exception in rife.authentication.sessionmanagers.exceptions
- EraseAllSessionsErrorException() - Constructor for exception rife.authentication.sessionmanagers.exceptions.EraseAllSessionsErrorException
- EraseAllSessionsErrorException(DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.EraseAllSessionsErrorException
- eraseRememberId(String) - Method in interface rife.authentication.RememberManager
-
Removes one particular remember ID.
- EraseRememberIdErrorException - Exception in rife.authentication.remembermanagers.exceptions
- EraseRememberIdErrorException(String) - Constructor for exception rife.authentication.remembermanagers.exceptions.EraseRememberIdErrorException
- EraseRememberIdErrorException(String, DatabaseException) - Constructor for exception rife.authentication.remembermanagers.exceptions.EraseRememberIdErrorException
- eraseSession(String) - Method in interface rife.authentication.SessionManager
-
Removes all traces of an authentication session.
- eraseSession(String) - Method in class rife.authentication.sessionmanagers.MemorySessions
- EraseSessionErrorException - Exception in rife.authentication.sessionmanagers.exceptions
- EraseSessionErrorException(String) - Constructor for exception rife.authentication.sessionmanagers.exceptions.EraseSessionErrorException
- EraseSessionErrorException(String, DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.EraseSessionErrorException
- eraseUserRememberIds(long) - Method in interface rife.authentication.RememberManager
-
Removes all remember IDs for a particular user.
- EraseUserRememberIdsErrorException - Exception in rife.authentication.remembermanagers.exceptions
- EraseUserRememberIdsErrorException(long) - Constructor for exception rife.authentication.remembermanagers.exceptions.EraseUserRememberIdsErrorException
- EraseUserRememberIdsErrorException(long, DatabaseException) - Constructor for exception rife.authentication.remembermanagers.exceptions.EraseUserRememberIdsErrorException
- eraseUserSessions(long) - Method in interface rife.authentication.SessionManager
-
Removes all traces of all authentication sessions for a particular user.
- eraseUserSessions(long) - Method in class rife.authentication.sessionmanagers.MemorySessions
- EraseUserSessionsErrorException - Exception in rife.authentication.sessionmanagers.exceptions
- EraseUserSessionsErrorException(long) - Constructor for exception rife.authentication.sessionmanagers.exceptions.EraseUserSessionsErrorException
- EraseUserSessionsErrorException(long, DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.EraseUserSessionsErrorException
- 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
- escaped(boolean) - Method in class rife.feed.Entry
- 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 extendsValueRenderer, the result of callingValueRenderer.renderon a new instance of the class. - Event - Class in rife.workflow
-
Events cause work to be resumed when they are waiting for the event type.
- Event(Object, Object) - Constructor for class rife.workflow.Event
-
Creates a new event.
- EventListener - Interface in rife.workflow
-
This interface allows classes to register themselves to receive notifications when events are triggered in a
Workflow. - eventTriggered(Event) - Method in interface rife.workflow.EventListener
-
Called when an event was triggered.
- everyDate() - Method in class rife.scheduler.Frequency
-
Schedule every day of the month.
- everyDate(int) - Method in class rife.scheduler.Frequency
-
Schedule every n-th day of the month
- everyHour() - Method in class rife.scheduler.Frequency
-
Schedule every hour of the day.
- everyHour(int) - Method in class rife.scheduler.Frequency
-
Schedule every n-th hour of the day
- everyMinute() - Method in class rife.scheduler.Frequency
-
Schedule every minute of the hour.
- everyMinute(int) - Method in class rife.scheduler.Frequency
-
Schedule every n-th minute of the hour
- everyMonth() - Method in class rife.scheduler.Frequency
-
Schedule every month of the year.
- everyMonth(int) - Method in class rife.scheduler.Frequency
-
Schedule every n-th month of the year
- everyWeekday() - Method in class rife.scheduler.Frequency
-
Schedule every day of the week.
- everyWeekday(int) - Method in class rife.scheduler.Frequency
-
Schedule every n-th day of the week
- exception(Class<? extends Element>) - Method in class rife.engine.Router
-
Registers a class element as the route for handling exceptions
- exception(Supplier<? extends Element>) - Method in class rife.engine.Router
-
Registers an element supplier as the route for handling exceptions
- exception(Element) - Method in class rife.engine.Router
-
Registers a lambda element as the route for handling exceptions
- 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.
- execute(Workflow) - Method in interface rife.workflow.Work
-
The entry method of this work's execution.
- 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.
- executeContinuable(Object) - Method in class rife.continuations.basic.BasicContinuableRunner
-
Executes the continuable object by looking up the entrance method and invoking it.
- 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 simplifiedRowProcessorthat 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 simplifiedRowProcessorthat 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 simplifiedRowProcessorthat 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 simplifiedRowProcessorthat 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
booleanfrom the results of a select query. - executeGetFirstBoolean(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
booleanfrom the results of a customizable select query. - executeGetFirstByte(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
bytefrom the results of a select query. - executeGetFirstByte(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
bytefrom the results of a customizable select query. - executeGetFirstBytes(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
bytearray from the results of a select query. - executeGetFirstBytes(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
bytearray 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
Datefrom 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
Datefrom the results of a select query. - executeGetFirstDate(ReadQuery, Calendar, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a sql
Datefrom the results of a customizable select query. - executeGetFirstDate(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a sql
Datefrom the results of a customizable select query. - executeGetFirstDouble(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
doublefrom the results of a select query. - executeGetFirstDouble(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
doublefrom the results of a customizable select query. - executeGetFirstFloat(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
floatfrom the results of a select query. - executeGetFirstFloat(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
floatfrom the results of a customizable select query. - executeGetFirstInt(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
intfrom the results of a select query. - executeGetFirstInt(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
intfrom the results of a customizable select query. - executeGetFirstLong(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
longfrom the results of a select query. - executeGetFirstLong(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
longfrom the results of a customizable select query. - executeGetFirstShort(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
shortfrom the results of a select query. - executeGetFirstShort(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
shortfrom the results of a customizable select query. - executeGetFirstString(ReadQuery) - Method in class rife.database.DbQueryManager
-
Safely and quickly retrieves the first cell as a
Stringfrom the results of a select query. - executeGetFirstString(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a
Stringfrom 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
Timefrom 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
Timefrom the results of a select query. - executeGetFirstTime(ReadQuery, Calendar, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a sql
Timefrom the results of a customizable select query. - executeGetFirstTime(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a sql
Timefrom 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
Timestampfrom 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
Timestampfrom the results of a select query. - executeGetFirstTimestamp(ReadQuery, Calendar, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a sql
Timestampfrom the results of a customizable select query. - executeGetFirstTimestamp(ReadQuery, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as a sql
Timestampfrom 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
DbPreparedStatementobject. - 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'sDatasource. - executeQuery(ReadQuery) - Method in class rife.database.DbStatement
-
Executes the given
Querybuilder'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.
- executeTask(Task) - Method in class rife.database.DbKeepAlive
- executeTask(Task) - Method in class rife.scheduler.Executor
-
Needs to be implemented with the logic that should happen when the scheduler executes a task.
- executeUpdate() - Method in class rife.database.DbPreparedStatement
-
Executes the SQL statement in this
DbPreparedStatementobject, which must be an SQLINSERT,UPDATEorDELETEstatement; 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, orDELETEstatement 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
Querybuilder's SQL statement, which may be anINSERT,UPDATE, orDELETEstatement 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
InputStreamfrom the results of a select query. - executeUseFirstAsciiStream(ReadQuery, InputStreamUser, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as an ASCII
InputStreamfrom 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
InputStreamfrom the results of a select query. - executeUseFirstBinaryStream(ReadQuery, InputStreamUser, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as an binary
InputStreamfrom 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
Readerfrom the results of a select query. - executeUseFirstCharacterStream(ReadQuery, ReaderUser, PreparedStatementHandler) - Method in class rife.database.DbQueryManager
-
Safely retrieves the first cell as an character
Readerfrom the results of a customizable select query. - ExecutionErrorException - Exception in rife.database.exceptions
- ExecutionErrorException(String, Datasource, Throwable) - Constructor for exception rife.database.exceptions.ExecutionErrorException
- Executor - Class in rife.scheduler
-
Executor is an abstract class that can be extended to implement the logic that happen when tasks of a particular type are executing through the scheduler.
- Executor() - Constructor for class rife.scheduler.Executor
- ExecutorAlreadyRegisteredException - Exception in rife.scheduler.exceptions
- ExecutorAlreadyRegisteredException(Executor) - Constructor for exception rife.scheduler.exceptions.ExecutorAlreadyRegisteredException
- ExpectedMimeTypeConstraintException - Exception in rife.cmf.dam.exceptions
- ExpectedMimeTypeConstraintException(Class, String) - Constructor for exception rife.cmf.dam.exceptions.ExpectedMimeTypeConstraintException
- ExpectedOrdinalConstraintException - Exception in rife.cmf.dam.exceptions
- ExpectedOrdinalConstraintException(Class, String) - Constructor for exception rife.cmf.dam.exceptions.ExpectedOrdinalConstraintException
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form