Index

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

D

DAILY - Static variable in class rife.scheduler.Frequency
Schedule every day at midnight.
data() - Method in record class rife.cmf.loader.LoadedContent
Returns the value of the data record component.
data(CharSequence) - Method in class rife.engine.ServerSentEvent
Adds data to the event, which is transmitted as data fields.
data_ - Variable in class rife.database.DbConnectionUser
 
data_ - Variable in class rife.database.DbPreparedStatementHandler
 
data_ - Variable in class rife.database.DbTransactionUser
 
data_ - Variable in class rife.tools.InputStreamUser
 
data_ - Variable in class rife.tools.ReaderUser
 
database - Variable in class rife.config.RifeConfig
 
database() - Static method in class rife.config.RifeConfig
 
DatabaseConfig() - Constructor for class rife.config.RifeConfig.DatabaseConfig
 
DatabaseContent - Class in rife.cmf.dam.contentmanagers
 
DatabaseContent(Datasource) - Constructor for class rife.cmf.dam.contentmanagers.DatabaseContent
 
DatabaseContentFactory - Class in rife.cmf.dam.contentmanagers
 
DatabaseContentFactory() - Constructor for class rife.cmf.dam.contentmanagers.DatabaseContentFactory
 
DatabaseContentInfo - Class in rife.cmf.dam.contentmanagers
This class adds additional properties to the ContentInfo class to be able to store the data in a database.
DatabaseContentInfo() - Constructor for class rife.cmf.dam.contentmanagers.DatabaseContentInfo
Instantiates a new DatabaseContentInfo instance.
DatabaseContentStore - Class in rife.cmf.dam.contentstores
 
DatabaseContentStore(Datasource) - Constructor for class rife.cmf.dam.contentstores.DatabaseContentStore
 
DatabaseException - Exception in rife.database.exceptions
 
DatabaseException(String) - Constructor for exception rife.database.exceptions.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for exception rife.database.exceptions.DatabaseException
 
DatabaseException(Throwable) - Constructor for exception rife.database.exceptions.DatabaseException
 
DatabaseImageStore - Class in rife.cmf.dam.contentstores
 
DatabaseImageStore(Datasource) - Constructor for class rife.cmf.dam.contentstores.DatabaseImageStore
 
DatabaseImageStoreFactory - Class in rife.cmf.dam.contentstores
 
DatabaseImageStoreFactory() - Constructor for class rife.cmf.dam.contentstores.DatabaseImageStoreFactory
 
DatabaseRawStore - Class in rife.cmf.dam.contentstores
 
DatabaseRawStore(Datasource) - Constructor for class rife.cmf.dam.contentstores.DatabaseRawStore
 
DatabaseRawStoreFactory - Class in rife.cmf.dam.contentstores
 
DatabaseRawStoreFactory() - Constructor for class rife.cmf.dam.contentstores.DatabaseRawStoreFactory
 
DatabaseRemember - Class in rife.authentication.remembermanagers
 
DatabaseRemember(Datasource) - Constructor for class rife.authentication.remembermanagers.DatabaseRemember
 
DatabaseRememberFactory - Class in rife.authentication.remembermanagers
Factory for DatabaseRemember manager instances that creates singletons based on the Datasource.
DatabaseRememberFactory() - Constructor for class rife.authentication.remembermanagers.DatabaseRememberFactory
 
DatabaseResources - Class in rife.resources
This class offers ResourceFinder and ResourceWriter capabilities for resources that are stored in a database.
DatabaseResources(Datasource) - Constructor for class rife.resources.DatabaseResources
Creates a new instance according to the provided datasource.
DatabaseResourcesFactory - Class in rife.resources
 
DatabaseResourcesFactory() - Constructor for class rife.resources.DatabaseResourcesFactory
 
DatabaseScheduling - Class in rife.scheduler.schedulermanagers
 
DatabaseScheduling(Datasource) - Constructor for class rife.scheduler.schedulermanagers.DatabaseScheduling
 
DatabaseSchedulingFactory - Class in rife.scheduler.schedulermanagers
 
DatabaseSchedulingFactory() - Constructor for class rife.scheduler.schedulermanagers.DatabaseSchedulingFactory
 
DatabaseSessions - Class in rife.authentication.sessionmanagers
 
DatabaseSessions(Datasource) - Constructor for class rife.authentication.sessionmanagers.DatabaseSessions
 
DatabaseSessionsFactory - Class in rife.authentication.sessionmanagers
Factory for DatabaseSessions manager instances that creates singletons based on the Datasource.
DatabaseSessionsFactory() - Constructor for class rife.authentication.sessionmanagers.DatabaseSessionsFactory
 
DatabaseSessionValidator - Class in rife.authentication.sessionvalidators
 
DatabaseSessionValidator(Datasource) - Constructor for class rife.authentication.sessionvalidators.DatabaseSessionValidator
 
DatabaseSessionValidatorFactory - Class in rife.authentication.sessionvalidators
Factory for DatabaseSessionValidator manager instances that creates singletons based on the Datasource and an optional differentiating identifier.
DatabaseSessionValidatorFactory() - Constructor for class rife.authentication.sessionvalidators.DatabaseSessionValidatorFactory
 
DatabaseTaskOptions - Class in rife.scheduler.taskoptionmanagers
 
DatabaseTaskOptions(Datasource) - Constructor for class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions
 
DatabaseTaskOptions.ProcessTaskOption - Class in rife.scheduler.taskoptionmanagers
 
DatabaseTaskOptionsFactory - Class in rife.scheduler.taskoptionmanagers
 
DatabaseTaskOptionsFactory() - Constructor for class rife.scheduler.taskoptionmanagers.DatabaseTaskOptionsFactory
 
DatabaseTasks - Class in rife.scheduler.taskmanagers
 
DatabaseTasks(Datasource) - Constructor for class rife.scheduler.taskmanagers.DatabaseTasks
 
DatabaseTasks.ProcessTask - Class in rife.scheduler.taskmanagers
 
DatabaseTasksFactory - Class in rife.scheduler.taskmanagers
 
DatabaseTasksFactory() - Constructor for class rife.scheduler.taskmanagers.DatabaseTasksFactory
 
DatabaseTextStore - Class in rife.cmf.dam.contentstores
 
DatabaseTextStore(Datasource) - Constructor for class rife.cmf.dam.contentstores.DatabaseTextStore
 
DatabaseTextStoreFactory - Class in rife.cmf.dam.contentstores
 
DatabaseTextStoreFactory() - Constructor for class rife.cmf.dam.contentstores.DatabaseTextStoreFactory
 
DatabaseUsers - Class in rife.authentication.credentialsmanagers
 
DatabaseUsers(Datasource) - Constructor for class rife.authentication.credentialsmanagers.DatabaseUsers
 
DatabaseUsers.ListDatabaseRoles - Class in rife.authentication.credentialsmanagers
 
DatabaseUsers.ListDatabaseUsers - Class in rife.authentication.credentialsmanagers
 
DatabaseUsers.ProcessVerifyCredentials - Class in rife.authentication.credentialsmanagers
 
DatabaseUsers.RoleFetcher - Class in rife.authentication.credentialsmanagers
 
DatabaseUsersFactory - Class in rife.authentication.credentialsmanagers
Factory for DatabaseUsers manager instances that creates singletons based on the Datasource and an optional differentiating identifier.
DatabaseUsersFactory() - Constructor for class rife.authentication.credentialsmanagers.DatabaseUsersFactory
 
datasource() - Method in class rife.database.migrations.DbMigration
Retrieves the datasource that this migration is being collected for.
Datasource - Class in rife.database
Contains all the information required to connect to a database and centralizes the creation of connections to a database.
Datasource() - Constructor for class rife.database.Datasource
Instantiates a new Datasource object with no connection information.
Datasource(String, String, String, String, int) - Constructor for class rife.database.Datasource
Instantiates a new Datasource object with all the connection parameters that are required.
Datasource(DataSource, int) - Constructor for class rife.database.Datasource
Instantiates a new Datasource object from a standard javax.sql.DataSource.
Datasource(DataSource, String, String, String, int) - Constructor for class rife.database.Datasource
Instantiates a new Datasource object from a standard javax.sql.DataSource.
datasource_ - Variable in class rife.database.queries.AbstractWhereGroup
 
Datasources - Class in rife.database
Contains a collection of Datasource instances.
Datasources() - Constructor for class rife.database.Datasources
Creates a new empty Datasources instance.
DatasourcesException - Exception in rife.database.exceptions
 
DatasourcesException(String) - Constructor for exception rife.database.exceptions.DatasourcesException
 
DatasourcesException(String, Throwable) - Constructor for exception rife.database.exceptions.DatasourcesException
 
DatasourcesException(Throwable) - Constructor for exception rife.database.exceptions.DatasourcesException
 
DateFormatInitializationException - Exception in rife.config.exceptions
 
DateFormatInitializationException(String) - Constructor for exception rife.config.exceptions.DateFormatInitializationException
 
DateFormatInitializationException(String, Throwable) - Constructor for exception rife.config.exceptions.DateFormatInitializationException
 
DateFormatInitializationException(Throwable) - Constructor for exception rife.config.exceptions.DateFormatInitializationException
 
dateHeader(String, long) - Method in class rife.test.MockRequest
Sets a request header with the given name and date-value.
DbBeanFetcher<BeanType> - Class in rife.database
This class allows a ResultSet to be easily processed into bean instance.
DbBeanFetcher(Datasource, Class<BeanType>) - Constructor for class rife.database.DbBeanFetcher
Create a new DbBeanFetcher
DbBeanFetcher(Datasource, Class<BeanType>, boolean) - Constructor for class rife.database.DbBeanFetcher
Create a new DbBeanFetcher
DbConnection - Class in rife.database
Represents one connection to a database.
DbConnectionUser<ResultType,DataType> - Class in rife.database
 
DbConnectionUser() - Constructor for class rife.database.DbConnectionUser
Create a new DbConnectionUser.
DbConnectionUser(DataType) - Constructor for class rife.database.DbConnectionUser
Create a new DbConnectionUser with a data object.
DbKeepAlive - Class in rife.database
Periodic probe job to keep connections non-idle and probe for dead ones.
DbKeepAlive(Datasource) - Constructor for class rife.database.DbKeepAlive
 
DbMigration - Class in rife.database.migrations
Provides a single declarative database migration.
DbMigration() - Constructor for class rife.database.migrations.DbMigration
 
DbMigrationAction - Interface in rife.database.migrations
Provides a migration step that executes Java logic, for instance to transform data in ways that can't be expressed as a single query.
DbMigrations - Class in rife.database.migrations
Executes an explicitly registered series of migrations against a datasource.
DbMigrations(Datasource) - Constructor for class rife.database.migrations.DbMigrations
 
DbPreparedStatement - Class in rife.database
Provides a wrapper around the regular JDBC PreparedStatement class.
DbPreparedStatementHandler<DataType> - Class in rife.database
By extending this class it's possible to easily customize the behaviour of a large number of methods in the DbQueryManager class.
DbPreparedStatementHandler() - Constructor for class rife.database.DbPreparedStatementHandler
 
DbPreparedStatementHandler(DataType) - Constructor for class rife.database.DbPreparedStatementHandler
 
DbQueryException - Exception in rife.database.exceptions
 
DbQueryException(String) - Constructor for exception rife.database.exceptions.DbQueryException
 
DbQueryException(String, Throwable) - Constructor for exception rife.database.exceptions.DbQueryException
 
DbQueryManager - Class in rife.database
This is a convenience class to make it easy to control the queries that handle the retrieval, storage, update and removal of data in a database.
DbQueryManager(Datasource) - Constructor for class rife.database.DbQueryManager
Instantiates a new DbQueryManager object and ties it to the provided datasource.
DbQueryManagerCache - Class in rife.database
This class is a simple cache for DbQueryManager objects.
DbQueryManagerCache() - Constructor for class rife.database.DbQueryManagerCache
Default constructor
DbQueryManagerFactory - Class in rife.database
This class allows for DbQueryManagers to be created more dynamically and with more features than by direct instantiation.
DbQueryManagerFactory() - Constructor for class rife.database.DbQueryManagerFactory
 
DbResultSet - Class in rife.database
 
DbResultSetHandler - Class in rife.database
By extending this class it's possible to easily customize the behaviour of some methods in the DbQueryManager class.
DbResultSetHandler() - Constructor for class rife.database.DbResultSetHandler
 
DbRowProcessor - Class in rife.database
This abstract base class should be used to implement classes that process one row in a database query result set.
DbRowProcessor() - Constructor for class rife.database.DbRowProcessor
 
DbStatement - Class in rife.database
Provides a wrapper around the regular JDBC Statement class.
DbTransactionUser<ResultType,DataType> - Class in rife.database
By extending this class it's possible to provide the logic that should be executed by the inTransaction method in the DbQueryManager class.
DbTransactionUser() - Constructor for class rife.database.DbTransactionUser
 
DbTransactionUser(DataType) - Constructor for class rife.database.DbTransactionUser
 
DbTransactionUserWithoutResult<DataType> - Class in rife.database
Convenience class that offers the same facilities as the DbTransactionUser class, but makes it easier to work with transactions that don't return any results.
DbTransactionUserWithoutResult() - Constructor for class rife.database.DbTransactionUserWithoutResult
 
DbTransactionUserWithoutResult(DataType) - Constructor for class rife.database.DbTransactionUserWithoutResult
 
deactivate() - Method in class rife.continuations.ContinuationContext
Makes sure that this ContinuationContext is not the active one.
deactivateTask(int) - Method in interface rife.scheduler.TaskManager
This method will be called when the task is fully done being executed.
deactivateTask(int) - Method in class rife.scheduler.taskmanagers.MemoryTasks
 
deactivateTask_(Update, int) - Method in class rife.scheduler.taskmanagers.DatabaseTasks
 
DeactivateTaskErrorException - Exception in rife.scheduler.taskmanagers.exceptions
 
DeactivateTaskErrorException(int) - Constructor for exception rife.scheduler.taskmanagers.exceptions.DeactivateTaskErrorException
 
DeactivateTaskErrorException(int, DatabaseException) - Constructor for exception rife.scheduler.taskmanagers.exceptions.DeactivateTaskErrorException
 
decodeHtml(String) - Static method in class rife.tools.StringUtils
 
decodeUrl(String) - Static method in class rife.tools.StringUtils
Transforms a provided String URL into a new string, containing decoded URL characters in the UTF-8 encoding.
deepClone(T) - Static method in class rife.tools.ObjectUtils
Try to create a deep clone of the provides object.
DEFAULT - Static variable in class rife.cmf.ContentRepository
 
DEFAULT_ALLOW_REMEMBER - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_AUTH_COOKIE_NAME - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_AUTO_RELOAD_DELAY - Static variable in class rife.config.RifeConfig.GlobalConfig
 
DEFAULT_BOOLEAN - Static variable in class rife.engine.Context
 
DEFAULT_CONTINUATION_DURATION - Static variable in class rife.config.RifeConfig.EngineConfig
The default duration is 20 minutes.
DEFAULT_CONTINUATION_PURGE_FREQUENCY - Static variable in class rife.config.RifeConfig.EngineConfig
The default frequency is every 20 times out of the scale, with the default scale of 1000 this means, 1/50th of the time.
DEFAULT_CONTINUATION_PURGE_SCALE - Static variable in class rife.config.RifeConfig.EngineConfig
The default purge scale is 1000.
DEFAULT_COOKIE_SAME_SITE - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_CREDENTIALS_CLASS - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_CSRF_COOKIE_NAME - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_CSRF_HEADER_NAME - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_CSRF_PARAMETER_NAME - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_DEFAULT_CONTENT_TYPE - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_DEFAULT_COUNTRY - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_DEFAULT_LANGUAGE - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_DOUBLE - Static variable in class rife.engine.Context
 
DEFAULT_ENFORCE_AUTHENTICATION - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_FILE_UPLOAD_PATH - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_FILE_UPLOAD_RIFE_FOLDER - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_FILE_UPLOAD_SIZE_CHECK - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_FILE_UPLOAD_SIZE_EXCEPTION - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_FILE_UPLOAD_SIZE_LIMIT - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_FLOAT - Static variable in class rife.engine.Context
 
DEFAULT_GENERATE_CLASSES - Static variable in class rife.config.RifeConfig.TemplateConfig
 
DEFAULT_GLOBAL_NO_CACHE_HEADERS - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_GZIP_COMPRESSION - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_GZIP_COMPRESSION_TYPES - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_HOST - Static variable in class rife.engine.Server
 
DEFAULT_IDENTITY_ATTRIBUTE_NAME - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_IDLE_TIMEOUT_MS - Static variable in class rife.engine.Server
 
DEFAULT_INPUT_DATE_FORMAT - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_INPUT_TIME_FORMAT - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_INTEGER - Static variable in class rife.engine.Context
 
DEFAULT_LOG_ENGINE_EXCEPTIONS - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_LOGIN_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_LOGIN_MINIMUM_LENGTH - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_LONG - Static variable in class rife.engine.Context
 
DEFAULT_MAX_THREADS - Static variable in class rife.engine.Server
 
DEFAULT_MAX_VISUAL_URL_LENGTH - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_MIN_THREADS - Static variable in class rife.engine.Server
 
DEFAULT_ORDERING - Static variable in class rife.validation.ConstrainedBean
 
DEFAULT_PARAMETER - Static variable in class rife.web.PagedNavigation
 
DEFAULT_PASS_THROUGH_SUFFIXES - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_PASSWORD_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_PASSWORD_MINIMUM_LENGTH - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_PATH - Static variable in class rife.test.MockCookie
The path that is used for a cookie that doesn't specify one itself.
DEFAULT_PORT - Static variable in class rife.engine.Server
 
DEFAULT_PRETTY_ENGINE_EXCEPTIONS - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_PROTECTED_METHODS - Static variable in class rife.engine.elements.CsrfProtected
The state-changing request methods that are verified by default, which are POST, PUT, PATCH and DELETE.
DEFAULT_PROXY_ROOT_URL - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_REMEMBER_COOKIE_NAME - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_REMEMBER_DURATION - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_REMEMBER_MAX_AGE - Static variable in class rife.authentication.elements.AuthConfig
 
DEFAULT_REMEMBER_PURGE_FREQUENCY - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_REMEMBER_PURGE_SCALE - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_REQUEST_ENCODING - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_RESCHEDULE_DELAY - Static variable in class rife.scheduler.Executor
 
DEFAULT_RESOURCE_BUNDLE - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_RESOURCE_BUNDLE_AUTO_RELOAD - Static variable in class rife.config.RifeConfig.ToolsConfig
 
DEFAULT_RESPONSE_ENCODING - Static variable in class rife.config.RifeConfig.EngineConfig
 
DEFAULT_ROLE_NAME_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_SEQUENCE_CONTENT_INFO - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_SEQUENCE_CONTENT_REPOSITORY - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_SEQUENCE_ROLE - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_SEQUENCE_TASK - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_SESSION_DURATION - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_SESSION_PURGE_FREQUENCY - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_SESSION_PURGE_SCALE - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_SESSION_RESTRICT_AUTH_DATA - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_SLEEP_TIME - Static variable in class rife.scheduler.Scheduler
 
DEFAULT_STATE_RESOURCE - Static variable in class rife.config.RifeConfig.MigrationsConfig
 
DEFAULT_STATIC_RESOURCE_BASE - Static variable in class rife.engine.Server
 
DEFAULT_TABLE_AUTHENTICATION - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_TABLE_CONTENT_ATTRIBUTE - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_INFO - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_PROPERTY - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_REPOSITORY - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_STORE_IMAGE - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_STORE_RAW_CHUNK - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_STORE_RAW_INFO - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_CONTENT_STORE_TEXT - Static variable in class rife.config.RifeConfig.CmfConfig
 
DEFAULT_TABLE_REMEMBER - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_TABLE_ROLE - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_TABLE_ROLELINK - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_TABLE_TASK - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_TABLE_TASKOPTION - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_TABLE_USER - Static variable in class rife.config.RifeConfig.AuthenticationConfig
 
DEFAULT_TASK_FREQUENCY_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_TASK_TYPE_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_TASKOPTION_NAME_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_TASKOPTION_VALUE_MAXIMUM_LENGTH - Static variable in class rife.config.RifeConfig.SchedulerConfig
 
DEFAULT_TEMPLATE_AUTO_RELOAD - Static variable in class rife.config.RifeConfig.TemplateConfig
 
DEFAULT_TEMPLATES_PATH - Static variable in class rife.template.Parser
 
DEFAULT_TEMPLATES_RIFE_FOLDER - Static variable in class rife.config.RifeConfig.TemplateConfig
 
DEFAULT_VALUE - Static variable in class rife.validation.ConstrainedProperty
 
DEFAULT_WEBAPP_CONTEXT_PATH - Static variable in class rife.config.RifeConfig.EngineConfig
 
defaultContentType_ - Variable in class rife.template.AbstractTemplate
 
defaultElementId() - Method in interface rife.engine.Route
The default identifier that can be used when referring to an element of this route.
defaultFunction(String, String) - Method in class rife.database.queries.AlterTable
 
defaultFunction(String, String) - Method in class rife.database.queries.CreateTable
 
defaultOrder(String) - Method in class rife.validation.ConstrainedBean
 
defaultOrder(String, ConstrainedBean.Direction) - Method in class rife.validation.ConstrainedBean
 
defaultOrder(ConstrainedBean.Order) - Method in class rife.validation.ConstrainedBean
 
defaultOrdering(List<ConstrainedBean.Order>) - Method in class rife.validation.ConstrainedBean
 
defaultResourceBundles_ - Variable in class rife.template.AbstractTemplate
 
defaultValue(boolean) - Method in class rife.validation.ConstrainedProperty
 
defaultValue(Object) - Method in class rife.validation.ConstrainedProperty
 
defaultValue(String, boolean) - Method in class rife.database.queries.AlterTable
 
defaultValue(String, boolean) - Method in class rife.database.queries.CreateTable
 
defaultValue(String, Object) - Method in class rife.database.queries.AlterTable
 
defaultValue(String, Object) - Method in class rife.database.queries.CreateTable
 
defer() - Method in class rife.engine.Context
Interrupts the execution in RIFE2 completely and defers it to the servlet container.
Defer - Class in rife.engine.elements
Standard element that allows specific routes to always defer execution to the servlet container.
Defer() - Constructor for class rife.engine.elements.Defer
 
DeferException - Error in rife.engine.exceptions
 
DeferException() - Constructor for error rife.engine.exceptions.DeferException
 
delegate_ - Variable in class rife.database.queries.AbstractWhereDelegateQuery
 
delete() - Method in class rife.tools.DirBuilder
Deletes the directory represented by this DirBuilder and all of its contents.
delete() - Method in class rife.tools.FileBuilder
Deletes the file object of this FileBuilder.
delete(int) - Method in class rife.cmf.dam.ContentQueryManager
Deletes a bean according to its ID.
delete(int) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Delete a single identified bean
delete(int) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
delete(Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the DELETE method, the path will be derived from the uncapitalized shortened class name.
delete(String) - Method in class rife.database.migrations.DbMigration
Creates a query builder for deleting data.
delete(String, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the DELETE method with a specific path.
delete(String, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the DELETE method with a specific path.
delete(String, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the DELETE method with a specific path.
delete(String, PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the DELETE method with a specific path and pathinfo handling.
delete(String, PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the DELETE method with a specific path and pathinfo handling.
delete(String, PathInfoHandling, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the DELETE method with a specific path and pathinfo handling.
delete(Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the DELETE method, the path will be derived from the uncapitalized shortened class name.
delete(DeleteQuery) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Delete beans selected by the passed in DeleteQuery
delete(DeleteQuery) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
delete(PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the DELETE method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
delete(PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the DELETE method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
Delete - Class in rife.database.queries
Object representation of a SQL "DELETE" query.
Delete(Datasource) - Constructor for class rife.database.queries.Delete
 
DELETE - Enum constant in enum class rife.engine.RequestMethod
 
deleteContent(String) - Method in interface rife.cmf.dam.ContentManager
Delete the content at a certain location.
deleteContentData(int) - Method in interface rife.cmf.dam.ContentStore
Deletes the content data for a certain content id.
DeleteContentDataErrorException - Exception in rife.cmf.dam.contentstores.exceptions
 
DeleteContentDataErrorException(int, DatabaseException) - Constructor for exception rife.cmf.dam.contentstores.exceptions.DeleteContentDataErrorException
 
deleted(int) - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
Executed when a bean was successfully deleted.
deleted(int) - Method in class rife.database.querymanagers.generic.SseGqmBridge
 
deleteDirectory(File) - Static method in class rife.tools.FileUtils
Deletes a directory and all its contents recursively.
deleteFile(File) - Static method in class rife.tools.FileUtils
Deletes a given file.
deleteManyToMany(int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
deleteManyToOne(int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
DeleteQuery - Class in rife.database.querymanagers.generic
 
DeleteQuery(Delete) - Constructor for class rife.database.querymanagers.generic.DeleteQuery
 
deleteRow() - Method in class rife.database.DbResultSet
 
deobfuscate(String) - Static method in class rife.tools.StringEncryptor
 
DESC - Static variable in class rife.database.queries.Select
 
DESC - Static variable in class rife.database.queries.Select.OrderByDirection
 
DESC - Static variable in class rife.validation.ConstrainedBean
 
description(String) - Method in class rife.feed.Feed
 
DeserializationErrorException - Exception in rife.tools.exceptions
 
DeserializationErrorException(Throwable) - Constructor for exception rife.tools.exceptions.DeserializationErrorException
 
deserializeFromString(String) - Static method in class rife.tools.SerializationUtils
 
destroy() - Method in class rife.engine.Gate
Tears down the gate and the associated Site, calling destroy() on the site and on all its grouped routers.
destroy() - Method in class rife.engine.Router
The destroy() method will be called by RIFE2 when the web application tears down, both for this router and for every router that was added with group().
destroy() - Method in class rife.servlet.RifeFilter
 
destroy() - Method in class rife.test.MockConversation
Tears down this conversation's site by calling destroy() on the site and on all the routers that are grouped inside it.
detect(byte[], boolean) - Method in class rife.instrument.ClassInterfaceDetector
Perform the detection.
DIFFERENT(String) - Constructor for class rife.validation.ValidationError.DIFFERENT
 
DIGITS_ONLY - Static variable in class rife.tools.PasswordGenerator
 
dir(String) - Method in class rife.tools.DirBuilder
Creates a new subdirectory with the specified name under the directory represented by this DirBuilder.
dir(String, DirAction) - Method in class rife.tools.DirBuilder
Creates a new subdirectory with the specified name under the directory represented by this DirBuilder and executes the specified action on it.
DirAction - Interface in rife.tools
Functional interface that captures an action to execute on a DirBuilder instance.
DirBuilder - Class in rife.tools
Directory and file structure builder, using a fluent API and lambdas to convey the hierarchical structure of on the filesystem in code.
DirBuilder(File) - Constructor for class rife.tools.DirBuilder
Constructs a new DirBuilder instance with the specified directory.
DirBuilder(File, DirAction) - Constructor for class rife.tools.DirBuilder
Constructs a new DirBuilder instance with the specified path and executes an action on it.
DirBuilder(Path) - Constructor for class rife.tools.DirBuilder
Constructs a new DirBuilder instance with the specified path.
DirBuilder(Path, DirAction) - Constructor for class rife.tools.DirBuilder
Constructs a new DirBuilder instance with the specified directory and executes an action on it.
directoryPaths(List<String>) - Method in class rife.template.TemplateDeployer
 
DirectoryResources - Class in rife.resources
This class offers ResourceFinder and ResourceWriter capabilities for resources that are stored as files in a directory on the file system.
DirectoryResources(File) - Constructor for class rife.resources.DirectoryResources
Creates a new instance for the provided directory.
disableValidation(boolean) - Method in class rife.xml.Xml2Data
 
DISPLAYED_RAW - Static variable in class rife.validation.ConstrainedProperty
 
displayedRaw(boolean) - Method in class rife.validation.ConstrainedProperty
 
distinct() - Method in class rife.database.queries.Select
 
distinctOn(String) - Method in class rife.database.queries.Select
 
distinctOn(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
 
distinctOn(String...) - Method in class rife.database.queries.Select
 
distinctOn(String[]) - Method in class rife.database.querymanagers.generic.RestoreQuery
 
DocumentPosition - Record Class in rife.datastructures
 
DocumentPosition(String, int, int, int) - Constructor for record class rife.datastructures.DocumentPosition
Creates an instance of a DocumentPosition record class.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class rife.servlet.RifeFilter
 
domain(String) - Method in class rife.engine.CookieBuilder
doRequest(String) - Method in class rife.test.MockConversation
Perform a request for a particular URL.
doRequest(String, MockRequest) - Method in class rife.test.MockConversation
Perform a request for a particular URL and request configuration.
DOUBLE_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
 
down() - Method in class rife.database.migrations.ReversibleDbMigration
Declares the steps that reverse this migration.
down(int) - Method in class rife.cmf.dam.OrdinalManager
Moves a row with a specific ordinal downwards within the entire table.
down(long, int) - Method in class rife.cmf.dam.OrdinalManager
Moves a row with a specific ordinal downwards within the range restricted by the provided ID.
down(Constrained, String) - Method in class rife.cmf.dam.ContentQueryManager
Moves the row that corresponds to the provided bean instance downwards according to a property with an ordinal constraint.
DOWN - Static variable in class rife.cmf.dam.OrdinalManager.Direction
Has to be used to indicate a downwards direction for the move method.
DOWN - Static variable in class rife.cmf.dam.OrdinalManager
 
DRIVER_NAME_DERBY - Static variable in class rife.database.Datasource
 
DRIVER_NAME_H2 - Static variable in class rife.database.Datasource
 
DRIVER_NAME_HSQLDB - Static variable in class rife.database.Datasource
 
DRIVER_NAME_MYSQL - Static variable in class rife.database.Datasource
 
DRIVER_NAME_ORACLE - Static variable in class rife.database.Datasource
 
DRIVER_NAME_PGSQL - Static variable in class rife.database.Datasource
 
DriverInstantiationErrorException - Exception in rife.database.exceptions
 
DriverInstantiationErrorException(String, Throwable) - Constructor for exception rife.database.exceptions.DriverInstantiationErrorException
 
DriverNameRetrievalErrorException - Exception in rife.database.exceptions
 
DriverNameRetrievalErrorException(Throwable) - Constructor for exception rife.database.exceptions.DriverNameRetrievalErrorException
 
DROP_COLUMN - Enum constant in enum class rife.database.queries.AlterTable.Alteration
 
DROP_COLUMN_DEFAULT - Enum constant in enum class rife.database.queries.AlterTable.Alteration
 
DROP_CONSTRAINT - Enum constant in enum class rife.database.queries.AlterTable.Alteration
 
DROP_PRIMARY_KEY - Enum constant in enum class rife.database.queries.AlterTable.Alteration
 
dropColumn(Class, String) - Method in class rife.database.queries.AlterTable
 
dropColumn(String) - Method in class rife.database.queries.AlterTable
 
dropColumnDefault(Class, String) - Method in class rife.database.queries.AlterTable
 
dropColumnDefault(String) - Method in class rife.database.queries.AlterTable
 
dropConstraint(String) - Method in class rife.database.queries.AlterTable
 
dropIndex(String) - Method in class rife.database.migrations.DbMigration
Creates a query builder for dropping an index.
DropIndex - Class in rife.database.queries
Object representation of a SQL "DROP INDEX" query.
DropIndex(Datasource) - Constructor for class rife.database.queries.DropIndex
 
dropPrimaryKey() - Method in class rife.database.queries.AlterTable
 
dropSequence(String) - Method in class rife.database.migrations.DbMigration
Creates a query builder for dropping a sequence.
DropSequence - Class in rife.database.queries
Object representation of a SQL "DROP SEQUENCE" query.
DropSequence(Datasource) - Constructor for class rife.database.queries.DropSequence
 
dropTable(String) - Method in class rife.database.migrations.DbMigration
Creates a query builder for dropping a table.
DropTable - Class in rife.database.queries
Object representation of a SQL "DROP TABLE" query.
DropTable(Datasource) - Constructor for class rife.database.queries.DropTable
 
dropView(String) - Method in class rife.database.migrations.DbMigration
Creates a query builder for dropping a view.
DropView - Class in rife.database.queries
Object representation of a SQL "DROP VIEW" query.
DropView(Datasource) - Constructor for class rife.database.queries.DropView
 
DRUPAL - Static variable in class rife.tools.StringEncryptor
 
DRUPAL_HASH_COUNT - Static variable in class rife.tools.DrupalPassword
The standard log2 number of iterations for password stretching.
DRUPAL_HASH_LENGTH - Static variable in class rife.tools.DrupalPassword
The expected (and maximum) number of characters in a hashed password.
DRUPAL_MAX_HASH_COUNT - Static variable in class rife.tools.DrupalPassword
The maximum allowed log2 number of iterations for password stretching.
DRUPAL_MIN_HASH_COUNT - Static variable in class rife.tools.DrupalPassword
The minimum allowed log2 number of iterations for password stretching.
DrupalPassword - Class in rife.tools
Java implementation of the Drupal 7 password hashing algorithm.
DrupalPassword() - Constructor for class rife.tools.DrupalPassword
 
DrupalPassword(int) - Constructor for class rife.tools.DrupalPassword
 
dumpClassBytes(String, String, byte[]) - Static method in class rife.tools.InstrumentationUtils
 
DuplicateLoginException - Exception in rife.authentication.credentialsmanagers.exceptions
 
DuplicateLoginException(String) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.DuplicateLoginException
 
DuplicateLoginException(String, Throwable) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.DuplicateLoginException
 
DuplicateRoleException - Exception in rife.authentication.credentialsmanagers.exceptions
 
DuplicateRoleException(String) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.DuplicateRoleException
 
DuplicateRoleException(String, Throwable) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.DuplicateRoleException
 
DuplicateTaskOptionException - Exception in rife.scheduler.taskoptionmanagers.exceptions
 
DuplicateTaskOptionException(int, String) - Constructor for exception rife.scheduler.taskoptionmanagers.exceptions.DuplicateTaskOptionException
 
DuplicateTaskOptionException(int, String, Throwable) - Constructor for exception rife.scheduler.taskoptionmanagers.exceptions.DuplicateTaskOptionException
 
DuplicateUserIdException - Exception in rife.authentication.credentialsmanagers.exceptions
 
DuplicateUserIdException(long) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.DuplicateUserIdException
 
DuplicateUserIdException(long, Throwable) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.DuplicateUserIdException
 
duringDates(int, int) - Method in class rife.scheduler.Frequency
Schedule every day of the month in a range, 1-based.
duringHours(int, int) - Method in class rife.scheduler.Frequency
Schedule every hour of the day in a range.
duringMinutes(int, int) - Method in class rife.scheduler.Frequency
Schedule every minute of the hour in a range.
A B C D E F G H I J L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form