Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- t(String) - Method in class rife.engine.PathInfoMapping
-
Indicates that a text literal is expected
- table(String) - Method in class rife.database.queries.CreateTable
- table(String) - Method in class rife.database.queries.DropTable
- table(String) - Method in class rife.database.queries.Update
- TABLE - Static variable in class rife.database.queries.QueryParameterType
- TableNameOrFieldsRequiredException - Exception in rife.database.exceptions
- TableNameOrFieldsRequiredException(String) - Constructor for exception rife.database.exceptions.TableNameOrFieldsRequiredException
- TableNameRequiredException - Exception in rife.database.exceptions
- TableNameRequiredException(String) - Constructor for exception rife.database.exceptions.TableNameRequiredException
- tableSubselect(Select) - Method in class rife.database.queries.Select
- TAG_ATTRIBUTE - Static variable in class rife.template.TemplateFactoryFilters
- TAG_AUTH - Static variable in class rife.template.TemplateFactoryFilters
- TAG_AUTH_LOGIN - Static variable in class rife.template.TemplateFactoryFilters
- TAG_AUTH_ROLE - Static variable in class rife.template.TemplateFactoryFilters
- TAG_CHECKED - Static variable in interface rife.forms.FormBuilder
- TAG_CONFIG - Static variable in class rife.template.TemplateFactoryFilters
- TAG_COOKIE - Static variable in class rife.template.TemplateFactoryFilters
- TAG_ERRORMESSAGE - Static variable in interface rife.validation.ValidationBuilder
- TAG_ERRORS - Static variable in interface rife.validation.ValidationBuilder
- TAG_L10N - Static variable in class rife.template.TemplateFactoryFilters
- TAG_LANG - Static variable in class rife.template.TemplateFactoryFilters
- TAG_MARK - Static variable in interface rife.validation.ValidationBuilder
- TAG_PARAM - Static variable in class rife.template.TemplateFactoryFilters
- TAG_PROPERTY - Static variable in class rife.template.TemplateFactoryFilters
- TAG_RENDER - Static variable in class rife.template.TemplateFactoryFilters
- TAG_ROUTE - Static variable in class rife.template.TemplateFactoryFilters
- TAG_ROUTE_ACTION - Static variable in class rife.template.TemplateFactoryFilters
- TAG_ROUTE_INPUTS - Static variable in class rife.template.TemplateFactoryFilters
- TAG_SELECTED - Static variable in interface rife.forms.FormBuilder
- Task - Class in rife.scheduler
-
A task contains all the information for the scheduler to plan its execution.
- Task() - Constructor for class rife.scheduler.Task
-
Create a new task.
- task_ - Variable in class rife.scheduler.taskmanagers.DatabaseTasks.ProcessTask
- Task.InvalidPlanned - Class in rife.scheduler
- taskId(int) - Method in class rife.scheduler.TaskOption
-
Sets the task ID that this task option is associated with.
- TaskManager - Interface in rife.scheduler
-
This interface defines the methods that classes with
TaskManager
functionalities have to implement. - TaskManagerException - Exception in rife.scheduler.exceptions
- TaskManagerException(String) - Constructor for exception rife.scheduler.exceptions.TaskManagerException
- TaskManagerException(String, Throwable) - Constructor for exception rife.scheduler.exceptions.TaskManagerException
- TaskManagerException(Throwable) - Constructor for exception rife.scheduler.exceptions.TaskManagerException
- TaskOption - Class in rife.scheduler
-
A task option provides a way to configure an existing task.
- TaskOption() - Constructor for class rife.scheduler.TaskOption
-
Create a new task option instance that is not associated with any task.
- taskOption_ - Variable in class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions.ProcessTaskOption
- TaskOptionManager - Interface in rife.scheduler
-
This interface defines the methods that classes with
TaskOptionManager
functionalities have to implement. - TaskOptionManagerException - Exception in rife.scheduler.exceptions
- TaskOptionManagerException(String) - Constructor for exception rife.scheduler.exceptions.TaskOptionManagerException
- TaskOptionManagerException(String, Throwable) - Constructor for exception rife.scheduler.exceptions.TaskOptionManagerException
- TaskOptionManagerException(Throwable) - Constructor for exception rife.scheduler.exceptions.TaskOptionManagerException
- TaskTypeAlreadyRegisteredException - Exception in rife.scheduler.exceptions
- TaskTypeAlreadyRegisteredException(String) - Constructor for exception rife.scheduler.exceptions.TaskTypeAlreadyRegisteredException
- template - Variable in class rife.config.RifeConfig
- template() - Static method in class rife.config.RifeConfig
- template() - Method in class rife.engine.Context
-
Instantiates an HTML template with the name corresponding to the identifier of this route's element.
- template(String) - Method in class rife.engine.Context
-
Instantiates an HTML template with a given name.
- template(String, String) - Method in class rife.engine.Context
-
Instantiates an HTML template with a given name and encoding.
- template(Template) - Method in class rife.database.queries.ReadQueryTemplate
-
Sets the template instance.
- Template - Interface in rife.template
-
A template is used to construct, manipulate and produce text content.
- TEMPLATE_PACKAGE - Static variable in class rife.template.Parser
- TemplateConfig - Enum Class in rife.template
- TemplateConfig() - Constructor for class rife.config.RifeConfig.TemplateConfig
- TemplateDeployer - Class in rife.template
- TemplateDeployer() - Constructor for class rife.template.TemplateDeployer
- TemplateEncoder - Interface in rife.template
-
Encodes
String
s into a corresponding template output format, so they will be displayed correctly in the resulting file. - TemplateException - Exception in rife.template.exceptions
- TemplateException(String) - Constructor for exception rife.template.exceptions.TemplateException
- TemplateException(String, Throwable) - Constructor for exception rife.template.exceptions.TemplateException
- templateFactories(List<TemplateFactory>) - Method in class rife.template.TemplateDeployer
- TemplateFactory - Class in rife.template
-
Factory for creating RIFE2 template instances.
- TemplateFactory(TemplateConfig, String, TemplateFactory) - Constructor for class rife.template.TemplateFactory
- TemplateFactory(TemplateConfig, ResourceFinder, String, String, String, String[], String[], BeanHandler, TemplateEncoder, TemplateInitializer) - Constructor for class rife.template.TemplateFactory
- TemplateFactoryFilters - Class in rife.template
- TemplateFactoryFilters() - Constructor for class rife.template.TemplateFactoryFilters
- TemplateFactoryUnknownException - Exception in rife.ioc.exceptions
- TemplateFactoryUnknownException(String) - Constructor for exception rife.ioc.exceptions.TemplateFactoryUnknownException
- TemplateInitializer - Interface in rife.template
- templateJson() - Method in class rife.engine.Context
-
Instantiates an JSON template with the name corresponding to the identifier of this route's element.
- templateJson(String) - Method in class rife.engine.Context
-
Instantiates an JSON template with a given name.
- templateJson(String, String) - Method in class rife.engine.Context
-
Instantiates an JSON template with a given name and encoding.
- TemplateNotFoundException - Exception in rife.template.exceptions
- TemplateNotFoundException(String, Throwable) - Constructor for exception rife.template.exceptions.TemplateNotFoundException
- templateSvg() - Method in class rife.engine.Context
-
Instantiates an SVG template with the name corresponding to the identifier of this route's element.
- templateSvg(String) - Method in class rife.engine.Context
-
Instantiates an SVG template with a given name.
- templateSvg(String, String) - Method in class rife.engine.Context
-
Instantiates an SVG template with a given name and encoding.
- templateTxt() - Method in class rife.engine.Context
-
Instantiates a TXT template with the name corresponding to the identifier of this route's element.
- templateTxt(String) - Method in class rife.engine.Context
-
Instantiates a TXT template with a given name.
- templateTxt(String, String) - Method in class rife.engine.Context
-
Instantiates a TXT template with a given name and encoding.
- templateXml() - Method in class rife.engine.Context
-
Instantiates an XML template with the name corresponding to the identifier of this route's element.
- templateXml(String) - Method in class rife.engine.Context
-
Instantiates an XML template with a given name.
- templateXml(String, String) - Method in class rife.engine.Context
-
Instantiates an XML template with a given name and encoding.
- temporary(boolean) - Method in class rife.database.queries.CreateTable
- TEXT_PLAIN - Static variable in class rife.cmf.MimeType
-
The
text/plain
mime type. - TEXT_PLAIN_IDENTIFIER - Static variable in class rife.cmf.MimeType
- TEXT_XML - Static variable in class rife.cmf.MimeType
-
The
text/plain
mime type. - TEXT_XML_IDENTIFIER - Static variable in class rife.cmf.MimeType
- textBuffer_ - Variable in class rife.engine.AbstractResponse
- textBufferEnabled() - Method in class rife.engine.Context
-
Indicates whether the response text buffer is enabled or disabled.
- textBufferEnabled_ - Variable in class rife.engine.AbstractResponse
- TextContentTransformer - Interface in rife.cmf.transform
-
This interface defines the API that has to be implemented by classes that are capable of transforming
text
content data after it's initially loaded. - TEXTUAL_IDENTIFIER - Static variable in class rife.validation.ConstrainedBean
- textualIdentifier(TextualIdentifierGenerator) - Method in class rife.validation.ConstrainedBean
- TextualIdentifierGenerator<T> - Interface in rife.validation
- throwException(Exception) - Method in interface rife.cmf.dam.ContentDataUser
-
Calling this method makes it possible to throw a checked exception from within this class.
- throwException(Exception) - Method in interface rife.cmf.dam.ContentDataUserWithoutResult
-
Calling this method makes it possible to throw a checked exception from within this class.
- throwException(Exception) - Method in class rife.database.DbConnectionUser
-
Calling this method makes it possible to throw a checked exception from within this class.
- throwException(Exception) - Method in class rife.database.DbTransactionUser
-
Calling this method makes it possible to throw a checked exception from within this class.
- throwException(Exception) - Method in class rife.tools.InputStreamUser
-
Calling this method makes it possible to throw a checked exception from within this class.
- throwException(Exception) - Method in class rife.tools.ReaderUser
-
Calling this method makes it possible to throw a checked exception from within this class.
- THURSDAYS - Static variable in class rife.scheduler.Frequency
-
Schedule every thursday at midnight.
- tighten() - Method in class rife.cmf.dam.OrdinalManager
-
Tightens the series of ordinal within the entire table so that no spaces are present in between the ordinals.
- tighten(long) - Method in class rife.cmf.dam.OrdinalManager
-
Tightens the series of ordinal within the range restricted by the provided ID so that no spaces are present in between the ordinals.
- title(String) - Method in class rife.feed.Entry
- title(String) - Method in class rife.feed.Feed
- toArrayList(String[]) - Static method in class rife.tools.StringUtils
-
Creates a new
ArrayList
, containing the elements of a supplied array ofString
objects. - toBoolean(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a boolean value.
- toBoolean(Object, boolean) - Static method in class rife.tools.Convert
-
Converts the specified object to a boolean value; returns the default value if the conversion fails.
- toByte(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a byte value.
- toByte(Object, byte) - Static method in class rife.tools.Convert
-
Converts the specified object to a byte value; returns the default value if the conversion fails.
- toChar(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a char value.
- toChar(Object, char) - Static method in class rife.tools.Convert
-
Converts the specified object to a char value; returns the default value if the conversion fails.
- toDate(Number) - Static method in class rife.tools.Convert
-
Converts a given Number object to a Date.
- toDate(Object) - Static method in class rife.tools.Convert
-
Converts a given object to a Date.
- toDate(String) - Static method in class rife.tools.Convert
-
Converts a given String object to a Date.
- toDate(Date) - Static method in class rife.tools.Convert
-
Converts a given java.sql.Date object to a Date.
- toDate(Time) - Static method in class rife.tools.Convert
-
Converts a given Time object to a Date.
- toDate(Timestamp) - Static method in class rife.tools.Convert
-
Converts a given Timestamp object to a Date.
- toDate(Instant) - Static method in class rife.tools.Convert
-
Converts a given Instant object to a Date.
- toDate(LocalDate) - Static method in class rife.tools.Convert
-
Converts a given LocalDate object to a Date.
- toDate(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a given LocalDateTime object to a Date.
- toDate(LocalTime) - Static method in class rife.tools.Convert
-
Converts a given LocalTime object to a Date.
- toDate(Calendar) - Static method in class rife.tools.Convert
-
Converts a given Calendar object to a Date.
- toDouble(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a double value.
- toDouble(Object, double) - Static method in class rife.tools.Convert
-
Converts the specified object to a double value; returns the default value if the conversion fails.
- toFloat(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a float value.
- toFloat(Object, float) - Static method in class rife.tools.Convert
-
Converts the specified object to a float value; returns the default value if the conversion fails.
- toInstant(Number) - Static method in class rife.tools.Convert
-
Converts a Number to an Instant.
- toInstant(Object) - Static method in class rife.tools.Convert
-
Converts an Object to an Instant.
- toInstant(String) - Static method in class rife.tools.Convert
-
Converts a String to an Instant.
- toInstant(Date) - Static method in class rife.tools.Convert
-
Converts a java.sql.Date to an Instant.
- toInstant(Time) - Static method in class rife.tools.Convert
-
Converts a Time to an Instant.
- toInstant(Timestamp) - Static method in class rife.tools.Convert
-
Converts a Timestamp to an Instant.
- toInstant(LocalDate) - Static method in class rife.tools.Convert
-
Converts a LocalDate to an Instant.
- toInstant(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a LocalDateTime to an Instant.
- toInstant(LocalTime) - Static method in class rife.tools.Convert
-
Converts a LocalTime to an Instant.
- toInstant(Calendar) - Static method in class rife.tools.Convert
-
Converts a Calendar to an Instant.
- toInstant(Date) - Static method in class rife.tools.Convert
-
Converts a Date to an Instant.
- toInt(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to an int value.
- toInt(Object, int) - Static method in class rife.tools.Convert
-
Converts the specified object to an int value; returns the default value if the conversion fails.
- toLocalDate(Number) - Static method in class rife.tools.Convert
-
Converts a Number representing an epoch millisecond timestamp to a LocalDate using the default zone ID defined in RifeConfig.
- toLocalDate(Object) - Static method in class rife.tools.Convert
-
Converts an Object to a LocalDate.
- toLocalDate(String) - Static method in class rife.tools.Convert
-
Converts a String representation of a date/time to a LocalDate using various parsing strategies.
- toLocalDate(Date) - Static method in class rife.tools.Convert
-
Converts a java.sql.Date to a LocalDate.
- toLocalDate(Time) - Static method in class rife.tools.Convert
-
Converts a Time to a LocalDate.
- toLocalDate(Timestamp) - Static method in class rife.tools.Convert
-
Converts a Timestamp to a LocalDate.
- toLocalDate(Instant) - Static method in class rife.tools.Convert
-
Converts an Instant to a LocalDate using the default zone ID defined in RifeConfig.
- toLocalDate(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a LocalDateTime to a LocalDate.
- toLocalDate(LocalTime) - Static method in class rife.tools.Convert
-
Converts a LocalTime to a LocalDate.
- toLocalDate(Calendar) - Static method in class rife.tools.Convert
-
Converts a Calendar to a LocalDate using the default zone ID defined in RifeConfig.
- toLocalDate(Date) - Static method in class rife.tools.Convert
-
Converts a Date to a LocalDate using the default zone ID defined in RifeConfig.
- toLocalDateTime(Number) - Static method in class rife.tools.Convert
-
Converts a Number to a LocalDateTime object.
- toLocalDateTime(Object) - Static method in class rife.tools.Convert
-
Converts an Object to an LocalDateTime.
- toLocalDateTime(String) - Static method in class rife.tools.Convert
-
Converts a String to a LocalDateTime object.
- toLocalDateTime(Date) - Static method in class rife.tools.Convert
-
Converts a java.sql.Date to a LocalDateTime object.
- toLocalDateTime(Time) - Static method in class rife.tools.Convert
-
Converts a java.sql.Time to a LocalDateTime object.
- toLocalDateTime(Timestamp) - Static method in class rife.tools.Convert
-
Converts a java.sql.Timestamp to a LocalDateTime object.
- toLocalDateTime(Instant) - Static method in class rife.tools.Convert
-
Converts an Instant to a LocalDateTime object.
- toLocalDateTime(LocalDate) - Static method in class rife.tools.Convert
-
Converts a LocalDate to a LocalDateTime object.
- toLocalDateTime(LocalTime) - Static method in class rife.tools.Convert
-
Converts a LocalTime to a LocalDateTime object.
- toLocalDateTime(Calendar) - Static method in class rife.tools.Convert
-
Converts a java.util.Calendar to a LocalDateTime object.
- toLocalDateTime(Date) - Static method in class rife.tools.Convert
-
Converts a java.util.Date to a LocalDateTime object.
- toLocalTime(Number) - Static method in class rife.tools.Convert
-
Converts a Number object to a LocalTime object.
- toLocalTime(Object) - Static method in class rife.tools.Convert
-
Converts an Object to a LocalTime object.
- toLocalTime(String) - Static method in class rife.tools.Convert
-
Converts a String object to a LocalTime object.
- toLocalTime(Date) - Static method in class rife.tools.Convert
-
Converts a java.sql.Date object to a LocalTime object.
- toLocalTime(Time) - Static method in class rife.tools.Convert
-
Converts a Time object to a LocalTime object.
- toLocalTime(Timestamp) - Static method in class rife.tools.Convert
-
Converts a Timestamp object to a LocalTime object.
- toLocalTime(Instant) - Static method in class rife.tools.Convert
-
Converts an Instant object to a LocalTime object.
- toLocalTime(LocalDate) - Static method in class rife.tools.Convert
-
Converts a LocalDate object to a LocalTime object.
- toLocalTime(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a LocalDateTime object to a LocalTime object.
- toLocalTime(Calendar) - Static method in class rife.tools.Convert
-
Converts a Calendar object to a LocalTime object.
- toLocalTime(Date) - Static method in class rife.tools.Convert
-
Converts a Date object to a LocalTime object.
- toLong(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a long value.
- toLong(Object, long) - Static method in class rife.tools.Convert
-
Converts the specified object to a long value; returns the default value if the conversion fails.
- TomcatServer - Class in rife.engine
-
Embedded Tomcat server that can directly start from a RIFE2 site.
- TomcatServer() - Constructor for class rife.engine.TomcatServer
-
Instantiates a new embedded Tomcat server.
- tools - Variable in class rife.config.RifeConfig
- tools() - Static method in class rife.config.RifeConfig
- ToolsConfig() - Constructor for class rife.config.RifeConfig.ToolsConfig
- toShort(Object) - Static method in class rife.tools.Convert
-
Converts the specified object to a short value.
- toShort(Object, short) - Static method in class rife.tools.Convert
-
Converts the specified object to a short value; returns the default value if the conversion fails.
- toSqlDate(Number) - Static method in class rife.tools.Convert
-
Converts a Number object to a java.sql.Date object.
- toSqlDate(Object) - Static method in class rife.tools.Convert
-
Converts an object to a java.sql.Date object.
- toSqlDate(String) - Static method in class rife.tools.Convert
-
Converts a String object to a java.sql.Date object.
- toSqlDate(Instant) - Static method in class rife.tools.Convert
-
Converts an Instant object to a java.sql.Date object.
- toSqlDate(LocalDate) - Static method in class rife.tools.Convert
-
Converts a LocalDate object to a java.sql.Date object.
- toSqlDate(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a LocalDateTime object to a java.sql.Date object.
- toSqlDate(LocalTime) - Static method in class rife.tools.Convert
-
Converts a LocalTime object to a java.sql.Date object.
- toSqlDate(Calendar) - Static method in class rife.tools.Convert
-
Converts a java.util.Calendar object to a java.sql.Date object.
- toSqlDate(Date) - Static method in class rife.tools.Convert
-
Converts a java.util.Date object to a java.sql.Date object.
- toSqlTime(Number) - Static method in class rife.tools.Convert
-
Converts a Number object to a Time object.
- toSqlTime(Object) - Static method in class rife.tools.Convert
-
Converts an object to a TIme object.
- toSqlTime(String) - Static method in class rife.tools.Convert
-
Converts a String object to a Time object.
- toSqlTime(Date) - Static method in class rife.tools.Convert
-
Converts a java.sql.Date object to a Time object.
- toSqlTime(Timestamp) - Static method in class rife.tools.Convert
-
Converts a Timestamp object to a Time object.
- toSqlTime(Instant) - Static method in class rife.tools.Convert
-
Converts an Instant object to a Time object.
- toSqlTime(LocalDate) - Static method in class rife.tools.Convert
-
Converts a LocalDate object to a Time object.
- toSqlTime(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a LocalDateTime object to a Time object.
- toSqlTime(LocalTime) - Static method in class rife.tools.Convert
-
Converts a LocalTime object to a Time object.
- toSqlTime(Calendar) - Static method in class rife.tools.Convert
-
Converts a Calendar object to a Time object.
- toSqlTime(Date) - Static method in class rife.tools.Convert
-
Converts a Date object to a Time object.
- toSqlTimestamp(Number) - Static method in class rife.tools.Convert
-
Converts a Number object to a Timestamp object.
- toSqlTimestamp(Object) - Static method in class rife.tools.Convert
-
Converts an object to a Timestamp object.
- toSqlTimestamp(String) - Static method in class rife.tools.Convert
-
Converts a String object to a Timestamp object.
- toSqlTimestamp(Date) - Static method in class rife.tools.Convert
-
Converts a java.sql.Date object to a Timestamp object.
- toSqlTimestamp(Time) - Static method in class rife.tools.Convert
-
Converts a java.sql.Time object to a Timestamp object.
- toSqlTimestamp(Instant) - Static method in class rife.tools.Convert
- toSqlTimestamp(LocalDate) - Static method in class rife.tools.Convert
-
Converts a LocalDate object to a Timestamp object.
- toSqlTimestamp(LocalDateTime) - Static method in class rife.tools.Convert
-
Converts a LocalDateTime object to a Timestamp object.
- toSqlTimestamp(LocalTime) - Static method in class rife.tools.Convert
-
Converts a LocalTime object to a Timestamp object.
- toSqlTimestamp(Calendar) - Static method in class rife.tools.Convert
-
Converts a java.util.Calendar object to a Timestamp object.
- toSqlTimestamp(Date) - Static method in class rife.tools.Convert
-
Converts a java.util.Date object to a Timestamp object.
- toString() - Method in record class rife.cmf.dam.contentmanagers.ContentLocation
-
Returns a string representation of this record class.
- toString() - Method in record class rife.cmf.loader.LoadedContent
-
Returns a string representation of this record class.
- toString() - Method in class rife.database.queries.AbstractWhereGroup
- toString() - Method in class rife.database.querymanagers.generic.CountQuery
- toString() - Method in class rife.database.querymanagers.generic.DeleteQuery
- toString() - Method in class rife.database.querymanagers.generic.RestoreQuery
- toString() - Method in class rife.database.types.SqlNull
- toString() - Method in record class rife.datastructures.DocumentPosition
-
Returns a string representation of this record class.
- toString() - Method in class rife.datastructures.EnumClass
- toString() - Method in record class rife.engine.UrlBuilder.Segments
-
Returns a string representation of this record class.
- toString() - Method in class rife.engine.UrlBuilder
-
Generates the string version for the current state of the
UrlBuilder
. - toString() - Method in class rife.ioc.PropertyValueObject
- toString() - Method in class rife.ioc.PropertyValueTemplate
- toString() - Method in class rife.scheduler.Frequency
- toString() - Method in class rife.template.ExternalValue
- toString() - Method in class rife.template.InternalString
- toString() - Method in class rife.tools.LocalizedString
- toString() - Method in class rife.tools.UniqueID
- toString() - Method in class rife.xml.XmlInputSource
- toString(byte[], String) - Static method in class rife.tools.StringUtils
-
Creates a
String
for the provided byte array and encoding - toString(Object) - Static method in class rife.tools.Convert
-
Returns the string representation of the specified object.
- toStringArray(Iterator<String>) - Static method in class rife.tools.StringUtils
-
Creates a new array of
String
objects, containing the elements of a suppliedIterator
. - TOTPUtils - Class in rife.tools
-
Utility class providing the necessary functions to build 2FA using a time-based OTP algorithm
- toType(Object, Class<?>) - Static method in class rife.tools.Convert
-
Converts the given value into the specified target class.
- touch() - Method in class rife.tools.FileBuilder
-
Touches the file of this
FileBuilder
. - toXml() - Method in class rife.config.Config
-
Generates an XML presentation of the current state of this config instance.
- TRACE - Enum constant in enum class rife.engine.RequestMethod
- traceBatch(String) - Method in class rife.database.DbStatement
- TransactionBeginErrorException - Exception in rife.database.exceptions
- TransactionBeginErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.TransactionBeginErrorException
- TransactionCommitErrorException - Exception in rife.database.exceptions
- TransactionCommitErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.TransactionCommitErrorException
- TransactionErrorException - Exception in rife.database.exceptions
- TransactionRollbackErrorException - Exception in rife.database.exceptions
- TransactionRollbackErrorException(String, Datasource, Throwable) - Constructor for exception rife.database.exceptions.TransactionRollbackErrorException
- TransactionRollbackErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.TransactionRollbackErrorException
- TransactionSupportCheckErrorException - Exception in rife.database.exceptions
- TransactionSupportCheckErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.TransactionSupportCheckErrorException
- TransactionTimedOutException - Exception in rife.database.exceptions
- TransactionTimedOutException(Datasource) - Constructor for exception rife.database.exceptions.TransactionTimedOutException
- TransactionUser<ResultType> - Interface in rife.database
- TransactionUserWithoutResult - Interface in rife.database
- transform(InternalType, Map<String, String>) - Method in interface rife.cmf.transform.ContentTransformer
-
Transforms the content data and returns the transformed data in the same data type as the original.
- transform(Image, Map<String, String>) - Method in interface rife.cmf.transform.ImageContentTransformer
-
Transforms the
image
content data and returns the transformed data as anImage
. - transform(InputStream, Map<String, String>) - Method in interface rife.cmf.transform.RawContentTransformer
-
Transforms the raw content data and returns the transformed data as an array of bytes.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.instrument.RifeTransformer
- transform(String, Map<String, String>) - Method in interface rife.cmf.transform.TextContentTransformer
-
Transforms the
text
content data and returns the transformed data as text. - TransformedResultConversionException - Exception in rife.template.exceptions
- TransformedResultConversionException(String, Throwable) - Constructor for exception rife.template.exceptions.TransformedResultConversionException
- transformer(ContentTransformer<?>) - Method in class rife.validation.ConstrainedProperty
-
Sets a content transformer for this property.
- TRANSFORMER - Static variable in class rife.validation.ConstrainedProperty
- TransformerErrorException - Exception in rife.template.exceptions
- TransformerErrorException(URL, Throwable) - Constructor for exception rife.template.exceptions.TransformerErrorException
- transformFiles(File, Function<String, String>) - Static method in class rife.tools.FileUtils
-
Transforms all files in the specified directory using the provided transformation function.
- transformFiles(File, List<Pattern>, List<Pattern>, Function<String, String>) - Static method in class rife.tools.FileUtils
-
Transforms files in the specified directory that match at least one of the included patterns and do not match any of the excluded patterns using the provided transformation function.
- transformFiles(File, Pattern[], Pattern[], Function<String, String>) - Static method in class rife.tools.FileUtils
-
Transforms files in the specified directory that match at least one of the included patterns and do not match any of the excluded patterns using the provided transformation function.
- transformFiles(File, Pattern, Pattern, Function<String, String>) - Static method in class rife.tools.FileUtils
-
Transforms files in the specified directory that match the included pattern and do not match the excluded pattern using the provided transformation function.
- transformIntoResumableBytes(ContinuationConfigInstrument, byte[], String) - Static method in class rife.continuations.instrument.ContinuationsBytecodeTransformer
-
Perform the class transformation.
- transformRife(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.continuations.instrument.ContinuationsTransformer
- transformRife(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.instrument.FinalTransformer
- transformRife(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.instrument.InitialTransformer
- transformRife(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.instrument.LazyLoadTransformer
- transformRife(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.instrument.MetaDataTransformer
- transformRife(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class rife.instrument.RifeTransformer
-
This transform method will only be called when the class is not part of a core package.
- trigger(Object) - Method in class rife.workflow.Workflow
-
Convenience method that triggers an event in a workflow.
- trigger(Object, Object) - Method in class rife.workflow.Workflow
-
Convenience method that triggers an event in a workflow with associated data.
- trigger(Event) - Method in class rife.workflow.Workflow
-
Triggers an event that wakes up work that is paused for the event type.
- trim(String) - Static method in class rife.tools.StringUtils
-
Ensures that all whitespace is removed from a
String
. - TUESDAYS - Static variable in class rife.scheduler.Frequency
-
Schedule every tuesday at midnight.
- TXT - Enum constant in enum class rife.template.TemplateConfig
- TXT - Static variable in class rife.template.TemplateFactory
- type(String) - Method in class rife.feed.Entry
- type(String) - Method in class rife.scheduler.Task
-
Sets the type of the task, which will be used to execute this task with the
Executor
that handles the same task type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form