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

P

p(String) - Method in class rife.engine.PathInfoMapping
Indicates that a match for regex [\w-._~]+ is expected and will be mapped to a named parameter.
p(String, String) - Method in class rife.engine.PathInfoMapping
Indicates that a match for a provided regex is expected and will be mapped to a named parameter.
PagedNavigation - Class in rife.web
This class provides utility methods to generate navigation for paged lists.
PagedNavigation() - Constructor for class rife.web.PagedNavigation
 
param(String, Object) - Method in class rife.engine.UrlBuilder
Sets an outgoing parameter to a particular value.
param(String, String) - Method in class rife.engine.UrlBuilder
Sets an outgoing parameter to a particular value.
param(String, String[]) - Method in class rife.engine.UrlBuilder
Sets an outgoing parameter to a particular value array.
parameter(String) - Method in class rife.engine.Context
Retrieves the value of a parameter.
parameter(String, Object...) - Method in class rife.test.MockRequest
Sets a parameter in this request.
parameter(String, String) - Method in class rife.engine.Context
Retrieves the value of a parameter and returns a default value if no parameter value is present
parameter(String, String) - Method in class rife.test.MockForm
Sets a parameter in this form.
parameter(String, String[]) - Method in class rife.test.MockForm
Sets a parameter in this form.
parameter(String, String...) - Method in class rife.test.MockRequest
Sets a parameter in this request.
Parameter - Annotation Interface in rife.engine.annotations
Declares a request parameter.
PARAMETER_PREFERENCES_SYSTEM - Static variable in class rife.config.Config
 
PARAMETER_PREFERENCES_USER - Static variable in class rife.config.Config
 
parameterBoolean(String) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a boolean.
parameterBoolean(String, boolean) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a boolean, using a default value if no parameter value is present.
ParameterDoesntExistException - Exception in rife.database.exceptions
 
ParameterDoesntExistException(DbPreparedStatement, String) - Constructor for exception rife.database.exceptions.ParameterDoesntExistException
 
parameterDouble(String) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a double.
parameterDouble(String, double) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a double, using a default value if no parameter value is present.
parameterDoubles(String) - Method in class rife.engine.Context
Retrieves the values of a parameter as an array of doubles.
parameterFloat(String) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a float.
parameterFloat(String, float) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a float, using a default value if no parameter value is present.
parameterFloats(String) - Method in class rife.engine.Context
Retrieves the values of a parameter as an array of floats.
parameterInt(String) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to an integer.
parameterInt(String, int) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to an integer, using a default value if no parameter value is present.
parameterInts(String) - Method in class rife.engine.Context
Retrieves the values of a parameter as an array of integers.
parameterLong(String) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a long.
parameterLong(String, long) - Method in class rife.engine.Context
Retrieves the value of a parameter and converts it to a long, using a default value if no parameter value is present.
parameterLongs(String) - Method in class rife.engine.Context
Retrieves the values of a parameter as an array of longs.
parameterNames() - Method in class rife.engine.Context
Retrieves the names of all the parameters that are present.
parameters() - Method in class rife.engine.Context
Retrieves the parameters that were sent to this context.
parameters() - Method in record class rife.engine.UrlBuilder.Segments
Returns the value of the parameters record component.
parameters(Map<String, String[]>) - Method in class rife.test.MockRequest
Sets a map of parameters in this request.
parametersBean(Class<BeanType>) - Method in class rife.engine.Context
Creates an instance of a bean and populates the properties with the parameter values.
parametersBean(Class<BeanType>, String) - Method in class rife.engine.Context
Creates an instance of a bean and populates the properties with the parameter values, taking the provided prefix into account.
parametersBean(Object) - Method in class rife.engine.Context
Fills the properties of an existing bean with the parameter values.
parametersBean(Object, String) - Method in class rife.engine.Context
Fills the properties of an existing bean with the parameter values that were sent, taking the provided prefix into account.
ParametersBean - Annotation Interface in rife.engine.annotations
Declares a bean to be mapped from or to request parameters.
parameterValues(String) - Method in class rife.engine.Context
Retrieves the values of a parameter.
params(Map<String, String[]>) - Method in class rife.engine.UrlBuilder
Sets a parameters for all the entries in the provided parameter map.
parent(HierarchicalProperties) - Method in class rife.ioc.HierarchicalProperties
Sets the parent of this HierarchicalProperties instance.
parent_ - Variable in class rife.database.queries.AbstractWhereGroup
 
parse(String, String) - Method in class rife.template.Parser
 
parse(String, String) - Method in class rife.template.TemplateFactory
 
parse(MockResponse) - Static method in class rife.test.ParsedHtml
Parses the text content of a MockResponse object as HTML and returns the result as an instance of ParsedHtml.
parseDate(String, Format) - Method in class rife.tools.BeanUtils
Parses the textual representation of the date using a custom format, or by relying on the standard date formats.
ParsedBlockValue - Class in rife.template
 
ParsedHtml - Class in rife.test
Retrieves the text content of a MockResponse and parses it as HTML.
parseObject(String, ParsePosition) - Method in class rife.tools.SerializationFormatter
 
Parser - Class in rife.template
 
password(String) - Method in class rife.authentication.credentials.RoleUser
 
password(String) - Method in class rife.authentication.credentialsmanagers.RoleUserAttributes
 
PasswordEncrypting - Interface in rife.authentication
Credentials managers that can encrypt passwords implement this interface.
passwordEncryptor_ - Variable in class rife.authentication.credentialsmanagers.DatabaseUsers
 
passwordEncryptor_ - Variable in class rife.authentication.credentialsmanagers.MemoryUsers
 
PasswordGenerator - Class in rife.tools
 
passwordGetCountLog2(String) - Static method in class rife.tools.DrupalPassword
Parse the log2 iteration count from a stored hash or setting string.
passwordNeedsNewHash(String) - Method in class rife.tools.DrupalPassword
Check whether a user's hashed password needs to be replaced with a new hash.
patch(Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PATCH method, the path will be derived from the uncapitalized shortened class name.
patch(String, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PATCH method with a specific path.
patch(String, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PATCH method with a specific path.
patch(String, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the PATCH method with a specific path.
patch(String, PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PATCH method with a specific path and pathinfo handling.
patch(String, PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PATCH method with a specific path and pathinfo handling.
patch(String, PathInfoHandling, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the PATCH method with a specific path and pathinfo handling.
patch(Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PATCH method, the path will be derived from the uncapitalized shortened class name.
patch(PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PATCH method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
patch(PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PATCH method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
PATCH - Enum constant in enum class rife.engine.RequestMethod
 
path() - Method in record class rife.cmf.dam.contentmanagers.ContentLocation
Returns the value of the path record component.
path() - Method in interface rife.engine.Route
The URL path that this route responds to.
path() - Method in record class rife.engine.UrlBuilder.Segments
Returns the value of the path record component.
path(File, String...) - Static method in class rife.tools.FileUtils
Constructs a new Path instance using the specified file and additional path elements.
path(String) - Method in class rife.engine.CookieBuilder
path(Path, String...) - Static method in class rife.tools.FileUtils
Constructs a new Path instance using the specified file and additional path elements.
pathInfo() - Method in class rife.engine.Context
The pathinfo that was captured or matched.
pathInfo(String) - Method in class rife.engine.UrlBuilder
Sets a particular pathinfo for this URL, it will automatically be encoded.
PathInfo - Annotation Interface in rife.engine.annotations
Declares a path info segment.
PathInfoBuilder - Interface in rife.engine
Glue interface to help building the pathinfo mapping structure
pathInfoHandling() - Method in interface rife.engine.Route
The way this route is handling the path info section.
PathInfoHandling - Class in rife.engine
Provides the different pathinfo handling options for a route definition.
PathInfoMapping - Class in rife.engine
Micro DSL to describe the format of how a pathinfo should be structure and mapped to parameters.
PathInfoMapping() - Constructor for class rife.engine.PathInfoMapping
 
PathInfoMappingPatternInvalidException - Exception in rife.engine.exceptions
 
PathInfoMappingPatternInvalidException(String, String, Throwable) - Constructor for exception rife.engine.exceptions.PathInfoMappingPatternInvalidException
 
pause() - Method in class rife.engine.Context
Pauses the execution of the element and creates a new continuation.
PauseException - Error in rife.continuations.exceptions
This exception will be thrown when a pause continuation is triggered.
PauseException(ContinuationContext) - Constructor for error rife.continuations.exceptions.PauseException
[PRIVATE AND UNSUPPORTED] Instantiates a new pause exception.
pauseForEvent(Object) - Method in interface rife.workflow.Work
Pause until a particular event type is triggered in the workflow.
performEncryption(String, String) - Method in class rife.tools.StringEncryptor
 
performQuery(DbPreparedStatement) - Method in class rife.database.DbPreparedStatementHandler
 
performUpdate(DbPreparedStatement) - Method in class rife.database.DbPreparedStatementHandler
 
permissionsFromMode(int) - Static method in class rife.tools.FileUtils
Creates a new set of PosixFilePermission based on the given Posix mode.
perms(int) - Method in class rife.tools.DirBuilder
Sets the permissions for the directory represented by this DirBuilder using the specified Posix mode.
perms(int) - Method in class rife.tools.FileBuilder
Sets the permissions for the file represented by this FileBuilder using the specified Posix mode.
perms(Set<PosixFilePermission>) - Method in class rife.tools.DirBuilder
Sets the permissions for the directory represented by this DirBuilder using the specified permissions.
perms(Set<PosixFilePermission>) - Method in class rife.tools.FileBuilder
Sets the permissions for the file represented by this FileBuilder using the specified permissions.
persistConstrainedProperty(Constrained, String, String) - Static method in class rife.validation.ConstrainedUtils
 
persistent(boolean) - Method in class rife.validation.ConstrainedProperty
 
PERSISTENT - Static variable in class rife.validation.ConstrainedProperty
 
PlainTextFormatter - Class in rife.cmf.format
Formats plain test Content data.
PlainTextFormatter() - Constructor for class rife.cmf.format.PlainTextFormatter
 
planned(long) - Method in class rife.scheduler.Task
Sets the planned timestamp at which this task should execute next.
planned(Date) - Method in class rife.scheduler.Task
Sets the planned timestamp at which this task should execute next.
popDouble() - Method in class rife.continuations.ContinuationStack
 
popFloat() - Method in class rife.continuations.ContinuationStack
 
popInt() - Method in class rife.continuations.ContinuationStack
 
popLong() - Method in class rife.continuations.ContinuationStack
 
popReference() - Method in class rife.continuations.ContinuationStack
 
port(int) - Method in class rife.engine.Server
Configures the HTTP port the server will be listening to.
port(int) - Method in class rife.engine.TomcatServer
Configures the port the server will be listening to.
position(int) - Method in class rife.validation.ConstrainedProperty
Sets the position in which the property should be displayed.
POSITION - Static variable in class rife.validation.ConstrainedProperty
 
post(Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the POST method, the path will be derived from the uncapitalized shortened class name.
post(String, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the POST method with a specific path.
post(String, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the POST method with a specific path.
post(String, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the POST method with a specific path.
post(String, PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the POST method with a specific path and pathinfo handling.
post(String, PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the POST method with a specific path and pathinfo handling.
post(String, PathInfoHandling, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the POST method with a specific path and pathinfo handling.
post(Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the POST method, the path will be derived from the uncapitalized shortened class name.
post(PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the POST method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
post(PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the POST method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
POST - Enum constant in enum class rife.engine.RequestMethod
 
potentiallyEvaluateRenderTag(String) - Method in class rife.template.AbstractTemplate
 
precision(int) - Method in class rife.validation.ConstrainedProperty
 
precision(String, int) - Method in class rife.database.queries.CreateTable
 
precision(String, int, int) - Method in class rife.database.queries.CreateTable
 
preferencesNode(Preferences) - Method in class rife.config.Config
Sets the Preferences node that should be used for storing this config data.
prefix() - Element in annotation interface rife.engine.annotations.ParametersBean
The prefix that will be stripped from or added to the front of each parameter name.
prefix() - Method in class rife.tools.StringEncryptor
 
PREFIX - Static variable in class rife.tools.DrupalPassword
The string prefix that all Drupal password hashes have.
PREFIX_ATTRIBUTE - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_AUTH - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_CONFIG - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_COOKIE - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_ERROR - Static variable in interface rife.validation.ValidationBuilder
 
PREFIX_ERRORMESSAGE - Static variable in interface rife.validation.ValidationBuilder
 
PREFIX_ERRORS - Static variable in interface rife.validation.ValidationBuilder
 
PREFIX_FORM_CHECKBOX - Static variable in interface rife.forms.FormBuilder
Template values that start with form:checkbox: will generate a checkbox group for the property name that follows the prefix.
PREFIX_FORM_DISPLAY - Static variable in interface rife.forms.FormBuilder
Template values that start with form:display: will not actually generate a form field but simply display the current value as text.
PREFIX_FORM_HIDDEN - Static variable in interface rife.forms.FormBuilder
Template values that start with form:hidden: will generate a hidden form field for the property name that follows the prefix.
PREFIX_FORM_INPUT - Static variable in interface rife.forms.FormBuilder
Template values that start with form:input: will generate a text input form field for the property name that follows the prefix.
PREFIX_FORM_LABEL - Static variable in interface rife.forms.FormBuilder
Template blocks that start with form:label: provide a textual label for a specific value for a property name.
PREFIX_FORM_RADIO - Static variable in interface rife.forms.FormBuilder
Template values that start with form:radio: will generate a radio button group for the property name that follows the prefix.
PREFIX_FORM_SECRET - Static variable in interface rife.forms.FormBuilder
Template values that start with form:secret: will generate a password input form field for the property name that follows the prefix.
PREFIX_FORM_SELECT - Static variable in interface rife.forms.FormBuilder
Template values that start with form:select: will generate a select list for the property name that follows the prefix.
PREFIX_FORM_TEXTAREA - Static variable in interface rife.forms.FormBuilder
Template values that start with form:textarea: will generate a multi-line text form field for the property name that follows the prefix.
PREFIX_L10N - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_LANG - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_MARK - Static variable in interface rife.validation.ValidationBuilder
 
PREFIX_MARK_ERROR - Static variable in interface rife.validation.ValidationBuilder
 
PREFIX_NAV - Static variable in class rife.web.PagedNavigation
 
PREFIX_PARAM - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_PROPERTY - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_RENDER - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_ROUTE - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_ROUTE_ACTION - Static variable in class rife.template.TemplateFactoryFilters
 
PREFIX_ROUTE_INPUTS - Static variable in class rife.template.TemplateFactoryFilters
 
premain(String, Instrumentation) - Static method in class rife.continuations.instrument.ContinuationsAgent
 
premain(String, Instrumentation) - Static method in class rife.instrument.RifeAgent
 
prepare(String, URL) - Method in class rife.template.Parser
 
PreparedStatementCreationErrorException - Exception in rife.database.exceptions
 
PreparedStatementCreationErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.PreparedStatementCreationErrorException
 
PreparedStatementHandler - Interface in rife.database
By implementing this class it's possible to easily customize the behaviour of a large number of methods in the DbQueryManager class.
prepareElementInstance(Element, Context) - Method in interface rife.engine.Route
Prepare an execution Element instance to handle this route with.
prepareStatement(DatabaseRawStore, Select, int) - Static method in class rife.cmf.dam.contentstores.RawContentStream
 
preventCaching() - Method in class rife.engine.Context
Sets up the current response to prevent all caching of the response by the client.
preventCaching(Response) - Static method in class rife.servlet.ServletUtils
 
previous() - Method in class rife.database.DbResultSet
 
primaryKey(String) - Method in class rife.database.queries.CreateTable
 
primaryKey(String[]) - Method in class rife.database.queries.CreateTable
 
primaryKey(String, String) - Method in class rife.database.queries.CreateTable
 
primaryKey(String, String[]) - Method in class rife.database.queries.CreateTable
 
primaryKey_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
 
print(Object) - Method in class rife.engine.AbstractResponse
 
print(Object) - Method in class rife.engine.Context
Prints the string representation of an object to the request text output.
print(Object) - Method in interface rife.engine.Response
Prints the string representation of an object to the request text output.
print(Collection<CharSequence>) - Method in class rife.engine.AbstractResponse
 
print(Collection<CharSequence>) - Method in interface rife.engine.Response
Prints a list of text snippets to the request text output.
print(Template) - Method in class rife.engine.AbstractResponse
 
print(Template) - Method in class rife.engine.Context
Prints a template to the response.
print(Template) - Method in interface rife.engine.Response
Prints the content of a template to the request text output.
print(Template) - Method in class rife.test.MockResponse
 
PrintTemplate - Class in rife.engine.elements
Standard element that will print a template with particular name.
PrintTemplate(String) - Constructor for class rife.engine.elements.PrintTemplate
Constructs the element with the name of the template to print.
process(Context) - Method in class rife.authentication.elements.Authenticated
 
process(Context) - Method in class rife.authentication.elements.Identified
 
process(Context) - Method in class rife.authentication.elements.Login
 
process(Context) - Method in class rife.authentication.elements.Logout
 
process(Context) - Method in class rife.cmf.elements.ServeContent
 
process(Context) - Method in interface rife.engine.Element
Process the provided Context with this element.
process(Context) - Method in class rife.engine.elements.Defer
 
process(Context) - Method in class rife.engine.elements.PrintTemplate
 
process(Context) - Method in class rife.engine.elements.Uncached
 
process(Context) - Method in class rife.feed.elements.FeedProvider
 
ProcessingException - Exception in rife.template.exceptions
 
ProcessingException(String) - Constructor for exception rife.template.exceptions.ProcessingException
 
ProcessingException(String, Throwable) - Constructor for exception rife.template.exceptions.ProcessingException
 
processJoinColumn(String, String, ManyToOneDeclaration) - Method in interface rife.database.querymanagers.generic.ManyToOneJoinColumnProcessor
 
processManyToOneJoinColumns(GenericQueryManager, ManyToOneJoinColumnProcessor) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
 
processProperties(Class, String[], String[], String, BeanPropertyProcessor) - Static method in class rife.tools.BeanUtils
Processes the properties of a given bean class with provided accessors, including and excluding properties, using the given prefix and calling the provided BeanPropertyProcessor with each valid property.
processProperties(BeanUtils.Accessors, Class, String[], String[], String, BeanPropertyProcessor) - Static method in class rife.tools.BeanUtils
Processes the properties of a given bean class with the provided accessors, including and excluding properties, using the given prefix and calling the provided BeanPropertyProcessor with each valid property.
processPropertyValues(Object, String[], String[], String, BeanPropertyValueProcessor) - Static method in class rife.tools.BeanUtils
Processes the property values of a bean based on the provided parameters.
processPropertyValues(BeanUtils.Accessors, Object, String[], String[], String, BeanPropertyValueProcessor) - Static method in class rife.tools.BeanUtils
Processes the property values of a bean based on the provided parameters, using the specified Accessors enum value.
processRow(ResultSet) - Method in class rife.authentication.credentialsmanagers.DatabaseUsers.ListDatabaseRoles
 
processRow(ResultSet) - Method in class rife.authentication.credentialsmanagers.DatabaseUsers.ListDatabaseUsers
 
processRow(ResultSet) - Method in class rife.authentication.credentialsmanagers.DatabaseUsers.ProcessVerifyCredentials
 
processRow(ResultSet) - Method in class rife.authentication.credentialsmanagers.DatabaseUsers.RoleFetcher
 
processRow(ResultSet) - Method in class rife.authentication.sessionvalidators.ProcessSessionValidityBasic
 
processRow(ResultSet) - Method in class rife.database.DbBeanFetcher
Process a ResultSet row into a bean.
processRow(ResultSet) - Method in class rife.database.DbRowProcessor
This method has to be implemented by each class that extends the DbRowProcessor class.
processRow(ResultSet) - Method in interface rife.database.RowProcessor
This method has to contain all the logic that should be executed for each row of a result set.
processRow(ResultSet) - Method in class rife.scheduler.taskmanagers.DatabaseTasks.ProcessTask
 
processRow(ResultSet) - Method in class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions.ProcessTaskOption
 
ProcessSessionValidity - Class in rife.authentication.sessionvalidators
 
ProcessSessionValidity() - Constructor for class rife.authentication.sessionvalidators.ProcessSessionValidity
 
ProcessSessionValidityBasic - Class in rife.authentication.sessionvalidators
 
ProcessSessionValidityBasic() - Constructor for class rife.authentication.sessionvalidators.ProcessSessionValidityBasic
 
ProcessTask() - Constructor for class rife.scheduler.taskmanagers.DatabaseTasks.ProcessTask
 
ProcessTaskOption() - Constructor for class rife.scheduler.taskoptionmanagers.DatabaseTaskOptions.ProcessTaskOption
 
ProcessVerifyCredentials() - Constructor for class rife.authentication.credentialsmanagers.DatabaseUsers.ProcessVerifyCredentials
 
processXml(String) - Method in class rife.xml.Xml2Data
 
processXml(String, ResourceFinder) - Method in class rife.xml.Xml2Data
 
properties() - Method in class rife.engine.Context
The hierarchical properties accessible to this context.
properties() - Method in class rife.engine.Router
Retrieves the hierarchical properties for this router.
properties() - Method in class rife.engine.Server
Retrieves the hierarchical properties for this server instance.
properties() - Method in class rife.engine.TomcatServer
Retrieves the hierarchical properties for this server instance.
properties() - Method in class rife.test.MockConversation
Returns the properties uses by this conversation.
properties() - Method in class rife.workflow.Workflow
Retrieves the hierarchical properties for this workflow instance.
properties(Map<String, String>) - Method in class rife.cmf.Content
Replaces the content properties.
property(String) - Method in class rife.engine.Context
Retrieve a property from this context's HierarchicalProperties.
property(String, boolean) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, byte) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, char) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, double) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, float) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, int) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, long) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, short) - Method in class rife.cmf.Content
Sets a named content property that will be converted internally to a String value.
property(String, String) - Method in class rife.cmf.Content
Sets a named content property.
Property - Annotation Interface in rife.engine.annotations
Declares a property.
PROPERTY_RIFE_INSTRUMENTATION_DUMP - Static variable in class rife.tools.InstrumentationUtils
 
propertyNames() - Method in class rife.engine.Context
Returns a collection of the names in this context's HierarchicalProperties.
PropertyValidationRule - Class in rife.validation
This abstract class extends the AbstractValidationRule class to provide common functionality that is useful for all bean property validation rules.
PropertyValidationRule(String) - Constructor for class rife.validation.PropertyValidationRule
Instantiates a new PropertyValidationRule instance.
PropertyValue - Interface in rife.ioc
This interface defines the methods that need to be implemented by classes that are able to provide values to properties.
PropertyValueException - Exception in rife.ioc.exceptions
 
PropertyValueException() - Constructor for exception rife.ioc.exceptions.PropertyValueException
 
PropertyValueException(String) - Constructor for exception rife.ioc.exceptions.PropertyValueException
 
PropertyValueException(String, Throwable) - Constructor for exception rife.ioc.exceptions.PropertyValueException
 
PropertyValueException(Throwable) - Constructor for exception rife.ioc.exceptions.PropertyValueException
 
PropertyValueList - Class in rife.ioc
An ordered list of property values.
PropertyValueList() - Constructor for class rife.ioc.PropertyValueList
 
PropertyValueObject - Class in rife.ioc
Holds a single static object property value that doesn't change at runtime.
PropertyValueObject(Object) - Constructor for class rife.ioc.PropertyValueObject
The constructor that stores the static object instance.
PropertyValueTemplate - Class in rife.ioc
Retrieves a property value as template instance of a particular type.
PropertyValueTemplate(String) - Constructor for class rife.ioc.PropertyValueTemplate
The constructor that stores the retrieval parameters.
PropertyValueTemplate(String, String) - Constructor for class rife.ioc.PropertyValueTemplate
The constructor that stores the retrieval parameters.
protocol() - Method in class rife.engine.Context
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
protocol(String) - Method in class rife.test.MockRequest
Set the protocol of this request.
PROTOCOL - Static variable in class rife.resources.DatabaseResources
 
provideEntries(Context, EntryProcessor) - Method in interface rife.feed.EntryProvider
Provide entries using EntryProcessor.setEntry(Entry) to set each entry to the feed
provideValidatedBean(Validated) - Method in class rife.validation.MetaData
 
provideValidatedBean(Validated) - Method in interface rife.validation.Validated
Provide the bean instance that will be validated.
provideValidatedBean(Validated) - Method in class rife.validation.Validation
 
publishedDate(Date) - Method in class rife.feed.Entry
 
publishedDate(Date) - Method in class rife.feed.Feed
 
purgeRememberIds() - Method in interface rife.authentication.RememberManager
Removes all remember IDs that are expired.
PurgeRememberIdsErrorException - Exception in rife.authentication.remembermanagers.exceptions
 
PurgeRememberIdsErrorException() - Constructor for exception rife.authentication.remembermanagers.exceptions.PurgeRememberIdsErrorException
 
PurgeRememberIdsErrorException(DatabaseException) - Constructor for exception rife.authentication.remembermanagers.exceptions.PurgeRememberIdsErrorException
 
purgeSessions() - Method in interface rife.authentication.SessionManager
Removes all sessions that are inactive.
purgeSessions() - Method in class rife.authentication.sessionmanagers.MemorySessions
 
PurgeSessionsErrorException - Exception in rife.authentication.sessionmanagers.exceptions
 
PurgeSessionsErrorException() - Constructor for exception rife.authentication.sessionmanagers.exceptions.PurgeSessionsErrorException
 
PurgeSessionsErrorException(DatabaseException) - Constructor for exception rife.authentication.sessionmanagers.exceptions.PurgeSessionsErrorException
 
pushDouble(double) - Method in class rife.continuations.ContinuationStack
 
pushFloat(float) - Method in class rife.continuations.ContinuationStack
 
pushInt(int) - Method in class rife.continuations.ContinuationStack
 
pushLong(long) - Method in class rife.continuations.ContinuationStack
 
pushReference(Object) - Method in class rife.continuations.ContinuationStack
 
put(Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PUT method, the path will be derived from the uncapitalized shortened class name.
put(String, boolean) - Method in class rife.config.Config
Sets the boolean value of a parameter.
put(String, char) - Method in class rife.config.Config
Sets the char value of a parameter.
put(String, double) - Method in class rife.config.Config
Sets the double value of a parameter.
put(String, float) - Method in class rife.config.Config
Sets the float value of a parameter.
put(String, int) - Method in class rife.config.Config
Sets the int value of a parameter.
put(String, long) - Method in class rife.config.Config
Sets the long value of a parameter.
put(String, Serializable) - Method in class rife.config.Config
Sets the serializable value of a parameter.
put(String, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PUT method with a specific path.
put(String, Object) - Method in class rife.ioc.HierarchicalProperties
Associates the specified fixed object value with the specified name in this HierarchicalProperties instance.
put(String, String) - Method in class rife.config.Config
Sets the string value of a parameter.
put(String, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PUT method with a specific path.
put(String, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the PUT method with a specific path.
put(String, PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PUT method with a specific path and pathinfo handling.
put(String, PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PUT method with a specific path and pathinfo handling.
put(String, PathInfoHandling, Element) - Method in class rife.engine.Router
Registers a lambda element as a route for the PUT method with a specific path and pathinfo handling.
put(String, PropertyValue) - Method in class rife.ioc.HierarchicalProperties
Associates the specified value with the specified name in this HierarchicalProperties instance.
put(Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PUT method, the path will be derived from the uncapitalized shortened class name.
put(Datasource, String, DbQueryManager) - Method in class rife.database.DbQueryManagerCache
Place a DbQueryManager in the cache
put(PathInfoHandling, Class<? extends Element>) - Method in class rife.engine.Router
Registers a class element as a route for the PUT method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
put(PathInfoHandling, Supplier<? extends Element>) - Method in class rife.engine.Router
Registers an element supplier as a route for the PUT method with a pathinfo handling, the path will be derived from the uncapitalized shortened class name.
PUT - Enum constant in enum class rife.engine.RequestMethod
 
putAll(Map) - Method in class rife.ioc.HierarchicalProperties
Copies all the entries for a Map instance to this HierarchicalProperties instance.
putAll(HierarchicalProperties) - Method in class rife.ioc.HierarchicalProperties
Copies all the named properties from the specified HierarchicalProperties instance to this HierarchicalProperties instance.
putAllWithoutReplacing(HierarchicalProperties) - Method in class rife.ioc.HierarchicalProperties
Copies all the named properties from the specified HierarchicalProperties instance to this HierarchicalProperties instance, without replacing existing properties.
putItem(String, boolean) - Method in class rife.config.Config
Adds a new boolean item to a list.
putItem(String, char) - Method in class rife.config.Config
Adds a new char item to a list.
putItem(String, double) - Method in class rife.config.Config
Adds a new double item to a list.
putItem(String, float) - Method in class rife.config.Config
Adds a new float item to a list.
putItem(String, int) - Method in class rife.config.Config
Adds a new int item to a list.
putItem(String, long) - Method in class rife.config.Config
Adds a new long item to a list.
putItem(String, Serializable) - Method in class rife.config.Config
Adds a new serializable item to a list.
putItem(String, String) - Method in class rife.config.Config
Adds a new string item to a list.
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