Index

A B C D E F G H I J L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

L

landingRoute() - Method in class rife.authentication.elements.AuthConfig
Retrieves the route that is used as the landing page when login is successful.
landingRoute(Route) - Method in class rife.authentication.elements.AuthConfig
Sets the route that should be used as the landing page when login is successful.
language(String) - Method in class rife.feed.Feed
 
language_ - Variable in class rife.template.AbstractTemplate
 
last() - Method in class rife.database.DbResultSet
 
lastAccessedTime() - Method in class rife.engine.Session
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request
lastElement_ - Variable in class rife.engine.AbstractResponse
 
LAZY_LOADED_VAR_NAME - Static variable in class rife.database.querymanagers.generic.instrument.LazyLoadAccessorsBytecodeTransformer
The name of the synthetic class field that will be added so that already restored lazy relations can be cached.
LazyLoadAccessorsBytecodeTransformer - Class in rife.database.querymanagers.generic.instrument
This utility class will modify property accessors of classes that implement the Constrained interface and add lazy loading for properties with manyToOne constraints.
LazyLoadAccessorsBytecodeTransformer() - Constructor for class rife.database.querymanagers.generic.instrument.LazyLoadAccessorsBytecodeTransformer
 
LazyLoadTransformer - Class in rife.instrument
This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support lazy-loading of relationships when the GenericQueryManager is being used.
LazyLoadTransformer() - Constructor for class rife.instrument.LazyLoadTransformer
 
LEFT - Static variable in class rife.database.queries.Select.JoinType
 
LEFT - Static variable in class rife.database.queries.Select
 
length() - Method in class rife.template.ExternalValue
 
length() - Method in class rife.template.InternalString
 
length() - Method in class rife.tools.LocalizedString
 
LETTERS_ONLY - Static variable in class rife.tools.PasswordGenerator
 
LightweightError - Error in rife.tools.exceptions
An error that is intended to be as lightweight as possible.
LightweightError() - Constructor for error rife.tools.exceptions.LightweightError
 
LightweightError(String) - Constructor for error rife.tools.exceptions.LightweightError
 
LightweightError(String, Throwable) - Constructor for error rife.tools.exceptions.LightweightError
 
LightweightError(Throwable) - Constructor for error rife.tools.exceptions.LightweightError
 
limit(int) - Method in class rife.database.queries.Select
 
limit(int) - Method in class rife.database.querymanagers.generic.RestoreQuery
 
LIMIT - Static variable in class rife.database.queries.QueryParameterType
 
limitParameter(String) - Method in class rife.database.queries.Select
 
limitSubjectErrors(String) - Method in class rife.validation.MetaData
 
limitSubjectErrors(String) - Method in interface rife.validation.Validated
Limits the number of errors for a particular subject so that maximum one ValidationError can be stored for it.
limitSubjectErrors(String) - Method in class rife.validation.Validation
 
line() - Method in record class rife.datastructures.DocumentPosition
Returns the value of the line record component.
lineContent() - Method in record class rife.datastructures.DocumentPosition
Returns the value of the lineContent record component.
link(String) - Method in class rife.feed.Entry
 
link(String) - Method in class rife.feed.Feed
 
ListDatabaseRoles(ListRoles) - Constructor for class rife.authentication.credentialsmanagers.DatabaseUsers.ListDatabaseRoles
 
ListDatabaseUsers(ListUsers) - Constructor for class rife.authentication.credentialsmanagers.DatabaseUsers.ListDatabaseUsers
 
listed(boolean) - Method in class rife.validation.ConstrainedProperty
Sets whether the property should be included in data lists.
LISTED - Static variable in class rife.validation.ConstrainedProperty
 
listeners_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
listeners_ - Variable in class rife.validation.ConstrainedProperty
 
listRoles(ListRoles) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
listRoles(ListRoles) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
ListRoles - Interface in rife.authentication.credentialsmanagers
 
ListRolesErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
ListRolesErrorException(DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ListRolesErrorException
 
listSessions(ListSessions) - Method in interface rife.authentication.SessionManager
Lists the active sessions.
listSessions(ListSessions) - Method in class rife.authentication.sessionmanagers.MemorySessions
 
ListSessions - Interface in rife.authentication
This interface to be able to list all the active sessions in a SessionManager without having to store them all in memory.
listUserRoles(String, ListRoles) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
listUserRoles(String, ListRoles) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
listUsers(ListUsers) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
listUsers(ListUsers) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
listUsers(ListUsers, int, int) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
listUsers(ListUsers, int, int) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
ListUsers - Interface in rife.authentication.credentialsmanagers
 
ListUsersErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
 
ListUsersErrorException(DatabaseException) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.ListUsersErrorException
 
listUsersInRole(ListUsers, String) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
 
listUsersInRole(ListUsers, String) - Method in interface rife.authentication.credentialsmanagers.RoleUsersManager
 
load(Object, boolean, Set<String>) - Method in class rife.cmf.loader.ContentLoader
Loads raw data and returns the internal type after successful loading and handling.
load(Object, boolean, Set<String>) - Method in interface rife.cmf.loader.ContentLoaderBackend
Loads any kind of raw data and tries to accommodate as much as possible to return an instance of InternalType after successful loading and handling.
load(Object, boolean, Set<String>) - Method in class rife.cmf.loader.ImageContentLoaderBackend
 
load(Object, boolean, Set<String>) - Method in class rife.cmf.loader.XhtmlContentLoaderBackend
 
loadClass(String) - Method in class rife.continuations.basic.BasicContinuableClassLoader
 
loadConfig(File) - Method in class rife.engine.Site
Parses the provided file as an XML Config file and sets it as this site's config instance.
loadConfig(String) - Method in class rife.engine.Site
Looks for a named resource in the classpath, parses it as an XML Config file and sets it as this site's config instance.
LoadedContent<InternalType> - Record Class in rife.cmf.loader
This holds the content that was loaded by a content loader backend and also tracks the original mime type of the provided data.
LoadedContent(MimeType, InternalType) - Constructor for record class rife.cmf.loader.LoadedContent
Creates an instance of a LoadedContent record class.
loadFromBytes(byte[], Set<String>) - Method in class rife.cmf.loader.image.ImageIOLoader
 
loadFromBytes(byte[], Set<String>) - Method in class rife.cmf.loader.image.ImageJLoader
 
loadFromBytes(byte[], Set<String>) - Method in class rife.cmf.loader.ImageContentLoaderBackend
Loads the data from a byte array.
loadFromString(String, boolean, Set<String>) - Method in class rife.cmf.loader.xhtml.SAXLoader
 
loadFromString(String, boolean, Set<String>) - Method in class rife.cmf.loader.XhtmlContentLoaderBackend
Loads the data from a string
locale() - Method in class rife.engine.Context
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
locale(Locale) - Method in class rife.test.MockRequest
Adds a Locale to this request.
locales() - Method in class rife.engine.Context
Returns a list of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language} header.
Localization - Class in rife.tools
 
Localization() - Constructor for class rife.tools.Localization
 
LocalizedString - Class in rife.tools
This class makes it possible to always keep a localized string up-to-date.
LocalizedString(String) - Constructor for class rife.tools.LocalizedString
Instantiates a new LocalizedString instance.
loggedOut(Template) - Method in class rife.authentication.elements.Logout
Hook method that is called after logging out and before printing the template.
LOGGER - Static variable in class rife.continuations.instrument.ContinuationDebug
The logger instance that is used for the debugging.
LoggingErrorRedirector - Class in rife.xml
 
LoggingErrorRedirector() - Constructor for class rife.xml.LoggingErrorRedirector
 
login(String) - Method in class rife.authentication.credentials.RoleUser
 
Login - Class in rife.authentication.elements
Provides a login form so that the user can start a valid authentication session.
Login() - Constructor for class rife.authentication.elements.Login
This constructor is meant to be used when extending the Login element with your custom login class.
Login(AuthConfig, Template) - Constructor for class rife.authentication.elements.Login
This constructor is meant to be used when the Login element is used directly as a route in your site.
loginRoute() - Method in class rife.authentication.elements.AuthConfig
Retrieves the route that is used when user login is necessary.
loginRoute(Route) - Method in class rife.authentication.elements.AuthConfig
Sets the route that should be used when user login is necessary.
Logout - Class in rife.authentication.elements
Provides logout logic with an optional template that can be printed for configuration.
Logout() - Constructor for class rife.authentication.elements.Logout
This constructor is meant to be used when extending the Logout element with your custom logout class.
Logout(AuthConfig) - Constructor for class rife.authentication.elements.Logout
This constructor is meant to be used when the Logout element is used directly as a route in your site.
Logout(AuthConfig, Template) - Constructor for class rife.authentication.elements.Logout
This constructor is meant to be used when the Logout element is used directly as a route in your site.
LONG_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
 
LONGEST_EDGE_LENGTH - Static variable in class rife.cmf.format.ImageFormatter.ContentAttribute
 
lookupStepBackId() - Method in error rife.continuations.exceptions.StepBackException
Looks up the ID of the target continuation of the step-back.
A B C D E F G H I J L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form