Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- factoryIdentifier_ - Variable in class rife.template.AbstractTemplate
- fallback(Class<? extends Element>) - Method in class rife.engine.Router
-
Registers a class element as the route for handling requests that don't match any other routes.
- fallback(Supplier<? extends Element>) - Method in class rife.engine.Router
-
Registers an element supplier as the route for handling requests that don't match any other routes.
- fallback(Element) - Method in class rife.engine.Router
-
Registers a lambda element as the route for handling requests that don't match any other routes.
- fatalError(SAXParseException) - Method in class rife.xml.LoggingErrorRedirector
- fatalError(SAXParseException) - Method in class rife.xml.Xml2Data
- fatalError(SAXParseException) - Method in class rife.xml.XmlErrorRedirector
- FatalTaskExecutionException - Exception in rife.scheduler.exceptions
- FatalTaskExecutionException(Task, Throwable) - Constructor for exception rife.scheduler.exceptions.FatalTaskExecutionException
- Feed - Class in rife.feed
-
A bean representing a feed, or rather a feed's metadata.
- Feed() - Constructor for class rife.feed.Feed
- FeedProvider - Class in rife.feed.elements
-
An
Element
that uses anEntryProvider
to print out a feed. - FeedProvider(FeedProvider.FeedType, EntryProvider) - Constructor for class rife.feed.elements.FeedProvider
- FeedProvider.FeedType - Enum Class in rife.feed.elements
- fetch(ResultSet) - Method in class rife.database.DbQueryManager
-
Fetches the next row of a result set without processing it in any way.
- fetch(ResultSet, DbRowProcessor) - Method in class rife.database.DbQueryManager
-
Fetches the next row of a result set and processes it through a
DbRowProcessor
. - fetch(ResultSet, RowProcessor) - Method in class rife.database.DbQueryManager
-
Convenience alternative to
DbQueryManager.fetch(ResultSet, DbRowProcessor)
that uses a simplifiedRowProcessor
that can be implemented with a lambda. - fetchAll(ResultSet, DbRowProcessor) - Method in class rife.database.DbQueryManager
-
Fetches all the next rows of a result set and processes it through a
DbRowProcessor
. - fetchAll(ResultSet, RowProcessor) - Method in class rife.database.DbQueryManager
-
Convenience alternative to
DbQueryManager.fetchAll(ResultSet, DbRowProcessor)
that uses a simplifiedRowProcessor
that can be implemented with a lambda. - field(String) - Method in class rife.database.queries.Select
- field(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- field(String, boolean) - Method in class rife.database.queries.Insert
- field(String, boolean) - Method in class rife.database.queries.Update
- field(String, Object) - Method in class rife.database.queries.Insert
- field(String, Object) - Method in class rife.database.queries.Update
- field(String, Select) - Method in class rife.database.queries.Insert
- field(String, Select) - Method in class rife.database.queries.Select
- field(String, Select) - Method in class rife.database.queries.Update
- field(String, Select) - Method in class rife.database.querymanagers.generic.RestoreQuery
- FIELD - Static variable in class rife.database.queries.QueryParameterType
- fieldCustom(String, String) - Method in class rife.database.queries.Insert
- fieldCustom(String, String) - Method in class rife.database.queries.Update
- fieldParameter(String) - Method in class rife.database.queries.Insert
- fieldParameter(String) - Method in class rife.database.queries.Update
- fieldParameter(String, String) - Method in class rife.database.queries.Insert
- fieldParameter(String, String) - Method in class rife.database.queries.Update
- fieldParameterCustom(String, String) - Method in class rife.database.queries.Insert
- fieldParameterCustom(String, String, String) - Method in class rife.database.queries.Insert
- fields(Class) - Method in class rife.database.queries.Select
- fields(Class) - Method in class rife.database.querymanagers.generic.RestoreQuery
- fields(Object) - Method in class rife.database.queries.Insert
- fields(Object) - Method in class rife.database.queries.Update
- fields(Object[]) - Method in class rife.database.queries.Insert
- fields(Object[]) - Method in class rife.database.queries.Update
- fields(String...) - Method in class rife.database.queries.Select
- fields(String...) - Method in class rife.database.querymanagers.generic.RestoreQuery
- fields(String, Class) - Method in class rife.database.queries.Select
- fields(String, Class) - Method in class rife.database.querymanagers.generic.RestoreQuery
- fieldsExcluded(Class, String...) - Method in class rife.database.queries.Select
- fieldsExcluded(Class, String...) - Method in class rife.database.querymanagers.generic.RestoreQuery
- fieldsExcluded(Object, String[]) - Method in class rife.database.queries.Insert
- fieldsExcluded(Object, String[]) - Method in class rife.database.queries.Update
- fieldsExcluded(String, Class, String...) - Method in class rife.database.queries.Select
- fieldsExcluded(String, Class, String...) - Method in class rife.database.querymanagers.generic.RestoreQuery
- fieldsFiltered(Object, String[], String[]) - Method in class rife.database.queries.Insert
- fieldsFiltered(Object, String[], String[]) - Method in class rife.database.queries.Update
- fieldsIncluded(Object, String[]) - Method in class rife.database.queries.Insert
- fieldsIncluded(Object, String[]) - Method in class rife.database.queries.Update
- fieldsParameters(Class) - Method in class rife.database.queries.Insert
- fieldsParameters(Class) - Method in class rife.database.queries.Update
- fieldsParametersExcluded(Class, String[]) - Method in class rife.database.queries.Insert
- fieldsParametersExcluded(Class, String[]) - Method in class rife.database.queries.Update
- FieldsRequiredException - Exception in rife.database.exceptions
- FieldsRequiredException(String) - Constructor for exception rife.database.exceptions.FieldsRequiredException
- fieldSubselect(Select) - Method in class rife.database.queries.Insert
- fieldSubselect(Select) - Method in class rife.database.queries.Select
- fieldSubselect(Select) - Method in class rife.database.queries.Update
- fieldSubselect(Select) - Method in class rife.database.querymanagers.generic.RestoreQuery
- file(String) - Method in class rife.engine.Context
-
Retrieves an uploaded file.
- file(String, MockFileUpload) - Method in class rife.test.MockForm
-
Sets a file in this form.
- file(String, MockFileUpload) - Method in class rife.test.MockRequest
-
Sets a file in this request.
- file(String, FileAction) - Method in class rife.tools.DirBuilder
-
Specify a new file under the directory represented by this
DirBuilder
and executes the specified action on it. - FileAction - Interface in rife.tools
-
Functional interface that captures an action to execute on a
FileBuilder
instance. - FileBuilder - Class in rife.tools
-
Directory and file structure builder, using a fluent API and lambdas to convey the hierarchical structure of on the filesystem in code.
- FileBuilder(File) - Constructor for class rife.tools.FileBuilder
-
Constructs a new
FileBuilder
object with the specified file. - FileBuilder(File, FileAction) - Constructor for class rife.tools.FileBuilder
-
Constructs a new
FileBuilder
object with the specified file and performs an action on it. - FileBuilder(Path) - Constructor for class rife.tools.FileBuilder
-
Constructs a new
FileBuilder
object with the specified path. - FileBuilder(Path, FileAction) - Constructor for class rife.tools.FileBuilder
-
Constructs a new
FileBuilder
object with the specified path and performs an action on it. - fileNames() - Method in class rife.engine.Context
-
Retrieves the list of uploaded file names.
- files() - Method in class rife.engine.Context
-
Retrieves the files that were uploaded in this context.
- files(String) - Method in class rife.engine.Context
-
Retrieves all files that have been uploaded for a particular name.
- files(String, MockFileUpload[]) - Method in class rife.test.MockForm
-
Sets files in this request.
- files(String, MockFileUpload[]) - Method in class rife.test.MockRequest
-
Sets files in this request.
- files(Map<String, MockFileUpload[]>) - Method in class rife.test.MockRequest
-
Sets a map of files in this request.
- FileUpload - Annotation Interface in rife.engine.annotations
-
Declares a file that was uploaded in this request.
- FileUtils - Class in rife.tools
-
A utility class for handling files.
- FileUtilsErrorException - Exception in rife.tools.exceptions
- FileUtilsErrorException(String) - Constructor for exception rife.tools.exceptions.FileUtilsErrorException
- FileUtilsErrorException(String, Throwable) - Constructor for exception rife.tools.exceptions.FileUtilsErrorException
- fillInStackTrace() - Method in error rife.instrument.exceptions.VisitInterruptionException
- fillInStackTrace() - Method in error rife.tools.exceptions.LightweightError
- filter(String, List<Pattern>, List<Pattern>) - Static method in class rife.tools.StringUtils
-
Checks if the name filters through a series of including and excluding regular expressions.
- filter(String, List<Pattern>, List<Pattern>, boolean) - Static method in class rife.tools.StringUtils
-
Checks if the name filters through a series of including and excluding regular expressions.
- filter(String, Pattern[], Pattern[]) - Static method in class rife.tools.StringUtils
-
Checks if the name filters through a series of including and excluding regular expressions.
- filter(String, Pattern[], Pattern[], boolean) - Static method in class rife.tools.StringUtils
-
Checks if the name filters through a series of including and excluding regular expressions.
- filter(String, Pattern, Pattern) - Static method in class rife.tools.StringUtils
-
Checks if the name filters through an including and an excluding regular expression.
- filter(String, Pattern, Pattern, boolean) - Static method in class rife.tools.StringUtils
-
Checks if the name filters through an including and an excluding regular expression.
- filterAsIdentifier(String) - Static method in class rife.tools.StringUtils
-
Filters the given string by removing any characters that are not valid in a Java identifier.
- FilteredTags - Class in rife.template
- FilteredTags() - Constructor for class rife.template.FilteredTags
- FilteredTagsMap - Class in rife.template
- FilteredTagsMap() - Constructor for class rife.template.FilteredTagsMap
- filterPath(String) - Method in class rife.cmf.elements.ServeContent
- finalizeElementInstance(Element, Context) - Method in interface rife.engine.Route
-
Finalize an element instance for this route.
- finalList(String, boolean) - Method in class rife.config.Config
-
Sets whether a list is final or not.
- finalParameter(String, boolean) - Method in class rife.config.Config
-
Sets whether a parameter is final or not.
- FinalTransformer - Class in rife.instrument
-
This is a no-op transformer that is just used to output the instrumented bytecode of classes when the "rife.instrumentation.dump" system property is set.
- FinalTransformer() - Constructor for class rife.instrument.FinalTransformer
- findColumn(String) - Method in class rife.database.DbResultSet
- fireDeleted(int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- fireInserted(BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- fireInstalled() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- fireRemoved() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- fireRestored(BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- fireUpdated(BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- first() - Method in class rife.database.DbResultSet
- firstRowSkew_ - Variable in class rife.database.DbResultSet
- fixedValues_ - Variable in class rife.template.AbstractTemplate
- FLOAT_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- flow() - Element in annotation interface rife.engine.annotations.Body
-
Determines what the direction of the flow is for processing this field
- flow() - Element in annotation interface rife.engine.annotations.Cookie
-
Determines what the direction of the flow is for processing this field
- flow() - Element in annotation interface rife.engine.annotations.Header
-
Determines what the direction of the flow is for processing this field
- flow() - Element in annotation interface rife.engine.annotations.Parameter
-
Determines what the direction of the flow is for processing this field
- flow() - Element in annotation interface rife.engine.annotations.ParametersBean
-
Determines what the direction of the flow is for processing this field
- flow() - Element in annotation interface rife.engine.annotations.RequestAttribute
-
Determines what the direction of the flow is for processing this field
- flow() - Element in annotation interface rife.engine.annotations.SessionAttribute
-
Determines what the direction of the flow is for processing this field
- FlowDirection - Enum Class in rife.engine.annotations
-
The flow direction that will be used by a field annotation that supports it.
- flush() - Method in class rife.engine.AbstractResponse
- flush() - Method in class rife.engine.Context
-
Forces all the streamed content to be output to the client.
- flush() - Method in interface rife.engine.Response
-
Forces all the streamed content to be output to the client.
- focusGroup(String) - Method in class rife.validation.MetaData
- focusGroup(String) - Method in interface rife.validation.Validated
-
Focuses on one particular validation group, showing only the
ValidationError
s that were generated by itsValidationRule
s. - focusGroup(String) - Method in class rife.validation.Validation
- follow() - Method in class rife.test.MockLink
-
Follow this link with its current parameters and returns the response.
- foreignKey(String, String[]) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String[], CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String, String) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String, String[]) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String, String[], CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String, String, String) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String, String, String, CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.database.queries.CreateTable
- foreignKey(String, String, String, CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.database.queries.CreateTable
- format(Object, StringBuffer, FieldPosition) - Method in class rife.tools.SerializationFormatter
- format(Format) - Method in class rife.validation.ConstrainedProperty
- format(LogRecord) - Method in class rife.tools.ConciseLogFormatter
-
Format the given LogRecord.
- format(LogRecord) - Method in class rife.tools.RawFormatter
-
Format the given LogRecord.
- format(LogRecord) - Method in class rife.tools.SwallowingLogFormatter
-
Format the given LogRecord.
- format(Content, ContentTransformer<InternalType>) - Method in interface rife.cmf.format.Formatter
-
Formats raw data and returns it in a
DataType
that's supported by the back-end stores. - format(Content, ContentTransformer<Image>) - Method in class rife.cmf.format.ImageFormatter
- format(Content, ContentTransformer<InputStream>) - Method in class rife.cmf.format.RawFormatter
- format(Content, ContentTransformer<String>) - Method in class rife.cmf.format.PlainTextFormatter
- format(Content, ContentTransformer<String>) - Method in class rife.cmf.format.XhtmlFormatter
- FORMAT - Static variable in class rife.validation.ConstrainedProperty
- formatError(String, DocumentPosition, String) - Static method in exception rife.template.exceptions.TemplateException
- FormatException - Exception in rife.cmf.format.exceptions
- FormatException(String, Throwable) - Constructor for exception rife.cmf.format.exceptions.FormatException
- FormatException(Throwable) - Constructor for exception rife.cmf.format.exceptions.FormatException
- formatExceptionStackTrace(Throwable, Template) - Static method in class rife.tools.ExceptionFormattingUtils
- formatExceptionStackTrace(Throwable, Template, int) - Static method in class rife.tools.ExceptionFormattingUtils
- formatExceptionStackTrace(Throwable, Template, int, int) - Static method in class rife.tools.ExceptionFormattingUtils
- formatLine(String) - Method in class rife.validation.AbstractValidationBuilder
- formatLine(String) - Method in class rife.validation.ValidationBuilderHtml
- formatLine(String) - Method in class rife.validation.ValidationBuilderXml
- formatPropertyValue(Object, ConstrainedProperty) - Static method in class rife.tools.BeanUtils
-
Formats a property value based on the given format from a constrained property.
- Formatter<DataType,
InternalType> - Interface in rife.cmf.format -
Formats raw data according to the information that's provided by a
Content
instance. - FormBuilder - Interface in rife.forms
-
This interface defines the methods for bean-centric form generation.
- FormBuilderHtml - Class in rife.forms
- FormBuilderHtml() - Constructor for class rife.forms.FormBuilderHtml
- FormBuilderXml - Class in rife.forms
- FormBuilderXml() - Constructor for class rife.forms.FormBuilderXml
- foundRole(String) - Method in interface rife.authentication.credentialsmanagers.ListRoles
- foundSession(long, String, String) - Method in interface rife.authentication.ListSessions
-
This method is called when active authentication session was found.
- foundUser(long, String, String) - Method in interface rife.authentication.credentialsmanagers.ListUsers
- fragment() - Method in record class rife.engine.UrlBuilder.Segments
-
Returns the value of the
fragment
record component. - fragment(boolean) - Method in class rife.cmf.Content
-
Sets whether the content data is a fragment.
- fragment(boolean) - Method in class rife.validation.ConstrainedProperty
-
Sets whether the content data of this property is a fragment.
- fragment(String) - Method in class rife.engine.UrlBuilder
-
Sets a particular fragment for this URL, it will be appended at the end, separated by a
#
. - FRAGMENT - Static variable in class rife.validation.ConstrainedProperty
- free(int) - Method in class rife.cmf.dam.OrdinalManager
-
Frees up a slot for the specified ordinal within the entire table., this is done by incrementing everything after it by 1 to make space.
- free(long, int) - Method in class rife.cmf.dam.OrdinalManager
-
Frees up a slot for the specified ordinal within the range restricted by the provided ID, this is done by incrementing everything after it by 1 to make space.
- frequency(Frequency) - Method in class rife.scheduler.Task
-
Sets the frequency at which this task should execute repeatedly.
- Frequency - Class in rife.scheduler
-
Defines the frequency at which a task should execute.
- Frequency() - Constructor for class rife.scheduler.Frequency
-
Creates a new frequency instance that will schedule every minute.
- Frequency(String) - Constructor for class rife.scheduler.Frequency
-
Creates a new frequency instance from the provided crontab specification.
- FrequencyException - Exception in rife.scheduler.exceptions
- FrequencyException(String) - Constructor for exception rife.scheduler.exceptions.FrequencyException
- FrequencyException(String, Throwable) - Constructor for exception rife.scheduler.exceptions.FrequencyException
- FrequencyException(Throwable) - Constructor for exception rife.scheduler.exceptions.FrequencyException
- frequencySpecification(String) - Method in class rife.scheduler.Task
-
Sets the frequency crontab-like specification at which this task should execute repeatedly.
- FRIDAYS - Static variable in class rife.scheduler.Frequency
-
Schedule every friday at midnight.
- from(String) - Method in class rife.database.queries.Delete
- from(String) - Method in class rife.database.queries.Select
- from(String, Select) - Method in class rife.database.queries.Select
- from(Select) - Method in class rife.database.queries.Select
- fromString(String, Class<?>) - Static method in class rife.tools.Convert
-
Converts the given string into an object of specified type.
- fromTemplate(Template) - Static method in class rife.engine.Context
-
Retrieves the context that was stored in a template attribute.
- fromXmlFile(File) - Static method in class rife.config.Config
-
Creates a new
Config
instance that is parsed from an XML file. - fromXmlFile(File, HierarchicalProperties) - Static method in class rife.config.Config
-
Creates a new
Config
instance that is parsed from an XML file. - fromXmlResource(String, HierarchicalProperties) - Static method in class rife.config.Config
-
Creates a new
Config
instance that is parsed from an XML resource. - fromXmlResource(String, ResourceFinder) - Static method in class rife.config.Config
-
Creates a new
Config
instance that is parsed from an XML resource. - fromXmlResource(String, ResourceFinder, HierarchicalProperties) - Static method in class rife.config.Config
-
Creates a new
Config
instance that is parsed from an XML resource. - FULL - Static variable in class rife.database.queries.Select
- FULL - Static variable in class rife.database.queries.Select.JoinType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form