Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CACHED_LOADED_DATA - Static variable in class rife.validation.ConstrainedProperty
- 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. - callHandler(DbPreparedStatement) - Method in class rife.database.VirtualParameters
-
Calls the registered
VirtualParametersHandler
. - 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.
- CASCADE - Static variable in class rife.database.queries.CreateTable
- CASCADE - Static variable in class rife.database.queries.CreateTable.ViolationAction
- CHAR_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- 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
- 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.
- clearBatch() - Method in class rife.database.DbStatement
-
Empties this
Statement
object's current list of SQL commands. - clearGenerated() - Method in class rife.database.queries.AbstractWhereGroup
- clearGenerated() - Method in class rife.database.queries.Select
- 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
- 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.config.Config
- 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.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
- 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.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
- 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
- Config - Class in rife.config
-
The
Config
class manages the configuration of parameters and lists. - 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
- 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
- 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
- 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.
- 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.
- 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 aboolean
value. - 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.
- 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
- countValidationErrors() - Method in class rife.validation.MetaData
- countValidationErrors() - Method in interface rife.validation.Validated
-
Counts the number of stored
ValidationError
s. - 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.
- 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.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
- 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 aString
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
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form