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

R

RANGE_BEGIN - Static variable in class rife.validation.ConstrainedProperty
 
RANGE_END - Static variable in class rife.validation.ConstrainedProperty
 
rangeBegin(byte) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(char) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(double) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(float) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(int) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(long) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(short) - Method in class rife.validation.ConstrainedProperty
 
rangeBegin(Comparable) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(byte) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(char) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(double) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(float) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(int) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(long) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(short) - Method in class rife.validation.ConstrainedProperty
 
rangeEnd(Comparable) - Method in class rife.validation.ConstrainedProperty
 
RAW - Static variable in class rife.cmf.MimeType
A generic mime type indicating that the content should be stored as raw data without any mime-type related processing.
RAW_IDENTIFIER - Static variable in class rife.cmf.MimeType
 
RawContentStream - Class in rife.cmf.dam.contentstores
 
RawContentStream(DbPreparedStatement) - Constructor for class rife.cmf.dam.contentstores.RawContentStream
 
RawContentTransformer - Interface in rife.cmf.transform
This interface defines the API that has to be implemented by classes that are capable of transforming raw content data after it's initially loaded.
RawFormatter - Class in rife.cmf.format
Formats raw Content data.
RawFormatter - Class in rife.tools
 
RawFormatter() - Constructor for class rife.cmf.format.RawFormatter
 
RawFormatter() - Constructor for class rife.tools.RawFormatter
 
read() - Method in class rife.cmf.dam.contentstores.RawContentStream
 
readBytes(File) - Static method in class rife.tools.FileUtils
Reads all the bytes from the URL.
readBytes(InputStream) - Static method in class rife.tools.FileUtils
Reads all the bytes from the InputStream.
readBytes(URL) - Static method in class rife.tools.FileUtils
Reads all the bytes from the file denoted by the specified File object.
ReaderUser<ResultType,DataType> - Class in rife.tools
By extending this class it's possible to provide the logic that should be executed by methods that allow interaction with a Reader.
ReaderUser() - Constructor for class rife.tools.ReaderUser
 
ReaderUser(DataType) - Constructor for class rife.tools.ReaderUser
 
ReadQuery - Interface in rife.database.queries
 
ReadQueryString - Class in rife.database.queries
An instance of ReadQueryString can contain any kind of SQL query for read purposes.
ReadQueryString() - Constructor for class rife.database.queries.ReadQueryString
Creates a new empty instance of ReadQueryString.
ReadQueryString(String) - Constructor for class rife.database.queries.ReadQueryString
Creates a new instance of ReadQueryString with the specified SQL query.
ReadQueryTemplate - Class in rife.database.queries
An instance of ReadQueryTemplate will obtain a SQL from a Template block.
ReadQueryTemplate() - Constructor for class rife.database.queries.ReadQueryTemplate
Creates a new empty instance of ReadQueryTemplate.
ReadQueryTemplate(Template) - Constructor for class rife.database.queries.ReadQueryTemplate
Creates a new instance of ReadQueryTemplate with the template instance whose content provides the SQL query that will be executed.
ReadQueryTemplate(Template, String) - Constructor for class rife.database.queries.ReadQueryTemplate
Creates a new instance of ReadQueryTemplate with the template instance and block name that provide the SQL that will be executed.
readStream(InputStream) - Static method in class rife.tools.FileUtils
Reads the complete contents of an input stream and returns it as a ByteArrayOutputStream object.
readString(File) - Static method in class rife.tools.FileUtils
Reads the content of the given file into a string using the default encoding.
readString(File, String) - Static method in class rife.tools.FileUtils
Reads the content of the given file into a string using the specified character encoding.
readString(InputStream) - Static method in class rife.tools.FileUtils
Reads the entire contents of an InputStream and returns it as a String, using UTF-8 encoding.
readString(InputStream, String) - Static method in class rife.tools.FileUtils
Reads the entire contents of an InputStream and returns it as a String, using the specified character encoding.
readString(Reader) - Static method in class rife.tools.FileUtils
Reads the entire contents of a Reader and returns it as a String.
readString(URL) - Static method in class rife.tools.FileUtils
Reads all characters from the URL and returns its contents as a string.
readString(URL, String) - Static method in class rife.tools.FileUtils
Reads the content of the given URL into a string.
redirect(Object) - Method in class rife.engine.Context
Interrupts the execution in this element and redirects the client to another URL.
redirect(Route) - Method in class rife.engine.Context
Interrupts the execution in this element and redirects the client to another URL.
RedirectException - Error in rife.engine.exceptions
 
RedirectException(Object) - Constructor for error rife.engine.exceptions.RedirectException
 
refreshRow() - Method in class rife.database.DbResultSet
 
refusedCredentials(Template, Credentials) - Method in class rife.authentication.elements.Login
Hook method that is called when valid credentials have been rejected by the CredentialsManager that backs this authentication element.
regexp(String) - Method in class rife.validation.ConstrainedProperty
 
REGEXP - Static variable in class rife.validation.ConstrainedProperty
 
registerContext() - Method in class rife.continuations.ContinuationContext
Registers this continuation in its manager, so that it can be retrieved later.
registerType(Class, IdentifierType) - Method in class rife.datastructures.EnumClass
 
reinitializeProperties(Object) - Method in class rife.validation.ValidationGroup
 
relative(int) - Method in class rife.database.DbResultSet
 
remember(boolean) - Method in class rife.authentication.credentials.RoleUser
 
rememberCookieName() - Method in class rife.authentication.elements.AuthConfig
Retrieves the name of the remember ID cookie.
rememberCookieName(String) - Method in class rife.authentication.elements.AuthConfig
Sets the name of the cookie to use for the remember ID.
RememberManager - Interface in rife.authentication
This interface defines the methods that classes with RememberManager functionalities have to implement.
rememberManager_ - Variable in class rife.authentication.sessionvalidators.AbstractSessionValidator
 
rememberManager_ - Variable in class rife.authentication.sessionvalidators.DatabaseSessionValidator
 
RememberManagerException - Exception in rife.authentication.exceptions
 
RememberManagerException(String) - Constructor for exception rife.authentication.exceptions.RememberManagerException
 
RememberManagerException(String, Throwable) - Constructor for exception rife.authentication.exceptions.RememberManagerException
 
RememberManagerException(Throwable) - Constructor for exception rife.authentication.exceptions.RememberManagerException
 
rememberMaxAge() - Method in class rife.authentication.elements.AuthConfig
Retrieves the maximum age the remember cookie can have.
rememberMaxAge(int) - Method in class rife.authentication.elements.AuthConfig
Sets the maximum age the remember cookie can have, when exceeded the full login logic will have to be used again to authenticate a user.
RememberMe - Interface in rife.authentication.credentials
This interface needs to be implemented by all credentials classes that are allowed to be remembered.
remoteAddr() - Method in class rife.engine.Context
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
remoteAddr(String) - Method in class rife.test.MockRequest
Set the remote address of this request.
remoteHost() - Method in class rife.engine.Context
Returns the fully qualified name of the client or the last proxy that sent the request.
remoteHost(String) - Method in class rife.test.MockRequest
Set the remote host of this request.
remoteUser() - Method in class rife.engine.Context
Returns the login of the user making this request.
remoteUser(String) - Method in class rife.test.MockRequest
Set the remote user of this request.
remove() - Method in class rife.authentication.credentialsmanagers.DatabaseUsers
 
remove() - Method in class rife.authentication.remembermanagers.DatabaseRemember
 
remove() - Method in class rife.authentication.sessionmanagers.DatabaseSessions
 
remove() - Method in interface rife.cmf.dam.ContentManager
Removes a content manager.
remove() - Method in interface rife.cmf.dam.ContentStore
Removes a content store.
remove() - Method in class rife.continuations.ContinuationContext
Removes this ContinuationContext instance from its ContinuationManager.
remove() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Remove the database structure
remove() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
remove() - Method in class rife.resources.DatabaseResources
Removes the database structure that's needed to store and retrieve resources in and from a database.
remove() - Method in class rife.scheduler.schedulermanagers.DatabaseScheduling
 
remove() - Method in class rife.scheduler.taskmanagers.DatabaseTasks
 
remove() - Method in class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions
 
remove(String) - Method in class rife.config.Config
Removes a parameter.
remove(String) - Method in class rife.ioc.HierarchicalProperties
Removes the mapping for this name from this HierarchicalProperties instance, if it is present.
remove_() - Method in class rife.scheduler.schedulermanagers.DatabaseScheduling
 
remove_(DropSequence, DropTable) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
remove_(DropSequence, DropTable) - Method in class rife.scheduler.taskmanagers.DatabaseTasks
 
remove_(DropTable) - Method in class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions
 
removeAttribute(String) - Method in class rife.engine.Context
Removes an attribute from this request.
removeAttribute(String) - Method in interface rife.engine.Request
removeAttribute(String) - Method in class rife.engine.Session
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class rife.servlet.HttpRequest
 
removeAttribute(String) - Method in class rife.template.AbstractTemplate
 
removeAttribute(String) - Method in interface rife.template.Template
Removes an attribute from this template instance.
removeAttribute(String) - Method in class rife.test.MockRequest
 
removeBean(Object) - Method in class rife.template.AbstractTemplate
 
removeBean(Object) - Method in interface rife.template.Template
Reverts all values to their defaults when the identifiers match properties of the given bean, whether those values were set with a previous call to setBean.
removeBean(Object, String) - Method in class rife.template.AbstractTemplate
 
removeBean(Object, String) - Method in interface rife.template.Template
Reverts all values to their defaults when the identifiers match properties of the given bean preceded by the given prefix, whether or not those values were set with a previous call to setBean.
removeBean(Template, Object, String) - Method in class rife.template.AbstractBeanHandler
 
removeBean(Template, Object, String) - Method in interface rife.template.BeanHandler
Reverts all values to their defaults when the identifiers match properties of the given bean preceded by the given prefix, whether those values were set with a previous call to Template.setBean(Object).
RemoveContentErrorException - Exception in rife.cmf.dam.contentmanagers.exceptions
 
RemoveContentErrorException(DatabaseException) - Constructor for exception rife.cmf.dam.contentmanagers.exceptions.RemoveContentErrorException
 
RemoveContentStoreErrorException - Exception in rife.cmf.dam.contentstores.exceptions
 
RemoveContentStoreErrorException(DatabaseException) - Constructor for exception rife.cmf.dam.contentstores.exceptions.RemoveContentStoreErrorException
 
removeContext(String) - Method in class rife.continuations.ContinuationManager
Removes a ContinuationContext instance from this continuation manager.
removeContextTree() - Method in class rife.continuations.ContinuationContext
Removes the entire continuation tree that this ContinuationContext instance belongs to from its ContinuationManager.
removeCookie(String) - Method in class rife.engine.Context
Removes a cookie with path "/".
removeCookie(String, String) - Method in class rife.engine.Context
Removes a cookie with given path and name.
RemoveCredentialsErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
RemoveCredentialsErrorException() - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveCredentialsErrorException
 
RemoveCredentialsErrorException(DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveCredentialsErrorException
 
removed() - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
Executed when the database structure has been successfully removed.
removeErrorMarkings(Template, Collection<String>) - Method in class rife.validation.AbstractValidationBuilder
 
removeErrorMarkings(Template, Collection<String>) - Method in interface rife.validation.ValidationBuilder
 
removeErrorMarkings(Template, Collection<String>, String) - Method in class rife.validation.AbstractValidationBuilder
 
removeErrorMarkings(Template, Collection<String>, String) - Method in interface rife.validation.ValidationBuilder
 
removeExecutor(Executor) - Method in class rife.scheduler.Scheduler
Removes an executor from this scheduler.
removeField(Template, String) - Method in class rife.forms.AbstractFormBuilder
 
removeField(Template, String) - Method in interface rife.forms.FormBuilder
Removes the content of the template value that would otherwise be filled in with a generated form field through a FormBuilder.replaceField(rife.template.Template, java.lang.String, rife.validation.ConstrainedProperty, java.lang.String[], java.lang.String) method.
removeField(Template, String, String) - Method in class rife.forms.AbstractFormBuilder
 
removeField(Template, String, String) - Method in interface rife.forms.FormBuilder
Removes the content of the template value that would otherwise be filled in with a generated form field through a FormBuilder.generateField(rife.template.Template, rife.validation.ConstrainedProperty, java.lang.String[], java.lang.String) method.
removeForm(Template, Class) - Method in class rife.engine.Context
Removes a generated form, leaving the builder value tags empty again as if this form had never been generated.
removeForm(Template, Class, String) - Method in class rife.engine.Context
Removes a generated form, leaving the builder value tags empty again as if this form had never been generated.
removeForm(Template, Class, String) - Method in class rife.forms.AbstractFormBuilder
 
removeForm(Template, Class, String) - Method in interface rife.forms.FormBuilder
Removes the content of all the template values that would otherwise be filled in with generated form fields through the FormBuilder.generateForm(Template, Class, Map, String) method.
removeGeneratedValues() - Method in class rife.template.AbstractTemplate
 
removeGeneratedValues() - Method in interface rife.template.Template
Reverts the generated values back to their default value.
removeHeader(String) - Method in class rife.test.MockRequest
Removes a request header with the given name.
removeHeader(String) - Method in class rife.test.MockResponse
Removes a response header with the given name.
removeList(String) - Method in class rife.config.Config
Removes a list.
removeListener(ConstrainedPropertyListener) - Method in class rife.validation.ConstrainedProperty
Removes a listener.
removeListener(EventListener) - Method in class rife.workflow.Workflow
Removes an event listener.
removeListeners() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
removeListeners() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Remove all the listeners that are registered to the manager.
removeListeners() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
removeManyToMany() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
removeParameter(String) - Method in class rife.engine.Context
Removes a name parameter that was previously set.
removeResource(String) - Method in class rife.resources.MemoryResources
 
removeResource(String) - Method in interface rife.resources.ResourceWriter
Removes the resource with the provided name.
removeRole(String) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
removeRole(String) - Method in class rife.authentication.credentialsmanagers.RoleUserAttributes
 
removeRole(String) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
RemoveRoleErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
RemoveRoleErrorException(String) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveRoleErrorException
 
RemoveRoleErrorException(String, DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveRoleErrorException
 
RemoveSchedulerErrorException - Exception in rife.scheduler.schedulermanagers.exceptions
 
RemoveSchedulerErrorException() - Constructor for exception rife.scheduler.schedulermanagers.exceptions.RemoveSchedulerErrorException
 
RemoveSchedulerErrorException(Throwable) - Constructor for exception rife.scheduler.schedulermanagers.exceptions.RemoveSchedulerErrorException
 
RemoveSessionsErrorException - Exception in rife.authentication.sessionmanagers.exceptions
 
RemoveSessionsErrorException() - Constructor for exception rife.authentication.sessionmanagers.exceptions.RemoveSessionsErrorException
 
RemoveSessionsErrorException(DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.RemoveSessionsErrorException
 
removeTask(int) - Method in interface rife.scheduler.TaskManager
Remove a task.
removeTask(int) - Method in class rife.scheduler.taskmanagers.MemoryTasks
 
removeTask_(Delete, int) - Method in class rife.scheduler.taskmanagers.DatabaseTasks
 
RemoveTaskErrorException - Exception in rife.scheduler.taskmanagers.exceptions
 
RemoveTaskErrorException(int) - Constructor for exception rife.scheduler.taskmanagers.exceptions.RemoveTaskErrorException
 
RemoveTaskErrorException(int, DatabaseException) - Constructor for exception rife.scheduler.taskmanagers.exceptions.RemoveTaskErrorException
 
removeTaskOption(int, String) - Method in interface rife.scheduler.TaskOptionManager
Remove a particular task option.
removeTaskOption(int, String) - Method in class rife.scheduler.taskoptionmanagers.MemoryTaskOptions
 
removeTaskOption(TaskOption) - Method in interface rife.scheduler.TaskOptionManager
Remove a particular task option.
removeTaskOption(TaskOption) - Method in class rife.scheduler.taskoptionmanagers.MemoryTaskOptions
 
RemoveTaskOptionErrorException - Exception in rife.scheduler.taskoptionmanagers.exceptions
 
RemoveTaskOptionErrorException(int, String) - Constructor for exception rife.scheduler.taskoptionmanagers.exceptions.RemoveTaskOptionErrorException
 
RemoveTaskOptionErrorException(int, String, DatabaseException) - Constructor for exception rife.scheduler.taskoptionmanagers.exceptions.RemoveTaskOptionErrorException
 
RemoveTaskOptionsErrorException - Exception in rife.scheduler.taskoptionmanagers.exceptions
 
RemoveTaskOptionsErrorException() - Constructor for exception rife.scheduler.taskoptionmanagers.exceptions.RemoveTaskOptionsErrorException
 
RemoveTaskOptionsErrorException(DatabaseException) - Constructor for exception rife.scheduler.taskoptionmanagers.exceptions.RemoveTaskOptionsErrorException
 
RemoveTasksErrorException - Exception in rife.scheduler.taskmanagers.exceptions
 
RemoveTasksErrorException() - Constructor for exception rife.scheduler.taskmanagers.exceptions.RemoveTasksErrorException
 
RemoveTasksErrorException(DatabaseException) - Constructor for exception rife.scheduler.taskmanagers.exceptions.RemoveTasksErrorException
 
removeUser(long) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
removeUser(long) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
removeUser(String) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
removeUser(String) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
RemoveUserErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
RemoveUserErrorException(Long, DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveUserErrorException
 
RemoveUserErrorException(String) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveUserErrorException
 
RemoveUserErrorException(String, DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.RemoveUserErrorException
 
removeValidationErrors(Template, Collection<String>) - Method in class rife.validation.AbstractValidationBuilder
 
removeValidationErrors(Template, Collection<String>) - Method in interface rife.validation.ValidationBuilder
 
removeValidationErrors(Template, Collection<String>, String) - Method in class rife.validation.AbstractValidationBuilder
 
removeValidationErrors(Template, Collection<String>, String) - Method in interface rife.validation.ValidationBuilder
 
removeValue(String) - Method in class rife.template.AbstractTemplate
 
removeValue(String) - Method in interface rife.template.Template
Reverts the specified value back to its default value.
removeValues(Collection<String>) - Method in class rife.template.AbstractTemplate
 
removeValues(Collection<String>) - Method in interface rife.template.Template
Reverts the specified values back to their default value.
render(Template, String, String) - Method in interface rife.template.ValueRenderer
Renders the specified value in the given template.
RendererInstantiationException - Exception in rife.template.exceptions
 
RendererInstantiationException(Template, String, Throwable) - Constructor for exception rife.template.exceptions.RendererInstantiationException
 
RendererNotFoundException - Exception in rife.template.exceptions
 
RendererNotFoundException(Template, String, Throwable) - Constructor for exception rife.template.exceptions.RendererNotFoundException
 
RendererWrongTypeException - Exception in rife.template.exceptions
 
RendererWrongTypeException(Template, String) - Constructor for exception rife.template.exceptions.RendererWrongTypeException
 
repeat(String, int) - Static method in class rife.tools.StringUtils
Creates a new string that contains the provided string a number of times.
replace(String, String, String) - Static method in class rife.tools.StringUtils
Searches for a string within a specified string in a case-sensitive manner and replaces every match with another string.
replace(String, String, String, boolean) - Static method in class rife.tools.StringUtils
Searches for a string within a specified string and replaces every match with another string.
replaceField(Template, String, Class, String, String[], String) - Method in class rife.forms.AbstractFormBuilder
 
replaceField(Template, String, Class, String, String[], String) - Method in interface rife.forms.FormBuilder
Generates a form field for one particular property name and always replace the content of the template values that match the auto-generation name format.
replaceField(Template, String, Class, ConstrainedProperty, String[], String) - Method in class rife.forms.AbstractFormBuilder
 
replaceField(Template, String, Class, ConstrainedProperty, String[], String) - Method in interface rife.forms.FormBuilder
Generates a form field for one particular property and always replace the content of the template values that match the auto-generation name format.
replaceField(Template, String, String, String[], String) - Method in class rife.forms.AbstractFormBuilder
 
replaceField(Template, String, String, String[], String) - Method in interface rife.forms.FormBuilder
Generates a form field for one particular property name and always replace the content of the template values that match the auto-generation name format.
replaceField(Template, String, ConstrainedProperty, String[], String) - Method in class rife.forms.AbstractFormBuilder
 
replaceField(Template, String, ConstrainedProperty, String[], String) - Method in interface rife.forms.FormBuilder
Generates a form field for one particular property and always replace the content of the template values that match the auto-generation name format.
replaceValidationErrors(Set<ValidationError>) - Method in class rife.validation.MetaData
 
replaceValidationErrors(Set<ValidationError>) - Method in interface rife.validation.Validated
Replaces the stored ValidationErrors with a new set of errors.
replaceValidationErrors(Set<ValidationError>) - Method in class rife.validation.Validation
 
repository() - Method in record class rife.cmf.dam.contentmanagers.ContentLocation
Returns the value of the repository record component.
repository(String) - Method in class rife.cmf.dam.ContentQueryManager
Sets the default repository that will be used by this ContentQueryManager.
repository(String) - Method in class rife.validation.ConstrainedProperty
Sets the repository where the content data of this property will be stored.
REPOSITORY - Static variable in class rife.validation.ConstrainedProperty
 
request() - Method in class rife.engine.Context
The request of this context.
Request - Interface in rife.engine
This interface contains all the methods that the web engine needs to be able to correctly handle incoming requests.
RequestAttribute - Annotation Interface in rife.engine.annotations
Declares a request attribute.
RequestMethod - Enum Class in rife.engine
The collection of HTTP methods as an enum.
requiresAdaptiveVerification() - Method in class rife.tools.StringEncryptor
 
rescheduleTask(Task, long, Frequency) - Method in interface rife.scheduler.TaskManager
Reschedule an existing task at a particular timestamp.
rescheduleTask(Task, long, Frequency) - Method in class rife.scheduler.taskmanagers.MemoryTasks
 
rescheduleTask_(Task, long, Frequency) - Method in class rife.scheduler.taskmanagers.DatabaseTasks
 
RescheduleTaskErrorException - Exception in rife.scheduler.taskmanagers.exceptions
 
RescheduleTaskErrorException(int, long, Throwable) - Constructor for exception rife.scheduler.taskmanagers.exceptions.RescheduleTaskErrorException
 
RescheduleTaskErrorException(int, long, Frequency, Throwable) - Constructor for exception rife.scheduler.taskmanagers.exceptions.RescheduleTaskErrorException
 
reserveConnection(DbConnectionUser) - Method in class rife.database.DbQueryManager
Reserves a database connection for a particular thread for all the instructions that are executed in the provided DbConnectionUser instance.
reset() - Method in class rife.scheduler.Frequency
Reset the frequency to be scheduler every minute.
resetClassLoader() - Method in class rife.template.TemplateFactory
 
resetGroup(String) - Method in class rife.validation.MetaData
 
resetGroup(String) - Method in interface rife.validation.Validated
Removed all the ValidationErrors of a particular validation group.
resetGroup(String) - Method in class rife.validation.Validation
 
resetValidation() - Method in class rife.validation.MetaData
 
resetValidation() - Method in interface rife.validation.Validated
Resets the validation by removing all validation errors that are currently present.
resetValidation() - Method in class rife.validation.Validation
 
resolve(String) - Method in class rife.template.Parser
 
resolveEntity(String, String) - Method in class rife.xml.Xml2Data
 
resolveEntity(String, String) - Method in class rife.xml.XmlEntityResolver
 
ResourceAdditionErrorException - Exception in rife.resources.exceptions
 
ResourceAdditionErrorException(String, String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceAdditionErrorException
 
ResourceBundleNotFoundException - Exception in rife.template.exceptions
 
ResourceBundleNotFoundException(String, String, String) - Constructor for exception rife.template.exceptions.ResourceBundleNotFoundException
 
resourceBundles_ - Variable in class rife.template.AbstractTemplate
 
ResourceFinder - Interface in rife.resources
This interface defines the methods that classes with ResourceFinder functionalities have to implement.
ResourceFinderClasspath - Class in rife.resources
This class offers ResourceFinder capabilities for resources that are available through the classloader.
ResourceFinderClasspath() - Constructor for class rife.resources.ResourceFinderClasspath
 
ResourceFinderDirectories - Class in rife.resources
This class offers ResourceFinder capabilities for resources that are available through a collection of directories.
ResourceFinderDirectories(File...) - Constructor for class rife.resources.ResourceFinderDirectories
Creates a new instance for the provided array of directories.
ResourceFinderErrorException - Exception in rife.resources.exceptions
 
ResourceFinderErrorException(String) - Constructor for exception rife.resources.exceptions.ResourceFinderErrorException
 
ResourceFinderErrorException(String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceFinderErrorException
 
ResourceFinderGroup - Class in rife.resources
Allows a group of resource finders to acts as if they are one single resource finders.
ResourceFinderGroup() - Constructor for class rife.resources.ResourceFinderGroup
 
ResourceRemovalErrorException - Exception in rife.resources.exceptions
 
ResourceRemovalErrorException(String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceRemovalErrorException
 
resources - Variable in class rife.config.RifeConfig
 
resources() - Static method in class rife.config.RifeConfig
 
ResourcesConfig() - Constructor for class rife.config.RifeConfig.ResourcesConfig
 
ResourceStructureInstallationException - Exception in rife.resources.exceptions
 
ResourceStructureInstallationException(Throwable) - Constructor for exception rife.resources.exceptions.ResourceStructureInstallationException
 
ResourceStructureRemovalException - Exception in rife.resources.exceptions
 
ResourceStructureRemovalException(Throwable) - Constructor for exception rife.resources.exceptions.ResourceStructureRemovalException
 
ResourceUpdateErrorException - Exception in rife.resources.exceptions
 
ResourceUpdateErrorException(String, String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceUpdateErrorException
 
ResourceWriter - Interface in rife.resources
This interface defines the methods that classes with ResourceWriter functionalities have to implement.
ResourceWriterErrorException - Exception in rife.resources.exceptions
 
ResourceWriterErrorException(String) - Constructor for exception rife.resources.exceptions.ResourceWriterErrorException
 
ResourceWriterErrorException(String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceWriterErrorException
 
respond() - Method in class rife.engine.Context
Interrupts the execution in this element, stops processing any other element, and sends the current response directly to the client.
RespondException - Error in rife.engine.exceptions
 
RespondException() - Constructor for error rife.engine.exceptions.RespondException
 
response() - Method in class rife.engine.Context
The response of this context.
Response - Interface in rife.engine
This interface contains all the methods that the web engine needs to be able to send a response to the client.
responseOutputStream_ - Variable in class rife.engine.AbstractResponse
 
ResponseOutputStreamRetrievalErrorException - Exception in rife.engine.exceptions
 
ResponseOutputStreamRetrievalErrorException(Throwable) - Constructor for exception rife.engine.exceptions.ResponseOutputStreamRetrievalErrorException
 
restore() - Method in class rife.cmf.dam.ContentQueryManager
Restores all beans.
restore() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore all the beans persisted under this manager.
restore() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restore(int) - Method in class rife.cmf.dam.ContentQueryManager
Restores a bean according to its ID.
restore(int) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore a single bean using the identifier.
restore(int) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restore(DbRowProcessor) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore all beans using the row processor provided.
restore(DbRowProcessor) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restore(BeanFetcher<BeanType>) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore all beans using the bean fetcher provided.
restore(BeanFetcher<T>) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restore(RestoreQuery) - Method in class rife.cmf.dam.ContentQueryManager
Restores all beans from a RestoreQuery.
restore(RestoreQuery) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore a list of beans that match the provided RestoreQuery.
restore(RestoreQuery) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restore(RestoreQuery, DbRowProcessor) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore a list of beans that match the provided RestoreQuery and process with the DbRowProcessor.
restore(RestoreQuery, DbRowProcessor) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restore(RestoreQuery, BeanFetcher<BeanType>) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore a list of beans that match the provided RestoreQuery and process with the BeanFetcher.
restore(RestoreQuery, BeanFetcher<T>) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restored(BeanType) - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
Executed when a bean was successfully restored.
restoreFirst(RestoreQuery) - Method in class rife.cmf.dam.ContentQueryManager
Restores the first bean from a RestoreQuery.
restoreFirst(RestoreQuery) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
Restore the first bean that matches the RestoreQuery.
restoreFirst(RestoreQuery) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
 
restoreLazyManyToOneProperty(GenericQueryManager, Constrained, String, String) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
Restores a constrained many-to-one property value that is lazily loaded.
restoreManyToMany(BeanType, int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
restoreManyToOne(BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
restoreManyToOneAssociations(BeanType, int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
restoreManyToOneProperty(GenericQueryManager, Object, GenericQueryManager, String, Class) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
RestoreQuery - Class in rife.database.querymanagers.generic
 
RestoreQuery(Select) - Constructor for class rife.database.querymanagers.generic.RestoreQuery
 
RESTRICT - Static variable in class rife.database.queries.CreateTable
 
RESTRICT - Static variable in class rife.database.queries.CreateTable.ViolationAction
 
restrictToCatalog(boolean) - Method in class rife.xml.XmlEntityResolver
 
resultSet_ - Variable in class rife.cmf.dam.contentstores.RawContentStream
 
resultSet_ - Variable in class rife.database.DbResultSet
 
resume(String) - Method in class rife.continuations.basic.BasicContinuableRunner
Resumes the execution of a paused continuation.
resumeContext(String) - Method in class rife.continuations.ContinuationManager
Creates a new ContinuationContext from an existing one so that the execution can be resumed.
retrieveMetaDataBean() - Method in class rife.validation.MetaData
 
retrieveMetaDataBean() - Method in interface rife.validation.MetaDataBeanAware
Has to return the bean instance that has been associated with this metadata class instance.
RetrieveSizeErrorException - Exception in rife.cmf.dam.contentstores.exceptions
 
RetrieveSizeErrorException(int, DatabaseException) - Constructor for exception rife.cmf.dam.contentstores.exceptions.RetrieveSizeErrorException
 
retrieveValidatedBean() - Method in class rife.validation.MetaData
 
retrieveValidatedBean() - Method in interface rife.validation.Validated
Retrieves the bean instance that will be validated.
retrieveValidatedBean() - Method in class rife.validation.Validation
 
reversed(boolean) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
 
rife - package rife
Full-stack framework to effortlessly create web applications with modern Java.
RIFE_SITE_CLASS_NAME - Static variable in class rife.servlet.RifeFilter
 
rife.authentication - package rife.authentication
Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management.
rife.authentication.credentials - package rife.authentication.credentials
Provides classes and interfaces for credentials and "remember me" data structures.
rife.authentication.credentialsmanagers - package rife.authentication.credentialsmanagers
Provides classes and interfaces for managing RoleUser credentials.
rife.authentication.credentialsmanagers.exceptions - package rife.authentication.credentialsmanagers.exceptions
Provides classes for the exceptions that can occur during the management of RoleUser credentials.
rife.authentication.elements - package rife.authentication.elements
Provides elements for authentication and logout, using the variety of backend stores available.
rife.authentication.elements.exceptions - package rife.authentication.elements.exceptions
Provides exception classes for the authentication elements.
rife.authentication.exceptions - package rife.authentication.exceptions
Provides exception classes for the authentication framework.
rife.authentication.remembermanagers - package rife.authentication.remembermanagers
Provides managers classes for "remember me" support.
rife.authentication.remembermanagers.exceptions - package rife.authentication.remembermanagers.exceptions
Provides exception classes for the "remember me" managers.
rife.authentication.sessionmanagers - package rife.authentication.sessionmanagers
Provides managers classes for authentication sessions support.
rife.authentication.sessionmanagers.exceptions - package rife.authentication.sessionmanagers.exceptions
Provides exception classes for the authentication session managers.
rife.authentication.sessionvalidators - package rife.authentication.sessionvalidators
Provides implementation classes for the session validators.
rife.authentication.sessionvalidators.exceptions - package rife.authentication.sessionvalidators.exceptions
Provides exception classes for the session validators.
rife.cmf - package rife.cmf
Provides classes, interfaces and elements for the content management framework.
rife.cmf.dam - package rife.cmf.dam
Provides classes and interfaces for the database access management of the content management framework.
rife.cmf.dam.contentmanagers - package rife.cmf.dam.contentmanagers
Provides managers classes for content information support.
rife.cmf.dam.contentmanagers.exceptions - package rife.cmf.dam.contentmanagers.exceptions
Provides exception classes for the content information managers.
rife.cmf.dam.contentstores - package rife.cmf.dam.contentstores
Provides managers classes for content data support.
rife.cmf.dam.contentstores.exceptions - package rife.cmf.dam.contentstores.exceptions
Provides exception classes for the content data managers.
rife.cmf.dam.exceptions - package rife.cmf.dam.exceptions
Provides exception classes for the database access management of the content management framework.
rife.cmf.elements - package rife.cmf.elements
Web engine element with CMF support.
rife.cmf.format - package rife.cmf.format
Provides classes and interfaces that are able to format raw content data into typed data.
rife.cmf.format.exceptions - package rife.cmf.format.exceptions
Provides exception classes for the formatting of the raw content data.
rife.cmf.loader - package rife.cmf.loader
Provides classes and interfaces that delegate the loading of raw content data to back-end libraries.
rife.cmf.loader.image - package rife.cmf.loader.image
Provides classes that delegate the loading of raw content data to image back-end libraries.
rife.cmf.loader.xhtml - package rife.cmf.loader.xhtml
Provides classes that delegate the loading of raw content data to xhtml back-end libraries.
rife.cmf.transform - package rife.cmf.transform
Provides classes and interfaces that are able to transform typed content data.
rife.cmf.validation - package rife.cmf.validation
Provides classes for the validation of content management framework bean properties.
rife.config - package rife.config
Provides classes for the configuration framework and for the configuration of RIFE2 itself.
rife.config.exceptions - package rife.config.exceptions
Provides exception classes for the RIFE2 configuration.
rife.continuations - package rife.continuations
Provides continuations functionalities natively in Java.
rife.continuations.basic - package rife.continuations.basic
Basic implementation of a continuation runner with associated classes.
rife.continuations.exceptions - package rife.continuations.exceptions
Provides exception classes for the continuation functionalities.
rife.continuations.instrument - package rife.continuations.instrument
Performs the actual bytecode analysis and instrumentation to provide continuations.
rife.database - package rife.database
Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistence manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling.
rife.database.exceptions - package rife.database.exceptions
Provides exception classes for the database framework.
rife.database.queries - package rife.database.queries
Provides classes and interfaces for the object-oriented query builders.
rife.database.querymanagers.generic - package rife.database.querymanagers.generic
Provides classes and interfaces for the persistence framework.
rife.database.querymanagers.generic.exceptions - package rife.database.querymanagers.generic.exceptions
Provides exception classes for the generic query manager.
rife.database.querymanagers.generic.instrument - package rife.database.querymanagers.generic.instrument
Performs the bytecode analysis and instrumentation for generic query manager functionalities, such as lazy-loading.
rife.database.types - package rife.database.types
Provides classes for the conversion from Java to SQL values and vice-versa.
rife.datastructures - package rife.datastructures
Provides general data structure classes.
rife.engine - package rife.engine
Provides classes and interfaces for the web engine.
rife.engine.annotations - package rife.engine.annotations
Provides annotations to declare elements and site-structures for RIFE2's web engine.
rife.engine.elements - package rife.engine.elements
Provides elements with common features that are useful in many web applications.
rife.engine.exceptions - package rife.engine.exceptions
Provides exception classes for the web engine.
rife.feed - package rife.feed
Provides classes and interfaces for the content syndication framework.
rife.feed.elements - package rife.feed.elements
Provides elements for the integration of content syndication into a site.
rife.feed.exceptions - package rife.feed.exceptions
Provides exception classes for the syndication support.
rife.forms - package rife.forms
Provides classes and interfaces for form building.
rife.instrument - package rife.instrument
The classes that are responsible for performing byte-code instrumentation through agents and transformers.
rife.instrument.exceptions - package rife.instrument.exceptions
Common exceptions that are being used during the transformation of byte-code.
rife.ioc - package rife.ioc
Provides interfaces and classes for IoC capable properties that resolve and obtain their values at run-time.
rife.ioc.exceptions - package rife.ioc.exceptions
Provides exception classes for the inversion of control support.
rife.resources - package rife.resources
Provides classes and interfaces for the resource abstraction framework.
rife.resources.exceptions - package rife.resources.exceptions
Provides exception classes for the resource abstraction framework.
rife.scheduler - package rife.scheduler
Provides classes and interfaces for the scheduler.
rife.scheduler.exceptions - package rife.scheduler.exceptions
Provides exception classes for the scheduler.
rife.scheduler.schedulermanagers - package rife.scheduler.schedulermanagers
Provides classes and interfaces for managing schedulers.
rife.scheduler.schedulermanagers.exceptions - package rife.scheduler.schedulermanagers.exceptions
Provides classes for the exceptions that can occur during the management of schedulers.
rife.scheduler.taskmanagers - package rife.scheduler.taskmanagers
Provides classes and interfaces for managing tasks.
rife.scheduler.taskmanagers.exceptions - package rife.scheduler.taskmanagers.exceptions
Provides classes for the exceptions that can occur during the management of tasks.
rife.scheduler.taskoptionmanagers - package rife.scheduler.taskoptionmanagers
Provides classes and interfaces for managing task options.
rife.scheduler.taskoptionmanagers.exceptions - package rife.scheduler.taskoptionmanagers.exceptions
Provides classes for the exceptions that can occur during the management of task options.
rife.selector - package rife.selector
Provides classes and interfaces for generalized name selectors.
rife.servlet - package rife.servlet
Provides classes to start and stop a RIFE2 application from a servlet container, both as filters and servlets.
rife.template - package rife.template
Provides classes and interfaces for the template engine.
rife.template.exceptions - package rife.template.exceptions
Provides exception classes for the template engine.
rife.test - package rife.test
Provides classes and interfaces for the out-of-container testing framework.
rife.tools - package rife.tools
Provides general purpose utility classes.
rife.tools.exceptions - package rife.tools.exceptions
Provides exception classes for the general purpose utilities.
rife.validation - package rife.validation
Provides classes and interfaces for validation and constraints.
rife.validation.annotations - package rife.validation.annotations
Provides annotations for the metadata facility.
rife.validation.exceptions - package rife.validation.exceptions
Provides exception classes for the validation framework.
rife.validation.instrument - package rife.validation.instrument
Contains all the classes that perform byte-code analysis and transformations related to meta-data merging and constraints.
rife.web - package rife.web
Provides utility classes for web development.
rife.workflow - package rife.workflow
Provides the basic data and execution types that are used in the workflow engine.
rife.workflow.config - package rife.workflow.config
Provides the workflow configuration of the continuations engine.
rife.xml - package rife.xml
Provides classes for facilitating the SAX parsing of XML.
rife.xml.exceptions - package rife.xml.exceptions
Provides exception classes for the XML parsing tools.
RifeAgent - Class in rife.instrument
The RIFE2 instrumentation agent will modify the bytecode of the classes that are loaded to provide new capabilities that are otherwise provided by the class-loader.
RifeAgent() - Constructor for class rife.instrument.RifeAgent
 
RifeConfig - Class in rife.config
Provides configuration over RIFE2 itself.
RifeConfig() - Constructor for class rife.config.RifeConfig
 
RifeConfig.AuthenticationConfig - Class in rife.config
 
RifeConfig.CmfConfig - Class in rife.config
 
RifeConfig.DatabaseConfig - Class in rife.config
 
RifeConfig.EngineConfig - Class in rife.config
 
RifeConfig.GlobalConfig - Class in rife.config
 
RifeConfig.Mime - Class in rife.config
 
RifeConfig.ResourcesConfig - Class in rife.config
 
RifeConfig.SchedulerConfig - Class in rife.config
 
RifeConfig.TemplateConfig - Class in rife.config
 
RifeConfig.ToolsConfig - Class in rife.config
 
RifeConfig.XmlConfig - Class in rife.config
 
RifeFilter - Class in rife.servlet
Servlet filter implementation that initializes a RIFE2 site and handles servlet requests and responses.
RifeFilter() - Constructor for class rife.servlet.RifeFilter
 
RifeTransformer - Class in rife.instrument
An abstract base class that will only execute the bytecode transformation when the class is considered to not be part of a core package, like for example the JDK or the standard XML parsers.
RifeTransformer() - Constructor for class rife.instrument.RifeTransformer
 
RIGHT - Static variable in class rife.database.queries.Select.JoinType
 
RIGHT - Static variable in class rife.database.queries.Select
 
RND - Variable in class rife.engine.Site
A unique random number that's generated only once per web application deployment.
RND - Static variable in class rife.engine.SpecialParameters
Not used for anything functional, just used to automatically differentiate a URL for each deployment.
role() - Method in class rife.authentication.elements.AuthConfig
Retrieves the role that is expected for authentication.
role(String) - Method in class rife.authentication.credentials.RoleUser
 
role(String) - Method in class rife.authentication.credentialsmanagers.RoleUserAttributes
 
role(String) - Method in class rife.authentication.elements.AuthConfig
Sets the role that the user is expecting to be in when validating the credentials.
RoleCheckErrorException - Exception in rife.authentication.sessionvalidators.exceptions
 
RoleCheckErrorException(String, String, String) - Constructor for exception rife.authentication.sessionvalidators.exceptions.RoleCheckErrorException
 
RoleCheckErrorException(String, String, String, Throwable) - Constructor for exception rife.authentication.sessionvalidators.exceptions.RoleCheckErrorException
 
RoleFetcher(RoleUserAttributes) - Constructor for class rife.authentication.credentialsmanagers.DatabaseUsers.RoleFetcher
 
roles(String...) - Method in class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUser - Class in rife.authentication.credentials
Provides standard RoleUserCredentials functionalities by implementing the property accessors and setting up basic validation rules.
RoleUser() - Constructor for class rife.authentication.credentials.RoleUser
 
RoleUser(String, String) - Constructor for class rife.authentication.credentials.RoleUser
 
RoleUser(String, String, String) - Constructor for class rife.authentication.credentials.RoleUser
 
RoleUserAttributes - Class in rife.authentication.credentialsmanagers
 
RoleUserAttributes() - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(long) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(long, String) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(long, String...) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(long, String, String...) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(long, String, Collection<String>) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(long, Collection<String>) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(String) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(String...) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(String, String...) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(String, Collection<String>) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserAttributes(Collection<String>) - Constructor for class rife.authentication.credentialsmanagers.RoleUserAttributes
 
RoleUserCredentials - Interface in rife.authentication.credentials
This interface needs to be implemented by all credentials classes that work with RoleUsersManagers, which is the default user management in RIFE.
RoleUserIdentity - Class in rife.authentication.credentialsmanagers
 
RoleUserIdentity(String, RoleUserAttributes) - Constructor for class rife.authentication.credentialsmanagers.RoleUserIdentity
 
RoleUsersManager - Interface in rife.authentication.credentialsmanagers
 
rollback() - Method in class rife.database.DbConnection
Warning: only use the raw transaction methods if you really know what you're doing.
rollback() - Method in class rife.database.DbTransactionUser
Should be used to roll back ongoing transactions, otherwise enclosing transaction users might not be interrupted and subsequent modification can still happen outside the transaction.
RollbackException - Exception in rife.database.exceptions
 
RollbackException() - Constructor for exception rife.database.exceptions.RollbackException
 
route() - Method in class rife.engine.Context
The route of this context.
route(Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for any HTTP method, the path will be derived from the uncapitalized shortened class name.
route(String, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for any HTTP method with a specific path.
route(String, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for any HTTP method with a specific path.
route(String, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for any HTTP method with a specific path.
route(String, PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for any HTTP method with a specific path and pathinfo handling.
route(String, PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for any HTTP method with a specific path and pathinfo handling.
route(String, PathInfoHandling, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for any HTTP method with a specific path and pathinfo handling.
route(Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for any HTTP method, the path will be derived from the uncapitalized shortened class name.
route(PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for any HTTP method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
route(PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for any HTTP method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
Route - Interface in rife.engine
Interface describing a route that leads to a RIFE2 web execution Element.
router() - Method in class rife.engine.Context
The router in which this context's route was defined.
router() - Method in interface rife.engine.Route
The router used to create the route.
Router - Class in rife.engine
Provides the routing features of the RIFE2 web engine.
Router() - Constructor for class rife.engine.Router
 
RouterAlreadyDeployedException - Exception in rife.engine.exceptions
 
RouterAlreadyDeployedException(Router) - Constructor for exception rife.engine.exceptions.RouterAlreadyDeployedException
 
rowDeleted() - Method in class rife.database.DbResultSet
 
RowIndexOutOfBoundsException - Exception in rife.database.exceptions
 
RowIndexOutOfBoundsException() - Constructor for exception rife.database.exceptions.RowIndexOutOfBoundsException
 
rowInserted() - Method in class rife.database.DbResultSet
 
RowProcessor - Interface in rife.database
This interface can be implemented to process one row in a database query result set.
RowProcessorErrorException - Exception in rife.database.exceptions
 
RowProcessorErrorException(Throwable) - Constructor for exception rife.database.exceptions.RowProcessorErrorException
 
rowUpdated() - Method in class rife.database.DbResultSet
 
RSS_2_0 - Enum constant in enum class rife.feed.elements.FeedProvider.FeedType
 
run() - Method in class rife.scheduler.Scheduler
 
run(String) - Method in class rife.continuations.basic.BasicContinuableRunner
Executes a continuation whether it's paused or not.
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