Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- baseClass_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- basicAuthorizationHeader(String, String) - Static method in class rife.tools.HttpUtils
-
Generates the header value for basic HTTP authorization.
- 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
- beforeDelete(int) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
- beforeDelete(int) - Method in interface rife.database.querymanagers.generic.Callbacks
-
Is called before
GenericQueryManager.delete(int)
. - 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 ofGenericQueryManager.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
-
Is called before
GenericQueryManager.save(Object)
. - 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 ofGenericQueryManager.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
-
Is called before
ValidationContext.validate(Validated)
. - beginTransaction() - Method in class rife.database.DbConnection
-
Warning: only use the raw transaction methods if you really know what you're doing.
- 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
- BOOLEAN_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- BYTE_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- bytesToInt(byte[]) - Static method in class rife.tools.IntegerUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form