Index

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

P

PARAMETER_PREFERENCES_SYSTEM - Static variable in class rife.config.Config
 
PARAMETER_PREFERENCES_USER - Static variable in class rife.config.Config
 
ParameterDoesntExistException - Exception in rife.database.exceptions
 
ParameterDoesntExistException(DbPreparedStatement, String) - Constructor for exception rife.database.exceptions.ParameterDoesntExistException
 
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
 
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
 
parseObject(String, ParsePosition) - Method in class rife.tools.SerializationFormatter
 
Parser - Class in rife.template
 
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.
path(File, String...) - Static method in class rife.tools.FileUtils
Constructs a new Path instance using the specified file and additional path elements.
path(Path, String...) - Static method in class rife.tools.FileUtils
Constructs a new Path instance using the specified file and additional path elements.
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
 
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
 
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() - 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_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
 
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.
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
 
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.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.
processXml(String) - Method in class rife.xml.Xml2Data
 
processXml(String, ResourceFinder) - Method in class rife.xml.Xml2Data
 
PROPERTY_RIFE_INSTRUMENTATION_DUMP - Static variable in class rife.tools.InstrumentationUtils
 
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 - Static variable in class rife.resources.DatabaseResources
 
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
 
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, 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, PropertyValue) - Method in class rife.ioc.HierarchicalProperties
Associates the specified value with the specified name in this HierarchicalProperties instance.
put(Datasource, String, DbQueryManager) - Method in class rife.database.DbQueryManagerCache
Place a DbQueryManager in the cache
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form