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

C

CACHED_LOADED_DATA - Static variable in class rife.validation.ConstrainedProperty
 
cachedLoadedData(Object) - Method in class rife.cmf.Content
Sets the cached loaded data.
Callbacks<BeanType> - Interface in rife.database.querymanagers.generic
Callbacks are hooks that are being called when beans are manipulated through the GenericQueryManager or other query managers that are based on it.
CallbacksProvider<BeanType> - Interface in rife.database.querymanagers.generic
Callbacks can either be implemented directly by implementing the Callbacks interface, or they can be provided by implementing this interface.
CallException - Error in rife.continuations.exceptions
This exception will be thrown when a call continuation is triggered.
CallException(ContinuationContext, Object) - Constructor for error rife.continuations.exceptions.CallException
[PRIVATE AND UNSUPPORTED] Instantiates a new call exception.
callHandler(DbPreparedStatement) - Method in class rife.database.VirtualParameters
Calls the registered VirtualParametersHandler.
CallState - Class in rife.continuations
Contains the state of a call continuation.
CallState(String, Object) - Constructor for class rife.continuations.CallState
Creates a new CallState instance.
CallTargetNotFoundException - Exception in rife.continuations.exceptions
Thrown when a call target couldn't be resolved to a proper ContinuableObject.
CallTargetNotFoundException(Object, Throwable) - Constructor for exception rife.continuations.exceptions.CallTargetNotFoundException
Instantiates a new exception.
callTargetRetriever(CallTargetRetriever) - Method in class rife.continuations.basic.BasicContinuableRunner
Sets the call target retriever that will be used when a call continuation is triggered.
CallTargetRetriever - Interface in rife.continuations.basic
Retrieves the target continuable for a call continuation.
cancel() - Method in class rife.database.DbStatement
Cancels this DbStatement object if both the DBMS and driver support aborting a SQL statement.
cancelRowUpdates() - Method in class rife.database.DbResultSet
 
CantFindEntityException - Exception in rife.xml.exceptions
 
CantFindEntityException(String, Throwable) - Constructor for exception rife.xml.exceptions.CantFindEntityException
 
CantFindResourceException - Exception in rife.xml.exceptions
 
CantFindResourceException(String, Throwable) - Constructor for exception rife.xml.exceptions.CantFindResourceException
 
CantFindResourceJarEntryException - Exception in rife.resources.exceptions
 
CantFindResourceJarEntryException(String, String, Throwable) - Constructor for exception rife.resources.exceptions.CantFindResourceJarEntryException
 
CantFindXmlPathException - Exception in rife.config.exceptions
 
CantFindXmlPathException(String) - Constructor for exception rife.config.exceptions.CantFindXmlPathException
 
CantOpenResourceStreamException - Exception in rife.resources.exceptions
 
CantOpenResourceStreamException(URL, Throwable) - Constructor for exception rife.resources.exceptions.CantOpenResourceStreamException
 
CantRetrieveResourceContentException - Exception in rife.resources.exceptions
 
CantRetrieveResourceContentException(URL, String, Throwable) - Constructor for exception rife.resources.exceptions.CantRetrieveResourceContentException
 
CantWriteToDestinationException - Exception in rife.config.exceptions
 
CantWriteToDestinationException(File) - Constructor for exception rife.config.exceptions.CantWriteToDestinationException
 
capitalize(String) - Static method in class rife.tools.StringUtils
Ensure that the first character of the provided string is upper case.
CAPTURE - Static variable in class rife.engine.PathInfoHandling
The whole pathinfo after the route's path will be captured
CASCADE - Static variable in class rife.database.queries.CreateTable
 
CASCADE - Static variable in class rife.database.queries.CreateTable.ViolationAction
 
categories(List<String>) - Method in class rife.feed.Entry
 
categories(List<String>) - Method in class rife.feed.Feed
 
CHAR_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
 
characterEncoding() - Method in class rife.engine.Context
Returns the name of the character encoding used in the body of this request.
characterEncoding(String) - Method in class rife.test.MockRequest
Set the character encoding of this request.
charAt(int) - Method in class rife.template.ExternalValue
 
charAt(int) - Method in class rife.template.InternalString
 
charAt(int) - Method in class rife.tools.LocalizedString
 
CHARSET - Static variable in class rife.tools.HttpUtils
 
CHARSET_US_ASCII - Static variable in class rife.tools.StringUtils
 
check(String) - Method in class rife.database.queries.CreateTable
 
check(String, String) - Method in class rife.database.queries.CreateTable
 
checkEmail(CharSequence) - Static method in class rife.validation.ValidityChecks
 
checkEqual(boolean, boolean) - Static method in class rife.validation.ValidityChecks
 
checkEqual(byte, byte) - Static method in class rife.validation.ValidityChecks
 
checkEqual(char, char) - Static method in class rife.validation.ValidityChecks
 
checkEqual(double, double) - Static method in class rife.validation.ValidityChecks
 
checkEqual(float, float) - Static method in class rife.validation.ValidityChecks
 
checkEqual(int, int) - Static method in class rife.validation.ValidityChecks
 
checkEqual(long, long) - Static method in class rife.validation.ValidityChecks
 
checkEqual(short, short) - Static method in class rife.validation.ValidityChecks
 
checkEqual(Object, Object) - Static method in class rife.validation.ValidityChecks
 
checkFormat(Object, Format) - Static method in class rife.validation.ValidityChecks
 
checkInList(Object, String[]) - Static method in class rife.validation.ValidityChecks
 
checkJavaIdentifier(Object) - Static method in class rife.validation.ValidityChecks
 
checkJavaPackage(Object) - Static method in class rife.validation.ValidityChecks
 
checkLaterThanNow(Date) - Static method in class rife.validation.ValidityChecks
 
checkLength(byte, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(char, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(double, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(float, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(int, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(long, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(short, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLength(CharSequence, int, int) - Static method in class rife.validation.ValidityChecks
 
checkLimitedDate(Object, Date, Date) - Static method in class rife.validation.ValidityChecks
 
checkNotBlank(CharSequence) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(byte) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(char) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(double) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(float) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(int) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(long) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(short) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Byte) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Character) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(CharSequence) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Double) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Float) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Integer) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Long) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Object) - Static method in class rife.validation.ValidityChecks
 
checkNotEmpty(Short) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(boolean, boolean) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(byte, byte) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(char, char) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(double, double) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(float, float) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(int, int) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(long, long) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(short, short) - Static method in class rife.validation.ValidityChecks
 
checkNotEqual(Object, Object) - Static method in class rife.validation.ValidityChecks
 
checkNotNull(Object) - Static method in class rife.validation.ValidityChecks
 
checkPassword(String, String) - Static method in class rife.tools.DrupalPassword
Check whether a plain text password matches a stored hashed password.
checkRange(byte, byte, byte) - Static method in class rife.validation.ValidityChecks
 
checkRange(char, char, char) - Static method in class rife.validation.ValidityChecks
 
checkRange(double, double, double) - Static method in class rife.validation.ValidityChecks
 
checkRange(float, float, float) - Static method in class rife.validation.ValidityChecks
 
checkRange(int, int, int) - Static method in class rife.validation.ValidityChecks
 
checkRange(long, long, long) - Static method in class rife.validation.ValidityChecks
 
checkRange(short, short, short) - Static method in class rife.validation.ValidityChecks
 
checkRange(Object, Comparable, Comparable) - Static method in class rife.validation.ValidityChecks
 
checkRegexp(CharSequence, String) - Static method in class rife.validation.ValidityChecks
 
checkUrl(CharSequence) - Static method in class rife.validation.ValidityChecks
 
CircularConstructionException - Exception in rife.template.exceptions
 
CircularConstructionException() - Constructor for exception rife.template.exceptions.CircularConstructionException
 
CircularIncludesException - Exception in rife.template.exceptions
 
CircularIncludesException(String, DocumentPosition, String, Stack<String>) - Constructor for exception rife.template.exceptions.CircularIncludesException
 
ClassBytesLoader - Class in rife.tools
Utility class to load the bytes of class files.
ClassBytesLoader(ClassLoader) - Constructor for class rife.tools.ClassBytesLoader
Instantiates a new bytes loader for class files.
ClassBytesNotFoundException - Exception in rife.instrument.exceptions
This exception is thrown and when the bytecode for a class couldn't be found.
ClassBytesNotFoundException(String, Throwable) - Constructor for exception rife.instrument.exceptions.ClassBytesNotFoundException
 
ClassBytesProvider - Interface in rife.instrument
 
ClassCallTargetRetriever - Class in rife.continuations.basic
Retrieves the continuable for a call continuation where the call target is a class.
ClassCallTargetRetriever() - Constructor for class rife.continuations.basic.ClassCallTargetRetriever
 
ClassInterfaceDetector - Class in rife.instrument
Detects whether a class implements a particular interface by analyzing the bytecode instead of loading the class and performing reflection calls.
ClassInterfaceDetector(ClassBytesProvider, String) - Constructor for class rife.instrument.ClassInterfaceDetector
Creates a new instance of the interface detector.
ClassUtils - Class in rife.tools
The ClassUtils class provides useful utility methods for working with Java classes.
cleanup() - Method in class rife.database.ConnectionPool
Cleans up all connections that have been reserved by this datasource.
cleanup() - Method in class rife.database.Datasource
Cleans up all connections that have been reserved by this datasource.
cleanup() - Method in class rife.database.Datasources
Cleans up all connections that have been reserved by this datasource.
clear() - Method in class rife.database.queries.AbstractWhereQuery
 
clear() - Method in class rife.database.queries.CreateSequence
 
clear() - Method in class rife.database.queries.CreateTable
 
clear() - Method in class rife.database.queries.Delete
 
clear() - Method in class rife.database.queries.DropSequence
 
clear() - Method in class rife.database.queries.DropTable
 
clear() - Method in class rife.database.queries.Insert
 
clear() - Method in interface rife.database.queries.Query
 
clear() - Method in class rife.database.queries.QueryParameters
 
clear() - Method in class rife.database.queries.ReadQueryString
 
clear() - Method in class rife.database.queries.ReadQueryTemplate
 
clear() - Method in class rife.database.queries.Select
 
clear() - Method in class rife.database.queries.SequenceValue
 
clear() - Method in class rife.database.queries.Update
 
clear() - Method in class rife.database.querymanagers.generic.CountQuery
 
clear() - Method in class rife.database.querymanagers.generic.DeleteQuery
 
clear() - Method in class rife.database.querymanagers.generic.RestoreQuery
 
clear() - Method in class rife.template.AbstractTemplate
 
clear() - Method in class rife.template.InternalValue
Removes all content from this value.
clear() - Method in interface rife.template.Template
Resets all values in this template and removes any resource bundles.
clearActiveConfigRuntime() - Static method in class rife.continuations.ContinuationConfigRuntime
Removes active runtime configuration for the executing thread.
clearActiveContext() - Static method in class rife.continuations.ContinuationContext
Clears the active currently continuation context for the executing thread.
clearBatch() - Method in class rife.database.DbStatement
Empties this Statement object's current list of SQL commands.
clearBuffer() - Method in class rife.engine.AbstractResponse
 
clearBuffer() - Method in class rife.engine.Context
Clears the text buffer is it's enabled.
clearBuffer() - Method in interface rife.engine.Response
Clears the text buffer is it's enabled.
clearGenerated() - Method in class rife.database.queries.AbstractWhereGroup
 
clearGenerated() - Method in class rife.database.queries.Select
 
clearLabel() - Method in class rife.continuations.ContinuationContext
[PRIVATE AND UNSUPPORTED] Set the number of the bytecode label where the continuation has to resume execution from.
clearList(String) - Method in class rife.config.Config
Clears all the items from a list.
clearParameters() - Method in class rife.database.DbPreparedStatement
Clears the current parameter values immediately.
clearTypedParameters(QueryParameterType) - Method in class rife.database.queries.QueryParameters
 
clearUsers() - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
clearUsers() - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
ClearUsersErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
ClearUsersErrorException() - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ClearUsersErrorException
 
ClearUsersErrorException(DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ClearUsersErrorException
 
clearWarnings() - Method in class rife.database.DbResultSet
 
clearWarnings() - Method in class rife.database.DbStatement
Clears all the warnings reported on this DbStatement object.
clearWhereParameters() - Method in class rife.database.queries.AbstractWhereGroup
 
clone() - Method in class rife.authentication.credentialsmanagers.RoleUserAttributes
 
clone() - Method in class rife.authentication.credentialsmanagers.RoleUserIdentity
 
clone() - Method in class rife.cmf.Content
Simply clones the instance with the default clone method since we want to create a shallow copy
clone() - Method in class rife.cmf.dam.ContentQueryManager
Simply clones the instance with the default clone method.
clone() - Method in class rife.cmf.dam.OrdinalManager
Simply clones the instance with the default clone method.
clone() - Method in class rife.config.Config
 
clone() - Method in interface rife.continuations.CloneableContinuable
When continuations are resumed, they can be cloned to ensure that their state is properly isolated.
clone() - Method in class rife.continuations.ContinuationContext
[PRIVATE AND UNSUPPORTED] Creates a cloned instance of this continuation context, this clone is not a perfect copy but is intended to be a child continuation and all context data is set up for that.
clone() - Method in class rife.database.Datasource
Simply clones the instance with the default clone method.
clone() - Method in class rife.database.DbConnection
Simply clones the instance with the default clone method.
clone() - Method in class rife.database.DbConnectionUser
Simply clones the instance with the default clone method since this class contains no member variables.
clone() - Method in class rife.database.DbQueryManager
Simply clones the instance with the default clone method.
clone() - Method in class rife.database.DbResultSet
Simply clones the instance with the default clone method.
clone() - Method in class rife.database.DbResultSetHandler
Simply clones the instance with the default clone method since this class contains no member variables.
clone() - Method in class rife.database.DbRowProcessor
Simply clones the instance with the default clone method since this class contains no object member variables.
clone() - Method in class rife.database.DbStatement
Simply clones the instance with the default clone method.
clone() - Method in class rife.database.DbTransactionUser
Simply clones the instance with the default clone method since this class contains no member variables.
clone() - Method in class rife.database.queries.AbstractWhereGroup
 
clone() - Method in class rife.database.queries.AbstractWhereQuery
 
clone() - Method in class rife.database.queries.CreateSequence
 
clone() - Method in class rife.database.queries.CreateTable.CheckConstraint
 
clone() - Method in class rife.database.queries.CreateTable
 
clone() - Method in class rife.database.queries.CreateTable.Column
 
clone() - Method in class rife.database.queries.CreateTable.ColumnsConstraint
 
clone() - Method in class rife.database.queries.CreateTable.Constraint
 
clone() - Method in class rife.database.queries.CreateTable.ForeignKey
 
clone() - Method in class rife.database.queries.CreateTable.PrimaryKey
 
clone() - Method in class rife.database.queries.CreateTable.UniqueConstraint
 
clone() - Method in class rife.database.queries.Delete
 
clone() - Method in class rife.database.queries.DropSequence
 
clone() - Method in class rife.database.queries.DropTable
 
clone() - Method in class rife.database.queries.Insert
 
clone() - Method in class rife.database.queries.QueryParameters
 
clone() - Method in class rife.database.queries.Select
 
clone() - Method in class rife.database.queries.Select.Join
 
clone() - Method in class rife.database.queries.Select.JoinCross
 
clone() - Method in class rife.database.queries.Select.JoinDefault
 
clone() - Method in class rife.database.queries.Select.JoinInner
 
clone() - Method in class rife.database.queries.Select.JoinOuter
 
clone() - Method in class rife.database.queries.Select.OrderBy
 
clone() - Method in class rife.database.queries.Select.Union
 
clone() - Method in class rife.database.queries.SequenceValue
 
clone() - Method in class rife.database.queries.Update
 
clone() - Method in class rife.database.querymanagers.generic.CountQuery
 
clone() - Method in class rife.database.querymanagers.generic.DeleteQuery
 
clone() - Method in class rife.database.querymanagers.generic.RestoreQuery
 
clone() - Method in class rife.engine.UploadedFile
 
clone() - Method in class rife.forms.AbstractFormBuilder
 
clone() - Method in interface rife.forms.FormBuilder
 
clone() - Method in class rife.forms.FormBuilderHtml
 
clone() - Method in class rife.forms.FormBuilderXml
 
clone() - Method in class rife.scheduler.Task
 
clone() - Method in class rife.scheduler.Task.InvalidPlanned
 
clone() - Method in class rife.scheduler.TaskOption
 
clone() - Method in class rife.template.AbstractTemplate
 
clone() - Method in class rife.template.Parser
 
clone() - Method in interface rife.template.Template
Returns a shallow copy of this template, with the same values.
clone() - Method in class rife.tools.InputStreamUser
Simply clones the instance with the default clone method since this class contains no member variables.
clone() - Method in class rife.tools.ReaderUser
Simply clones the instance with the default clone method since this class contains no member variables.
clone() - Method in class rife.validation.AbstractValidationBuilder
 
clone() - Method in class rife.validation.AbstractValidationRule
 
clone() - Method in class rife.validation.ConstrainedBean.Order
 
clone() - Method in class rife.validation.ConstrainedProperty
 
clone() - Method in class rife.validation.ConstrainedProperty.ManyToMany
 
clone() - Method in class rife.validation.ConstrainedProperty.ManyToManyAssociation
 
clone() - Method in class rife.validation.ConstrainedProperty.ManyToOne
 
clone() - Method in class rife.validation.ConstrainedProperty.ManyToOneAssociation
 
clone() - Method in class rife.validation.MetaData
 
clone() - Method in class rife.validation.Validation
 
clone() - Method in interface rife.validation.ValidationBuilder
 
clone() - Method in class rife.validation.ValidationError
 
clone() - Method in class rife.validation.ValidationGroup
 
clone() - Method in interface rife.validation.ValidationRule
 
clone(Object) - Method in class rife.continuations.ContinuationStack
 
CloneableContinuable - Interface in rife.continuations
Interface that should be implemented by classes that support cloneable continuations.
cloneContinuations(boolean) - Method in class rife.continuations.basic.BasicContinuableRunner
Configures the runner to clone continuations or not.
cloneContinuations(Object) - Method in class rife.continuations.ContinuationConfigRuntime
Indicates whether a continuable should be cloned before resuming the execution.
close() - Method in class rife.cmf.dam.contentstores.RawContentStream
 
close() - Method in class rife.database.ConnectionPool
 
close() - Method in class rife.database.Datasource
 
close() - Method in class rife.database.Datasources
 
close() - Method in class rife.database.DbConnection
Releases all the resources that are being used by this connection.
close() - Method in class rife.database.DbPreparedStatement
Releases this DbPreparedStatement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class rife.database.DbResultSet
 
close() - Method in class rife.database.DbStatement
Releases this DbStatement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class rife.engine.AbstractResponse
 
close() - Method in interface rife.engine.Response
Closed the content output stream.
close() - Method in class rife.engine.UploadedFile
Close the uploaded file and remove any temporary resources that were created.
closeAllActiveDatasources() - Static method in class rife.database.Datasource
Closes all the active datasource.
cmf - Variable in class rife.config.RifeConfig
 
cmf() - Static method in class rife.config.RifeConfig
 
CmfConfig() - Constructor for class rife.config.RifeConfig.CmfConfig
 
CmfProperty() - Constructor for class rife.cmf.format.ImageFormatter.CmfProperty
 
CmfPropertyValidationRule - Class in rife.cmf.validation
This abstract class extends the PropertyValidationRule class to provide common functionality that is useful for all concrete CMF validation rules.
CmfPropertyValidationRule(String, boolean) - Constructor for class rife.cmf.validation.CmfPropertyValidationRule
Instantiates a new CmfPropertyValidationRule instance.
collection_ - Variable in class rife.scheduler.taskmanagers.DatabaseTasks.ProcessTask
 
collection_ - Variable in class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions.ProcessTaskOption
 
collectionType(Class) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
 
collectionType(Class) - Method in class rife.database.querymanagers.generic.ManyToOneAssociationDeclaration
 
column() - Method in record class rife.datastructures.DocumentPosition
Returns the value of the column record component.
column(String, Class) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, int) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, int, String) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, int, String, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, int, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, String) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, String, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
column(String, Class, int, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
column(String, Class, String) - Method in class rife.database.queries.CreateTable
 
column(String, Class, String, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
column(String, Class, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
column(String, String) - Method in class rife.database.queries.CreateTable
 
column(String, String, CreateTable.Nullable) - Method in class rife.database.queries.CreateTable
 
COLUMN_CONTENT - Static variable in class rife.resources.DatabaseResources
 
COLUMN_MODIFIED - Static variable in class rife.resources.DatabaseResources
 
COLUMN_NAME - Static variable in class rife.resources.DatabaseResources
 
columns(Class) - Method in class rife.database.queries.CreateTable
 
columns(Object[]) - Method in class rife.database.queries.CreateTable
 
columnsExcluded(Class, String[]) - Method in class rife.database.queries.CreateTable
 
columnsFiltered(Class, String[], String[]) - Method in class rife.database.queries.CreateTable
 
columnsIncluded(Class, String[]) - Method in class rife.database.queries.CreateTable
 
ColumnsRequiredException - Exception in rife.database.exceptions
 
ColumnsRequiredException(String) - Constructor for exception rife.database.exceptions.ColumnsRequiredException
 
combineToAbsolutePaths(List<File>...) - Static method in class rife.tools.FileUtils
Combines an arbitrary number of lists of files into a single list of absolute file paths.
commit() - Method in class rife.database.DbConnection
Warning: only use the raw transaction methods if you really know what you're doing.
ConciseLogFormatter - Class in rife.tools
 
ConciseLogFormatter() - Constructor for class rife.tools.ConciseLogFormatter
 
concludeResults(DbResultSet) - Method in class rife.database.DbResultSetHandler
 
concludeTask(Task) - Method in interface rife.scheduler.TaskManager
This method will be called by the scheduler when the task has done processing, any resources should be cleaned up and any task rescheduling, removal or deactivation should be done by the manager here.
concludeTask(Task) - Method in class rife.scheduler.taskmanagers.MemoryTasks
 
concludeTask_(Task) - Method in class rife.scheduler.taskmanagers.DatabaseTasks
 
ConcludeTaskErrorException - Exception in rife.scheduler.taskmanagers.exceptions
 
ConcludeTaskErrorException(int) - Constructor for exception rife.scheduler.taskmanagers.exceptions.ConcludeTaskErrorException
 
ConcludeTaskErrorException(int, FrequencyException) - Constructor for exception rife.scheduler.taskmanagers.exceptions.ConcludeTaskErrorException
 
config() - Method in class rife.engine.Site
Returns this site's config instance.
Config - Class in rife.config
The Config class manages the configuration of parameters and lists.
Config - Annotation Interface in rife.engine.annotations
Declares a config parameter.
Config() - Constructor for class rife.config.Config
Creates a new Config instance.
ConfigErrorException - Exception in rife.config.exceptions
 
ConfigErrorException(String) - Constructor for exception rife.config.exceptions.ConfigErrorException
 
ConfigErrorException(String, Throwable) - Constructor for exception rife.config.exceptions.ConfigErrorException
 
ConfigErrorException(Throwable) - Constructor for exception rife.config.exceptions.ConfigErrorException
 
ConfigResourceNotFoundException - Exception in rife.config.exceptions
 
ConfigResourceNotFoundException(String) - Constructor for exception rife.config.exceptions.ConfigResourceNotFoundException
 
ConfigResourceNotFoundException(String, String) - Constructor for exception rife.config.exceptions.ConfigResourceNotFoundException
 
CONNECT - Enum constant in enum class rife.engine.RequestMethod
 
ConnectionCloseErrorException - Exception in rife.database.exceptions
 
ConnectionCloseErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.ConnectionCloseErrorException
 
ConnectionMetaDataErrorException - Exception in rife.database.exceptions
 
ConnectionMetaDataErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.ConnectionMetaDataErrorException
 
ConnectionOpenErrorException - Exception in rife.database.exceptions
 
ConnectionOpenErrorException(String, String, String, Throwable) - Constructor for exception rife.database.exceptions.ConnectionOpenErrorException
 
ConnectionOpenErrorException(String, Throwable) - Constructor for exception rife.database.exceptions.ConnectionOpenErrorException
 
ConnectionPool - Class in rife.database
This is a class designed for database connection pooling.
ConnectionStatusErrorException - Exception in rife.database.exceptions
 
ConnectionStatusErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.ConnectionStatusErrorException
 
Constrained - Interface in rife.validation
This interface defines methods for bean-centric constraining of data entities.
ConstrainedBean - Class in rife.validation
A ConstrainedBean object makes it possible to define all constraints for a bean instance that are not related to a single property.
ConstrainedBean() - Constructor for class rife.validation.ConstrainedBean
Creates a new ConstrainedBean.
ConstrainedBean.Direction - Class in rife.validation
 
ConstrainedBean.Order - Class in rife.validation
 
ConstrainedDetector - Class in rife.validation.instrument
Detects whether a class implements the Constrained interface or not, by analyzing its bytecode.
ConstrainedDetector(ClassBytesLoader) - Constructor for class rife.validation.instrument.ConstrainedDetector
Creates new instance by providing a loader that is able to retrieve the bytes of any parent classes that are extended by the class that is being analyzed.
ConstrainedProperty - Class in rife.validation
A ConstrainedProperty object makes it possible to easily define all constraints for a named property of a bean.
ConstrainedProperty(String) - Constructor for class rife.validation.ConstrainedProperty
Creates a new ConstrainedProperty for the specified property name.
ConstrainedProperty.ManyToMany - Class in rife.validation
 
ConstrainedProperty.ManyToManyAssociation - Class in rife.validation
 
ConstrainedProperty.ManyToOne - Class in rife.validation
 
ConstrainedProperty.ManyToOneAssociation - Class in rife.validation
 
ConstrainedPropertyListener - Interface in rife.validation
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been added to.
ConstrainedUtils - Class in rife.validation
 
ConstrainedUtils() - Constructor for class rife.validation.ConstrainedUtils
 
constraint(String, Object) - Method in class rife.validation.ConstrainedProperty
Sets the data of a particular constraint in a generic fashion.
constraints_ - Variable in class rife.validation.ConstrainedBean
 
constraints_ - Variable in class rife.validation.ConstrainedProperty
 
constraintSet(ConstrainedProperty, String, Object) - Method in interface rife.validation.ConstrainedPropertyListener
This method is called on a registered listener when a constraint has been set to a particular value.
constraintSet(ConstrainedProperty, String, Object) - Method in class rife.validation.Validation
 
constructedValues_ - Variable in class rife.template.AbstractTemplate
 
CONT_ID - Static variable in class rife.engine.SpecialParameters
The unique ID of a continuation to resume.
contains(String) - Method in class rife.ioc.HierarchicalProperties
Checks the HierarchicalProperties hierarchy for the presence of the specified name.
containsFilter(String) - Method in class rife.template.FilteredTagsMap
 
containsHeader(String) - Method in interface rife.engine.Response
containsHeader(String) - Method in class rife.servlet.HttpResponse
 
containsHeader(String) - Method in class rife.test.MockRequest
Checks whether a certain request header is present.
containsHeader(String) - Method in class rife.test.MockResponse
 
containsRepository(String) - Method in interface rife.cmf.dam.ContentManager
Checks if the content manager contains a certain repository.
containsRole(String) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
containsRole(String) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
ContainsRoleErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
ContainsRoleErrorException(String) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ContainsRoleErrorException
 
ContainsRoleErrorException(String, DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ContainsRoleErrorException
 
containsUser(String) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
containsUser(String) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
ContainsUserErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
ContainsUserErrorException(String) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ContainsUserErrorException
 
ContainsUserErrorException(String, DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ContainsUserErrorException
 
content(String) - Method in class rife.feed.Entry
 
Content - Class in rife.cmf
Contains the information required to store new content data together with additional meta-data.
Content(MimeType, Object) - Constructor for class rife.cmf.Content
Creates a new Content instance with the minimal required arguments.
CONTENT_ATTRIBUTES - Static variable in class rife.validation.ConstrainedProperty
 
contentAttribute(String, boolean) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, byte) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, char) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, double) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, float) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, int) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, long) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, short) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property that will be converted internally to a String value.
contentAttribute(String, String) - Method in class rife.validation.ConstrainedProperty
Sets a named content attribute for this property.
ContentAttribute() - Constructor for class rife.cmf.format.ImageFormatter.ContentAttribute
 
ContentDataUser<ResultType> - Interface in rife.cmf.dam
By implementing this interface it's possible to provide the logic that should be executed by methods that allow interaction with content data.
ContentDataUserWithoutResult - Interface in rife.cmf.dam
By implementing this interface it's possible to provide the logic that should be executed by methods that allow interaction with content data.
ContentInfo - Class in rife.cmf
This class represents all the information that is stored in the backend about a certain Content instance.
ContentInfo() - Constructor for class rife.cmf.ContentInfo
Instantiates a new ContentInfo instance.
ContentLoader<InternalType> - Class in rife.cmf.loader
This is an abstract class that needs to be extended by all the classes that are able to load raw data and converted it to a common internal type.
ContentLoader() - Constructor for class rife.cmf.loader.ContentLoader
 
ContentLoaderBackend<InternalType> - Interface in rife.cmf.loader
This is an interface that should be implemented by all content loader back-ends.
ContentLocation - Record Class in rife.cmf.dam.contentmanagers
Contains the location of content in a repository
ContentLocation(String, String) - Constructor for record class rife.cmf.dam.contentmanagers.ContentLocation
Creates an instance of a ContentLocation record class.
ContentManager - Interface in rife.cmf.dam
A ContentManager manages content that is stored in a back-end data store.
ContentManagerException - Exception in rife.cmf.dam.exceptions
 
ContentManagerException(String) - Constructor for exception rife.cmf.dam.exceptions.ContentManagerException
 
ContentManagerException(String, Throwable) - Constructor for exception rife.cmf.dam.exceptions.ContentManagerException
 
ContentManagerException(Throwable) - Constructor for exception rife.cmf.dam.exceptions.ContentManagerException
 
ContentQueryManager<T> - Class in rife.cmf.dam
The ContentQueryManager simplifies working with content a lot.
ContentQueryManager(Datasource, Class<T>) - Constructor for class rife.cmf.dam.ContentQueryManager
Creates a new ContentQueryManager instance for a specific class.
ContentQueryManager(Datasource, Class<T>, Class) - Constructor for class rife.cmf.dam.ContentQueryManager
Creates a new ContentQueryManager instance for a specific class.
ContentQueryManager(Datasource, Class<T>, String) - Constructor for class rife.cmf.dam.ContentQueryManager
Creates a new ContentQueryManager instance for a specific class, but with a different table name for the database storage.
ContentQueryManager(Datasource, Class<T>, ContentManager) - Constructor for class rife.cmf.dam.ContentQueryManager
Creates a new ContentQueryManager instance for a specific class.
ContentRepository - Class in rife.cmf
Contains the information that's required to describe a content repository.
ContentRepository() - Constructor for class rife.cmf.ContentRepository
Instantiates a new ContentRepository instance.
ContentStore - Interface in rife.cmf.dam
A ContentStore stores the actual content data and is responsible for managing it.
ContentTransformer<InternalType> - Interface in rife.cmf.transform
This interface defines the API that has to be implemented by classes that are capable of transforming content data after it's initially loaded.
contentType() - Method in class rife.engine.Context
Returns the MIME type of the body of the request, or null if the type is not known.
contentType(String) - Method in class rife.test.MockRequest
Set the content type of this request.
contentType_ - Variable in class rife.engine.AbstractResponse
 
Context - Class in rife.engine
This class provides the context for the current HTTP request.
contextPath() - Method in class rife.engine.Context
Returns the portion of the request URI that indicates the context of the request.
contextPath(String) - Method in class rife.test.MockConversation
Sets the context path that will be used by this conversation.
ContinuableDetector - Class in rife.continuations.instrument
Detects whether a class implements the continuable marker interface that is set up in the provided instrumentation config.
ContinuableDetector(ContinuationConfigInstrument, ClassBytesProvider) - Constructor for class rife.continuations.instrument.ContinuableDetector
Creates a new instance of the detector.
ContinuableLocalVariableUncloneableException - Exception in rife.continuations.exceptions
Thrown when a local variable in a ContinuationStack couldn't be cloned when a continuation is resumed.
ContinuableLocalVariableUncloneableException(Class, String, Throwable) - Constructor for exception rife.continuations.exceptions.ContinuableLocalVariableUncloneableException
Instantiates a new exception.
ContinuationConfigInstrument - Interface in rife.continuations
This interface needs to be implemented to configure the bytecode instrumentation that enables the continuations functionalities.
ContinuationConfigRuntime - Class in rife.continuations
Configures the runtime behavior of the continuations engine.
ContinuationConfigRuntime() - Constructor for class rife.continuations.ContinuationConfigRuntime
 
ContinuationContext - Class in rife.continuations
Contains all contextual data of one particular continuation.
ContinuationDebug - Class in rife.continuations.instrument
Configures the debug output of the continuations engine.
ContinuationDebug() - Constructor for class rife.continuations.instrument.ContinuationDebug
 
continuationId() - Method in class rife.engine.Context
Returns the unique identifier of the current continuation.
ContinuationInstrument - Class in rife.workflow.config
Byte-code instrumentation configuration that is needed for continuations to work for the workflow engine.
ContinuationInstrument() - Constructor for class rife.workflow.config.ContinuationInstrument
 
ContinuationManager - Class in rife.continuations
Manages a collection of ContinuationContext instances.
ContinuationManager(ContinuationConfigRuntime) - Constructor for class rife.continuations.ContinuationManager
Instantiates a new continuation manager and uses the default values for the continuations duration and purging.
ContinuationsAgent - Class in rife.continuations.instrument
Provides a continuations instrumentation agent that will modify the bytecode of the classes that are loaded.
ContinuationsAgent() - Constructor for class rife.continuations.instrument.ContinuationsAgent
 
ContinuationsBytecodeTransformer - Class in rife.continuations.instrument
Abstract class that transforms the bytecode of regular classes so that they support continuations functionalities.
ContinuationsBytecodeTransformer() - Constructor for class rife.continuations.instrument.ContinuationsBytecodeTransformer
 
ContinuationsNotActiveException - Exception in rife.continuations.exceptions
Thrown when a continuations method has not been instrumented.
ContinuationsNotActiveException() - Constructor for exception rife.continuations.exceptions.ContinuationsNotActiveException
Instantiates a new exception.
ContinuationStack - Class in rife.continuations
[PRIVATE AND UNSUPPORTED] Contains the local state of a continuation.
ContinuationsTransformer - Class in rife.continuations.instrument
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.
ContinuationsTransformer(ContinuationConfigInstrument, String) - Constructor for class rife.continuations.instrument.ContinuationsTransformer
Creates a new transformer.
continueSession(String) - Method in interface rife.authentication.SessionManager
Continues an already active session.
continueSession(String) - Method in class rife.authentication.sessionmanagers.MemorySessions
 
ContinueSessionErrorException - Exception in rife.authentication.sessionmanagers.exceptions
 
ContinueSessionErrorException(String) - Constructor for exception rife.authentication.sessionmanagers.exceptions.ContinueSessionErrorException
 
ContinueSessionErrorException(String, DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.ContinueSessionErrorException
 
ControlFlowRuntimeException - Interface in rife.tools.exceptions
This is a marker interface to make it possible to throw runtime exceptions that have to be treated as expected and 'positive'.
ConversionException - Exception in rife.tools.exceptions
 
ConversionException(Object, Class, Throwable) - Constructor for exception rife.tools.exceptions.ConversionException
 
Convert - Class in rife.tools
General purpose class providing methods to convert between data types.
convertArray(boolean[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(byte[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(char[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(double[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(float[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(int[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(long[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(short[]) - Static method in class rife.database.types.SqlArrays
 
convertArray(Object[]) - Static method in class rife.database.types.SqlArrays
 
convertBbcode(String) - Static method in class rife.tools.StringUtils
Converts a BBCode marked-up text to regular html.
convertBbcode(String, StringUtils.BbcodeOption...) - Static method in class rife.tools.StringUtils
Converts a BBCode marked-up text to regular html.
convertLineSeparator(String) - Static method in class rife.tools.StringUtils
Replaces \n with the system line separator.
convertTabsToSpaces(String, int) - Static method in class rife.tools.StringUtils
Converts all tabs on a line to spaces according to the provided tab width.
convertToBoolean(String) - Static method in class rife.tools.StringUtils
Converts a String to a boolean value.
cookie() - Method in class rife.engine.CookieBuilder
Returns the Cookie
cookie(Cookie) - Method in class rife.test.MockConversation
Add a cookie.
cookie(String, String) - Method in class rife.test.MockConversation
Add a cookie with only a name and a value, the other fields will be empty.
Cookie - Annotation Interface in rife.engine.annotations
Declares a request cookie.
cookieBoolean(String) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a boolean.
cookieBoolean(String, boolean) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a boolean, using a default value if no input value is present.
CookieBuilder - Class in rife.engine
Helper class for building a Cookie.
CookieBuilder(String, String) - Constructor for class rife.engine.CookieBuilder
Starts building a new Cookie.
cookieDouble(String) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a double.
cookieDouble(String, double) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a double, using a default value if no input value is present.
cookieFloat(String) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a float.
cookieFloat(String, float) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a float, using a default value if no input value is present.
cookieInt(String) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to an integer.
cookieInt(String, int) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to an integer, using a default value if no input value is present.
cookieLong(String) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a long.
cookieLong(String, long) - Method in class rife.engine.Context
Retrieves the value of a named cookie and converts it to a long, using a default value if no input value is present.
cookieNames() - Method in class rife.engine.Context
Retrieves the names of the cookies.
cookieValue(String) - Method in class rife.engine.Context
Retrieves the value of a cookie.
cookieValue(String, String) - Method in class rife.engine.Context
Retrieves the value of a named cookie, using a default value as fallback.
cookieValues() - Method in class rife.engine.Context
Retrieves all current cookies names with their values.
copy(File, File) - Static method in class rife.tools.FileUtils
Copy the contents of one file to another file.
copy(File, OutputStream) - Static method in class rife.tools.FileUtils
Copy the contents of a file to an OutputStream.
copy(InputStream, File) - Static method in class rife.tools.FileUtils
Copy the contents of an InputStream to a file.
copy(InputStream, OutputStream) - Static method in class rife.tools.FileUtils
Copy the contents of an InputStream to an OutputStream.
copy(Path) - Method in class rife.tools.FileBuilder
Copies the specified source file to the file of this FileBuilder.
copyDirectory(File, File) - Static method in class rife.tools.FileUtils
Copies all files and directories from the source directory to the target directory.
copyright(String) - Method in class rife.feed.Feed
 
CoreVersion - Class in rife
Singleton class that provides access to the current core version as a string.
CouldntAccessResourceFileException - Exception in rife.resources.exceptions
 
CouldntAccessResourceFileException(String) - Constructor for exception rife.resources.exceptions.CouldntAccessResourceFileException
 
CouldntAccessResourceJarException - Exception in rife.resources.exceptions
 
CouldntAccessResourceJarException(String, String) - Constructor for exception rife.resources.exceptions.CouldntAccessResourceJarException
 
count() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Count the number of beans persisted.
count() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
count(String, String) - Static method in class rife.tools.StringUtils
Counts the number of times a substring occures in a provided string in a case-sensitive manner.
count(String, String, boolean) - Static method in class rife.tools.StringUtils
Counts the number of times a substring occures in a provided string.
count(CountQuery) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Count the number of beans persisted with a custom CountQuery.
count(CountQuery) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
countLists() - Method in class rife.config.Config
Returns the number of lists that are present.
countParameters() - Method in class rife.config.Config
Returns the number of parameters that are present.
countProperties(Class, String[], String[], String) - Static method in class rife.tools.BeanUtils
Counts the number of properties that match the given criteria for a specified bean class.
countProperties(BeanUtils.Accessors, Class, String[], String[], String) - Static method in class rife.tools.BeanUtils
Counts the number of properties that match the given criteria for a specified bean class, using the specified Accessors enum value.
CountQuery - Class in rife.database.querymanagers.generic
 
CountQuery(Select) - Constructor for class rife.database.querymanagers.generic.CountQuery
 
countRoles() - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
countRoles() - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
CountRolesErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
CountRolesErrorException() - Constructor for exception rife.authentication.credentialsmanagers.exceptions.CountRolesErrorException
 
CountRolesErrorException(DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.CountRolesErrorException
 
countSessions() - Method in interface rife.authentication.SessionManager
Counts the number of active sessions.
countSessions() - Method in class rife.authentication.sessionmanagers.DatabaseSessions
 
countSessions() - Method in class rife.authentication.sessionmanagers.MemorySessions
 
CountSessionsErrorException - Exception in rife.authentication.sessionmanagers.exceptions
 
CountSessionsErrorException() - Constructor for exception rife.authentication.sessionmanagers.exceptions.CountSessionsErrorException
 
CountSessionsErrorException(DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.CountSessionsErrorException
 
countUsers() - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
countUsers() - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
CountUsersErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
CountUsersErrorException() - Constructor for exception rife.authentication.credentialsmanagers.exceptions.CountUsersErrorException
 
CountUsersErrorException(DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.CountUsersErrorException
 
countValidationErrors() - Method in class rife.validation.MetaData
 
countValidationErrors() - Method in interface rife.validation.Validated
Counts the number of stored ValidationErrors.
countValidationErrors() - Method in class rife.validation.Validation
 
countValues() - Method in class rife.template.AbstractTemplate
 
countValues() - Method in interface rife.template.Template
Returns the number of values in this template which have been set.
createAuthAttributeName(Route, String, String) - Static method in class rife.authentication.elements.Authenticated
Creates a name for the current authentication context that can be used to cache the authentication process' result as a request attribute.
createBooleanArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of booleans from an array of objects.
createByteArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of bytes from an array of objects.
createCharArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of chars from an array of objects.
createDoubleArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of doubles from an array of objects.
createEntityResolver() - Method in class rife.xml.Xml2Data
 
createErrorRedirector() - Method in class rife.xml.Xml2Data
 
createErrorSet() - Method in class rife.xml.Xml2Data
 
createFloatArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of floats from an array of objects.
createIntArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of ints from an array of objects.
createInternalValue() - Method in class rife.template.AbstractTemplate
 
createInternalValue() - Method in interface rife.template.Template
Returns an anonymous value that can be used to construct complex content for use within this template.
createLongArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of longs from an array of objects.
createManyToOneDeclaration(GenericQueryManager, ConstrainedProperty, Class) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
createNewInstance() - Method in class rife.template.AbstractTemplate
 
createNewInstance() - Method in interface rife.template.Template
Creates a new template, using the same factory, name and encoding as those that were used to create this template instance.
createNewManager(Class<OtherBeanType>) - Method in class rife.cmf.dam.ContentQueryManager
 
createNewManager(Class<OtherBeanType>) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
createNewManager(Class<OtherBeanType>) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Create a new generic query manager of the same kind but for another bean class.
createNewManager(Class<OtherBeanType>) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
createOrResetContext(Object) - Static method in class rife.continuations.ContinuationContext
[PRIVATE AND UNSUPPORTED] Creates a new continuation context or resets its expiration time.
createRememberId(long) - Method in interface rife.authentication.RememberManager
Create a new remember ID.
CreateRememberIdErrorException - Exception in rife.authentication.remembermanagers.exceptions
 
CreateRememberIdErrorException(long) - Constructor for exception rife.authentication.remembermanagers.exceptions.CreateRememberIdErrorException
 
CreateRememberIdErrorException(long, Throwable) - Constructor for exception rife.authentication.remembermanagers.exceptions.CreateRememberIdErrorException
 
createRepository(String) - Method in interface rife.cmf.dam.ContentManager
Creates a new repository.
createScheduler() - Method in interface rife.scheduler.SchedulerFactory
 
createScheduler() - Method in class rife.scheduler.schedulermanagers.DatabaseScheduling
 
createScheduler() - Method in class rife.scheduler.schedulermanagers.MemoryScheduling
 
CreateSequence - Class in rife.database.queries
Object representation of a SQL "CREATE SEQUENCE" query.
CreateSequence(Datasource) - Constructor for class rife.database.queries.CreateSequence
 
createShadow(HierarchicalProperties) - Method in class rife.ioc.HierarchicalProperties
Creates a copy of this HierarchicalProperties hierarchy until a certain instance is reached.
createShortArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates an array of shorts from an array of objects.
createStatement() - Method in class rife.database.DbConnection
Creates a new DbStatement instance for this connection.
createStatement(int, int) - Method in class rife.database.DbConnection
Creates a new DbStatement instance for this connection with the given type and concurrency.
createStatement(int, int, int) - Method in class rife.database.DbConnection
Creates a new DbStatement instance for this connection with the given type, concurrency, and holdability.
createStatement(DbConnection) - Method in class rife.database.DbResultSetHandler
 
createStringArray(boolean[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input boolean array.
createStringArray(boolean[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input boolean array.
createStringArray(byte[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input byte array.
createStringArray(byte[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input byte array.
createStringArray(char[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input char array.
createStringArray(char[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input char array.
createStringArray(double[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input double array.
createStringArray(double[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input double array.
createStringArray(float[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input float array.
createStringArray(float[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input float array.
createStringArray(int[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input int array.
createStringArray(int[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input int array.
createStringArray(long[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input long array.
createStringArray(long[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input long array.
createStringArray(short[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input short array.
createStringArray(short[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input short array.
createStringArray(Object[]) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input object array.
createStringArray(Object[], ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Creates a new string array containing formatted string values of the input object array.
createStringArray(Object, ConstrainedProperty) - Static method in class rife.tools.ArrayUtils
Convert an Object to a textual representation in a String array.
createSystemInstance() - Static method in class rife.ioc.HierarchicalProperties
Creates a new instance that's populated with the system environment variables and JVM properties.
CreateTable - Class in rife.database.queries
Object representation of a SQL "CREATE TABLE" query.
CreateTable(Datasource) - Constructor for class rife.database.queries.CreateTable
 
CreateTable.CheckConstraint - Class in rife.database.queries
 
CreateTable.Column - Class in rife.database.queries
 
CreateTable.ColumnsConstraint - Class in rife.database.queries
 
CreateTable.Constraint - Class in rife.database.queries
 
CreateTable.ForeignKey - Class in rife.database.queries
 
CreateTable.Nullable - Class in rife.database.queries
 
CreateTable.PrimaryKey - Class in rife.database.queries
 
CreateTable.UniqueConstraint - Class in rife.database.queries
 
CreateTable.ViolationAction - Class in rife.database.queries
 
createTask() - Method in class rife.scheduler.Executor
Create a new task instance with this executor's task type.
createTaskOption() - Method in class rife.scheduler.Task
Create a new task option for this task.
createWorkflow() - Method in class rife.engine.Site
Creates a new workflow instance with a default executor.
createWorkflow(ExecutorService) - Method in class rife.engine.Site
Creates a new workflow instance with a provided executor.
creationTime() - Method in class rife.engine.Session
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
Credentials - Interface in rife.authentication
This interface defines the methods that classes with Credentials functionalities have to implement.
credentialsClass() - Method in class rife.authentication.elements.AuthConfig
Retrieves the credentials class that will be used by the Login element.
credentialsClass(Class<? extends Credentials>) - Method in class rife.authentication.elements.AuthConfig
Sets the credentials class that will be used by the Login element.
CredentialsManager - Interface in rife.authentication
This interface defines the methods that classes with CredentialsManager functionalities have to implement.
credentialsManager_ - Variable in class rife.authentication.sessionvalidators.AbstractSessionValidator
 
credentialsManager_ - Variable in class rife.authentication.sessionvalidators.DatabaseSessionValidator
 
CredentialsManagerException - Exception in rife.authentication.exceptions
 
CredentialsManagerException(String) - Constructor for exception rife.authentication.exceptions.CredentialsManagerException
 
CredentialsManagerException(String, Throwable) - Constructor for exception rife.authentication.exceptions.CredentialsManagerException
 
CredentialsManagerException(Throwable) - Constructor for exception rife.authentication.exceptions.CredentialsManagerException
 
current() - Method in class rife.database.queries.SequenceValue
 
CURRENT - Static variable in class rife.database.queries.SequenceValue
 
CURRENT - Static variable in class rife.database.queries.SequenceValue.Operation
 
customAttribute(String, String) - Method in class rife.database.queries.CreateTable
 
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