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

B

baseClass_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
baseDir(String) - Method in class rife.engine.TomcatServer
Configures the Tomcat base directory on which all others, such as the work directory, will be derived.
basicAuthorizationHeader(String, String) - Static method in class rife.tools.HttpUtils
Generates the header value for basic HTTP authorization.
BasicContinuableClassLoader - Class in rife.continuations.basic
Classloader implementation that will transform bytecode for classes that should receive the continuations functionalities.
BasicContinuableClassLoader(ClassLoader, ContinuationConfigInstrument) - Constructor for class rife.continuations.basic.BasicContinuableClassLoader
Creates a new classloader instance.
BasicContinuableClassLoader(ContinuationConfigInstrument) - Constructor for class rife.continuations.basic.BasicContinuableClassLoader
Creates a new classloader instance with the context classloader as the parent classloader.
BasicContinuableRunner - Class in rife.continuations.basic
Basic implementation of a 'continuable runner' that will execute the continuable objects and correctly handle the continuations-related exceptions that are triggered.
BasicContinuableRunner(ContinuationConfigInstrument, Class[]) - Constructor for class rife.continuations.basic.BasicContinuableRunner
Create a new runner instance.
BasicContinuableRunner(ContinuationConfigInstrument, Class[], ClassLoader) - Constructor for class rife.continuations.basic.BasicContinuableRunner
Create a new runner instance with a custom classloader.
BasicSessionValidator<C extends CredentialsManager,S extends SessionManager,R extends RememberManager> - Class in rife.authentication.sessionvalidators
Non-optimized session validator.
BasicSessionValidator() - Constructor for class rife.authentication.sessionvalidators.BasicSessionValidator
 
BatchExecutionErrorException - Exception in rife.database.exceptions
 
BatchExecutionErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.BatchExecutionErrorException
 
BBCODE_BAREURL - Static variable in class rife.tools.StringUtils
 
BBCODE_COLOR - Static variable in class rife.tools.StringUtils
 
BBCODE_IMG - Static variable in class rife.tools.StringUtils
 
BBCODE_QUOTE_LONG - Static variable in class rife.tools.StringUtils
 
BBCODE_SIZE - Static variable in class rife.tools.StringUtils
 
BBCODE_URL_LONG - Static variable in class rife.tools.StringUtils
 
BBCODE_URL_SHORT - Static variable in class rife.tools.StringUtils
 
bean_ - Variable in class rife.validation.AbstractTextualIdentifierGenerator
 
BeanException - Exception in rife.database.exceptions
 
BeanException(String, Class) - Constructor for exception rife.database.exceptions.BeanException
 
BeanException(String, Class, Throwable) - Constructor for exception rife.database.exceptions.BeanException
 
BeanFetcher<BeanType> - Interface in rife.database.querymanagers.generic
This interface can be implemented to use with the GenericQueryManager.restore(BeanFetcher) method.
BeanHandler - Interface in rife.template
Handles the process of setting values in a template based on a Java bean instance.
beanHandler_ - Variable in class rife.template.AbstractTemplate
 
BeanHandlerHtml - Class in rife.template
 
BeanHandlerPlain - Class in rife.template
 
BeanHandlerUnsupportedException - Exception in rife.template.exceptions
 
BeanHandlerUnsupportedException(Template, Object) - Constructor for exception rife.template.exceptions.BeanHandlerUnsupportedException
 
BeanHandlerXml - Class in rife.template
 
BeanPropertyProcessor - Interface in rife.tools
 
BeanPropertyValueProcessor - Interface in rife.tools
 
BeanRemovalErrorException - Exception in rife.template.exceptions
 
BeanRemovalErrorException(Object, Throwable) - Constructor for exception rife.template.exceptions.BeanRemovalErrorException
 
BeanSettingErrorException - Exception in rife.template.exceptions
 
BeanSettingErrorException(Object, Throwable) - Constructor for exception rife.template.exceptions.BeanSettingErrorException
 
BeanUtils - Class in rife.tools
Utility class providing methods for working with Java beans.
BeanUtils.Accessors - Enum Class in rife.tools
Enum used to specify which accessors to consider when retrieving a bean's properties.
BeanUtilsException - Exception in rife.tools.exceptions
 
BeanUtilsException(String, Class) - Constructor for exception rife.tools.exceptions.BeanUtilsException
 
BeanUtilsException(String, Class, Throwable) - Constructor for exception rife.tools.exceptions.BeanUtilsException
 
before(Class<? extends Element>...) - Method in class rife.engine.Router
Adds class elements that will be processed in order before any routes in this router.
before(Supplier<? extends Element>...) - Method in class rife.engine.Router
Adds element suppliers that will be processed in order before any routes in this router.
before(Element...) - Method in class rife.engine.Router
Adds lambda elements that will be processed in order before any routes in this router.
beforeDelete(int) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
beforeDelete(int) - Method in interface rife.database.querymanagers.generic.Callbacks
beforeExecuteEntryMethodHook(Object) - Method in class rife.continuations.basic.BasicContinuableRunner
Hook method that will be executed right before executing the entry method of a continuable object, when the default implementation of BasicContinuableRunner.executeContinuable(java.lang.Object) is used.
beforeFirst() - Method in class rife.database.DbResultSet
 
beforeInsert(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
beforeInsert(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
Is called before GenericQueryManager.insert(Object), or in the beginning of GenericQueryManager.save(Object) if a new bean is being saved.
beforeSave(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
beforeSave(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
beforeUpdate(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
beforeUpdate(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
Is called before GenericQueryManager.update(Object), or in the beginning of GenericQueryManager.save(Object) if an existing bean is being saved.
beforeValidate(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
 
beforeValidate(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
beginTransaction() - Method in class rife.database.DbConnection
Warning: only use the raw transaction methods if you really know what you're doing.
between(DayOfWeek, DayOfWeek) - Method in class rife.scheduler.Frequency
Schedule every day of the week in a range.
between(Month, Month) - Method in class rife.scheduler.Frequency
Schedule every month of the year.
blankValue(String) - Method in class rife.template.AbstractTemplate
 
blankValue(String) - Method in interface rife.template.Template
Set the content of the specified value to an empty string.
block(String) - Method in class rife.database.queries.ReadQueryTemplate
Sets the name of the template block.
BlockUnknownException - Exception in rife.template.exceptions
 
BlockUnknownException(String) - Constructor for exception rife.template.exceptions.BlockUnknownException
 
body() - Method in class rife.engine.Context
Retrieves the body of this context's request as a string.
body(String) - Method in class rife.test.MockRequest
Sets this request's body
Body - Annotation Interface in rife.engine.annotations
Declares a request body.
bodyAsBytes() - Method in class rife.engine.Context
Retrieves the body of this context's request as a byte array.
bodyAsBytes(byte[]) - Method in class rife.test.MockRequest
Sets this request's body as bytes.
BOOLEAN_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
 
buffer_ - Variable in class rife.cmf.dam.contentstores.RawContentStream
 
build(PathInfoMapping) - Method in interface rife.engine.PathInfoBuilder
Perform the pathinfo mapping structure build.
buildCmfPath(int, String) - Method in class rife.cmf.dam.ContentQueryManager
Builds the path that is used by the ContentQueryManager for a certain bean ID and property.
buildCmfPath(T, String) - Method in class rife.cmf.dam.ContentQueryManager
Builds the path that is used by the ContentQueryManager for a certain bean and property.
buildServeContentPath(int, String) - Method in class rife.cmf.dam.ContentQueryManager
Builds the path that is used by the ServeContent element for a certain bean ID and property.
buildServeContentPath(T, String) - Method in class rife.cmf.dam.ContentQueryManager
Builds the path that is used by the ServeContent element for a certain bean and property.
BYTE_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
 
bytesToInt(byte[]) - Static method in class rife.tools.IntegerUtils
 
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