Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SAME_AS - Static variable in class rife.validation.ConstrainedProperty
- sameAs(String) - Method in class rife.validation.ConstrainedProperty
- sanitizeAttributes(String) - Method in class rife.forms.AbstractFormBuilder
- sanitizeAttributes(String) - Method in class rife.forms.FormBuilderHtml
- sanitizeAttributes(String) - Method in class rife.forms.FormBuilderXml
- save(BeanType) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Persist a bean.
- save(T) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- saveConstrainedProperty(Constrained, String, String) - Static method in class rife.validation.ConstrainedUtils
- saved(boolean) - Method in class rife.validation.ConstrainedProperty
- SAVED - Static variable in class rife.validation.ConstrainedProperty
- scale(int) - Method in class rife.validation.ConstrainedProperty
- SCALE - Static variable in class rife.validation.ConstrainedProperty
- scheduler - Variable in class rife.config.RifeConfig
- scheduler() - Static method in class rife.config.RifeConfig
- SchedulerConfig() - Constructor for class rife.config.RifeConfig.SchedulerConfig
- sDriverAliases - Static variable in class rife.database.Datasource
- sDriverNames - Static variable in class rife.database.Datasource
- Select - Class in rife.database.queries
-
Object representation of a SQL "SELECT" query.
- Select(Datasource) - Constructor for class rife.database.queries.Select
- Select(Datasource, Class) - Constructor for class rife.database.queries.Select
- Select.Join - Class in rife.database.queries
- Select.JoinCondition - Class in rife.database.queries
- Select.JoinCross - Class in rife.database.queries
- Select.JoinCustom - Class in rife.database.queries
- Select.JoinDefault - Class in rife.database.queries
- Select.JoinInner - Class in rife.database.queries
- Select.JoinOuter - Class in rife.database.queries
- Select.JoinType - Class in rife.database.queries
- Select.OrderBy - Class in rife.database.queries
- Select.OrderByDirection - Class in rife.database.queries
- Select.Union - Class in rife.database.queries
- selectParameter(Template, String, String[]) - Method in class rife.forms.AbstractFormBuilder
- selectParameter(Template, String, String[]) - Method in interface rife.forms.FormBuilder
-
Generates the required attributes so that an existing form field indicates its checked or selected status.
- SequenceNameRequiredException - Exception in rife.database.exceptions
- SequenceNameRequiredException(String) - Constructor for exception rife.database.exceptions.SequenceNameRequiredException
- SequenceOperationRequiredException - Exception in rife.database.exceptions
- SequenceOperationRequiredException(String) - Constructor for exception rife.database.exceptions.SequenceOperationRequiredException
- SequenceValue - Class in rife.database.queries
- SequenceValue(Datasource) - Constructor for class rife.database.queries.SequenceValue
- SequenceValue.Operation - Class in rife.database.queries
- SerializationErrorException - Exception in rife.tools.exceptions
- SerializationErrorException(Serializable, Throwable) - Constructor for exception rife.tools.exceptions.SerializationErrorException
- SerializationFormatter - Class in rife.tools
-
Standard formatter to convert serializable objects to and from strings.
- SerializationFormatter() - Constructor for class rife.tools.SerializationFormatter
- SerializationUtils - Class in rife.tools
- SerializationUtilsErrorException - Exception in rife.tools.exceptions
- SerializationUtilsErrorException(String) - Constructor for exception rife.tools.exceptions.SerializationUtilsErrorException
- SerializationUtilsErrorException(String, Throwable) - Constructor for exception rife.tools.exceptions.SerializationUtilsErrorException
- SerializationUtilsErrorException(Throwable) - Constructor for exception rife.tools.exceptions.SerializationUtilsErrorException
- serializeToString(Serializable) - Static method in class rife.tools.SerializationUtils
- setArray(int, Array) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
Arrayobject. - setArray(String, Array) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
Arrayobject. - setAsciiStream(int, InputStream, int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAsciiStream(String, InputStream, int) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given input stream, which will have the specified number of bytes.
- setAssociatedClass(Class) - Method in class rife.validation.ConstrainedProperty.ManyToMany
- setAssociatedClass(Class) - Method in class rife.validation.ConstrainedProperty.ManyToManyAssociation
- setAssociatedClass(Class) - Method in class rife.validation.ConstrainedProperty.ManyToOne
- setAssociatedProperty(String) - Method in class rife.validation.ConstrainedProperty.ManyToManyAssociation
- setAssociationColumn(String) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- setAssociationManager(GenericQueryManager) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- setAssociations(Class...) - Method in class rife.validation.ConstrainedBean
- setAssociationTable(String) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- setAssociationType(Class) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
- setAssociationType(Class) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- setAttribute(String, Object) - Method in class rife.template.AbstractTemplate
- setAttribute(String, Object) - Method in interface rife.template.Template
-
Sets an attribute that will be associated with this template instance.
- setAttributes(Map<String, Object>) - Method in class rife.template.AbstractTemplate
- setAttributes(Map<String, Object>) - Method in interface rife.template.Template
-
Sets the given attributes to the corresponding data.
- setAutoReload(boolean) - Method in class rife.config.RifeConfig.TemplateConfig
- setAutoReloadDelay(int) - Method in class rife.config.RifeConfig.GlobalConfig
- setAutoRetrieved(boolean) - Method in class rife.validation.ConstrainedProperty
-
Sets whether the content data of this property should be retrieved automatically from the back-end.
- setBean(Object) - Method in class rife.database.DbPreparedStatement
-
Automatically retrieves all the values of a bean's properties and sets them for the parameters that have been defined by the
ParametrizedQueryobject of thisDbPrepareStatementinstance. - setBean(Object) - Method in class rife.template.AbstractTemplate
- setBean(Object) - Method in interface rife.template.Template
-
Sets all values in this template whose identifiers match names of properties in the given bean.
- setBean(Object) - Method in class rife.validation.AbstractValidationRule
- setBean(Object) - Method in interface rife.validation.ValidationRule
- setBean(Object, String) - Method in class rife.template.AbstractTemplate
- setBean(Object, String) - Method in interface rife.template.Template
-
Sets all values in this template whose names match names of properties in the given bean, preceded by the given prefix.
- setBean(Object, String, boolean) - Method in class rife.template.AbstractTemplate
- setBean(Object, String, boolean) - Method in interface rife.template.Template
-
Sets all values in this template whose names match names of properties in the given bean, preceded by the given prefix, if present.
- setBean(Template, Object, String, boolean) - Method in class rife.template.AbstractBeanHandler
- setBean(Template, Object, String, boolean) - Method in interface rife.template.BeanHandler
-
Sets all values in the given template whose names match names of properties in the given bean, preceded by the given prefix, if present.
- setBean(T) - Method in class rife.validation.AbstractTextualIdentifierGenerator
- setBean(T) - Method in interface rife.validation.TextualIdentifierGenerator
- setBeanHandler(BeanHandler) - Method in class rife.template.TemplateFactory
- setBigDecimal(int, BigDecimal) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimalvalue. - setBigDecimal(String, BigDecimal) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.math.BigDecimalvalue. - setBigDecimals(int[], BigDecimal) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.math.BigDecimalvalue. - setBinaryStream(int, InputStream, int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBinaryStream(String, InputStream, int) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given input stream, which will have the specified number of bytes.
- setBlob(int, Blob) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
Blobobject. - setBlob(String, Blob) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given
Blobobject. - setBlock(String) - Method in class rife.database.queries.ReadQueryTemplate
-
Sets the name of the template block.
- setBlock(String) - Method in class rife.template.AbstractTemplate
- setBlock(String) - Method in interface rife.template.Template
-
Replaces the specified value with the content of the specified block.
- setBlock(String, String) - Method in class rife.template.AbstractTemplate
- setBlock(String, String) - Method in interface rife.template.Template
-
Replaces the specified value with the content of the specified block.
- setBoolean(int, boolean) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
booleanvalue. - setBoolean(String, boolean) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
booleanvalue. - setBooleans(int[], boolean) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
booleanvalue. - setByte(int, byte) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
bytevalue. - setByte(String, byte) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
bytevalue. - setBytes(int[], byte) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
bytevalue. - setBytes(int[], byte[]) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java array of bytes.
- setBytes(int, byte[]) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(String, byte[]) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java array of bytes.
- setCachedLoadedData(Object) - Method in class rife.validation.ConstrainedProperty
-
Sets the cached loaded data.
- setCharacterStream(int, Reader, int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
Readerobject, which is the given number of characters long. - setCharacterStream(String, Reader, int) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given
Readerobject, which is the given number of characters long. - setClob(int, Clob) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
Clobobject. - setClob(String, Clob) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given
Clobobject. - setCollectionType(Class) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
- setCollectionType(Class) - Method in class rife.database.querymanagers.generic.ManyToOneAssociationDeclaration
- setColumn(String) - Method in class rife.validation.ConstrainedProperty.ManyToOne
- setConstraint(String, Object) - Method in class rife.validation.ConstrainedProperty
-
Sets the data of a particular constraint in a generic fashion.
- setContinuationDuration(long) - Method in class rife.config.RifeConfig.EngineConfig
- setContinuationPurgeFrequency(int) - Method in class rife.config.RifeConfig.EngineConfig
- setContinuationPurgeScale(int) - Method in class rife.config.RifeConfig.EngineConfig
- setDatasource(String, Datasource) - Method in class rife.database.Datasources
-
Stores a
Datasourcewith a provided name to be able to reference it later. - setDataSource(DataSource) - Method in class rife.database.Datasource
-
Sets the standard datasource that will be used to connect to the database.
- setDate(int, Date) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.sql.Datevalue. - setDate(int, Date, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.sql.Datevalue, using the givenCalendarobject. - setDate(String, Date) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.sql.Datevalue. - setDate(String, Date, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.sql.Datevalue, using the givenCalendarobject. - setDates(int[], Date) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.sql.Datevalue. - setDates(int[], Date, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.sql.Datevalue, using the givenCalendarobject. - SETDEFAULT - Static variable in class rife.database.queries.CreateTable
- SETDEFAULT - Static variable in class rife.database.queries.CreateTable.ViolationAction
- setDefaultContentType(String) - Method in class rife.config.RifeConfig.EngineConfig
- setDefaultContentType(String) - Method in class rife.template.AbstractTemplate
- setDefaultCountry(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultEncoding(String) - Method in class rife.config.RifeConfig.TemplateConfig
- setDefaultInputDatePattern(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultInputTimeFormat(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultLanguage(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultLongDatePattern(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultOrdering(List<ConstrainedBean.Order>) - Method in class rife.validation.ConstrainedBean
- setDefaultResourceBundle(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultResourceBundles(TemplateFactory, Collection<String>) - Method in class rife.config.RifeConfig.TemplateConfig
- setDefaultShortDatePattern(String) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultTimeZone(TimeZone) - Method in class rife.config.RifeConfig.ToolsConfig
- setDefaultValue(Object) - Method in class rife.validation.ConstrainedProperty
- setDisplayedRaw(boolean) - Method in class rife.validation.ConstrainedProperty
- setDouble(int, double) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
doublevalue. - setDouble(String, double) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
doublevalue. - setDoubles(int[], double) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
doublevalue. - setDriver(String) - Method in class rife.database.Datasource
-
Sets the jdbc driver that will be used to connect to the database.
- setEditable(boolean) - Method in class rife.validation.ConstrainedProperty
- setEmail(boolean) - Method in class rife.validation.ConstrainedProperty
- setEncoder(TemplateEncoder) - Method in class rife.template.TemplateFactory
- setErroneousValue(Object) - Method in class rife.validation.ValidationError
-
Stores the erroneous value that caused the validation error.
- setExcludeUnsupportedCapabilities(boolean) - Method in class rife.database.queries.AbstractWhereGroup
- setExcludeUnsupportedCapabilities(boolean) - Method in interface rife.database.queries.Query
- setExcludeUnsupportedCapabilities(boolean) - Method in class rife.database.queries.ReadQueryString
- setExcludeUnsupportedCapabilities(boolean) - Method in class rife.database.queries.ReadQueryTemplate
- setExcludeUnsupportedCapabilities(boolean) - Method in class rife.database.querymanagers.generic.CountQuery
- setExcludeUnsupportedCapabilities(boolean) - Method in class rife.database.querymanagers.generic.DeleteQuery
- setExcludeUnsupportedCapabilities(boolean) - Method in class rife.database.querymanagers.generic.RestoreQuery
- setFallbackErrorArea(Template, String) - Method in class rife.validation.AbstractValidationBuilder
- setFallbackErrorArea(Template, String) - Method in interface rife.validation.ValidationBuilder
- setFetchDirection(int) - Method in class rife.database.DbResultSet
- setFetchDirection(int) - Method in class rife.database.DbStatement
-
Gives the driver a hint as to the direction in which rows will be processed in
ResultSetobjects created using thisDbStatementobject. - setFetchSize(int) - Method in class rife.database.DbResultSet
- setFetchSize(int) - Method in class rife.database.DbStatement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
- setFileUploadPath(String) - Method in class rife.config.RifeConfig.EngineConfig
- setFileUploadSizeCheck(boolean) - Method in class rife.config.RifeConfig.EngineConfig
- setFileUploadSizeException(boolean) - Method in class rife.config.RifeConfig.EngineConfig
- setFileUploadSizeLimit(long) - Method in class rife.config.RifeConfig.EngineConfig
- setFloat(int, float) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
floatvalue. - setFloat(String, float) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
floatvalue. - setFloats(int[], float) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
floatvalue. - setFormat(Format) - Method in class rife.validation.ConstrainedProperty
- setFragment(boolean) - Method in class rife.validation.ConstrainedProperty
-
Sets whether the content data of this property is a fragment.
- setGenerateClasses(boolean) - Method in class rife.config.RifeConfig.TemplateConfig
- setGenerationPath(String) - Method in class rife.config.RifeConfig.TemplateConfig
- setGlobalNoCacheHeaders(boolean) - Method in class rife.config.RifeConfig.EngineConfig
- setGzipCompression(boolean) - Method in class rife.config.RifeConfig.EngineConfig
- setGzipCompressionTypes(Collection<String>) - Method in class rife.config.RifeConfig.EngineConfig
- setIdentifier(boolean) - Method in class rife.validation.ConstrainedProperty
-
Set whether the property value is an identifier.
- setInitializer(TemplateInitializer) - Method in class rife.template.TemplateFactory
- setInList(byte...) - Method in class rife.validation.ConstrainedProperty
- setInList(char...) - Method in class rife.validation.ConstrainedProperty
- setInList(double...) - Method in class rife.validation.ConstrainedProperty
- setInList(float...) - Method in class rife.validation.ConstrainedProperty
- setInList(int...) - Method in class rife.validation.ConstrainedProperty
- setInList(long...) - Method in class rife.validation.ConstrainedProperty
- setInList(short...) - Method in class rife.validation.ConstrainedProperty
- setInList(String...) - Method in class rife.validation.ConstrainedProperty
- setInList(Collection) - Method in class rife.validation.ConstrainedProperty
- setInt(int, int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
intvalue. - setInt(String, int) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given Java
intvalue. - setInts(int[], int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
intvalue. - setIsBasic(boolean) - Method in class rife.database.querymanagers.generic.ManyToOneDeclaration
- setLanguage(String) - Method in class rife.template.AbstractTemplate
- setLanguage(String) - Method in interface rife.template.Template
-
Sets this template's current language code, such as "en".
- setLimitParameter(String) - Method in class rife.database.queries.AbstractWhereGroup
- setListed(boolean) - Method in class rife.validation.ConstrainedProperty
-
Sets whether the property should be included in data lists.
- setLoadingErrors(Collection<String>) - Method in class rife.validation.PropertyValidationRule
-
Set the list of error messages that occurred during the loading of content data.
- setLogEngineExceptions(boolean) - Method in class rife.config.RifeConfig.EngineConfig
- setLoginMaximumLength(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setLoginMinimumLength(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setLong(int, long) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
longvalue. - setLong(String, long) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
longvalue. - setLongs(int[], long) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
longvalue. - setMainClass(Class) - Method in class rife.validation.ConstrainedProperty.ManyToOneAssociation
- setMainDeclaration(ManyToOneDeclaration) - Method in class rife.database.querymanagers.generic.ManyToOneAssociationDeclaration
- setMainProperty(String) - Method in class rife.database.querymanagers.generic.ManyToOneAssociationDeclaration
- setMainProperty(String) - Method in class rife.validation.ConstrainedProperty.ManyToOneAssociation
- setMainType(Class) - Method in class rife.database.querymanagers.generic.ManyToOneAssociationDeclaration
- setManyToMany() - Method in class rife.validation.ConstrainedProperty
- setManyToMany(Class) - Method in class rife.validation.ConstrainedProperty
- setManyToMany(Class, CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty
- setManyToMany(CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty
- setManyToManyAssociation() - Method in class rife.validation.ConstrainedProperty
- setManyToManyAssociation(Class, String) - Method in class rife.validation.ConstrainedProperty
- setManyToManyAssociation(String) - Method in class rife.validation.ConstrainedProperty
- setManyToOne() - Method in class rife.validation.ConstrainedProperty
- setManyToOne(Class) - Method in class rife.validation.ConstrainedProperty
- setManyToOne(Class, String) - Method in class rife.validation.ConstrainedProperty
- setManyToOne(Class, String, CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty
- setManyToOne(String, String) - Method in class rife.validation.ConstrainedProperty
- setManyToOne(String, String, CreateTable.ViolationAction, CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty
- setManyToOneAssociation() - Method in class rife.validation.ConstrainedProperty
- setManyToOneAssociation(Class, String) - Method in class rife.validation.ConstrainedProperty
- setManyToOneAssociation(String) - Method in class rife.validation.ConstrainedProperty
- setManyToOneJoinParameters(DbPreparedStatement, BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- setMaxDate(Date) - Method in class rife.validation.ConstrainedProperty
- setMaxFieldSize(int) - Method in class rife.database.DbStatement
-
Sets the limit for the maximum number of bytes in a
ResultSetcolumn storing character or binary values to the given number of bytes. - setMaxLength(int) - Method in class rife.validation.ConstrainedProperty
- setMaxRows(int) - Method in class rife.database.DbStatement
-
Sets the limit for the maximum number of rows that any
ResultSetobject can contain to the given number. - setMaxVisualUrlLength(int) - Method in class rife.config.RifeConfig.ToolsConfig
- setMetaDataBean(Object) - Method in class rife.validation.MetaData
- setMetaDataBean(Object) - Method in interface rife.validation.MetaDataBeanAware
-
This method will be called by RIFE2 when a new instance of the metadata class has been created.
- setMimeType(MimeType) - Method in class rife.validation.ConstrainedProperty
-
Sets the mime type of the property.
- setMinDate(Date) - Method in class rife.validation.ConstrainedProperty
- setMinLength(int) - Method in class rife.validation.ConstrainedProperty
- setName(String) - Method in class rife.validation.ConstrainedProperty
-
Sets the name of the content data of this property.
- setNotEmpty(boolean) - Method in class rife.validation.ConstrainedProperty
-
Set whether the property value can be empty.
- setNotEqual(boolean) - Method in class rife.validation.ConstrainedProperty
-
Set that the property value can't be equal to a specified
booleanreference value. - setNotEqual(Object) - Method in class rife.validation.ConstrainedProperty
-
Set that the property value can't be equal to a specified
Objectreference value. - setNotNull(boolean) - Method in class rife.validation.ConstrainedProperty
-
Set whether the property value can be
null. - setNull(int, int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to SQL
NULL. - setNull(int, int, String) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to SQL
NULL. - setNull(String, int) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to SQL
NULL. - setNull(String, int, String) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to SQL
NULL. - SETNULL - Static variable in class rife.database.queries.CreateTable
- SETNULL - Static variable in class rife.database.queries.CreateTable.ViolationAction
- setNulls(int[], int) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to SQL
NULL. - setNulls(int[], int, String) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to SQL
NULL. - setObject(int, Object) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(int, Object, int) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int, int) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the named parameters using the given object.
- setObject(String, Object, int) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the named parameters with the given object.
- setObject(String, Object, int, int) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the named parameters with the given object.
- setObjects(int[], Object) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the designated parameters using the given object.
- setObjects(int[], Object, int) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the designated parameters with the given object.
- setObjects(int[], Object, int, int) - Method in class rife.database.DbPreparedStatement
-
Sets the value of the designated parameters with the given object.
- setOffsetParameter(String) - Method in class rife.database.queries.AbstractWhereGroup
- setOnDelete(CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty.ManyToMany
- setOnDelete(CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty.ManyToOne
- setOnUpdate(CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty.ManyToMany
- setOnUpdate(CreateTable.ViolationAction) - Method in class rife.validation.ConstrainedProperty.ManyToOne
- setOrdinal(boolean) - Method in class rife.validation.ConstrainedProperty
-
Sets whether this property has to be used as an ordinal.
- setOrdinal(boolean, String) - Method in class rife.validation.ConstrainedProperty
-
Sets whether this property has to be used as an ordinal with a restricting column.
- setParameters(DbPreparedStatement) - Method in class rife.database.DbPreparedStatementHandler
- setParameters(DbPreparedStatement) - Method in interface rife.database.PreparedStatementHandler
- setParent(HierarchicalProperties) - Method in class rife.ioc.HierarchicalProperties
-
Sets the parent of this
HierarchicalPropertiesinstance. - setPassThroughSuffixes(Set<String>) - Method in class rife.config.RifeConfig.EngineConfig
- setPassword(String) - Method in class rife.database.Datasource
-
Sets the password that will be used to connect to the database.
- setPasswordMaximumLength(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setPasswordMinimumLength(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setPersistent(boolean) - Method in class rife.validation.ConstrainedProperty
- setPoolSize(int) - Method in class rife.database.Datasource
-
Sets the size of the connection pool that will be used to connect to the database.
- setPosition(int) - Method in class rife.validation.ConstrainedProperty
-
Sets the position in which the property should be displayed.
- setPrecision(int) - Method in class rife.validation.ConstrainedProperty
- setPrettyEngineExceptions(boolean) - Method in class rife.config.RifeConfig.EngineConfig
- setPrimaryKeyMethod_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- setPropertyName(String) - Method in class rife.validation.PropertyValidationRule
-
Set the name of the property.
- setPropertyValue(Object, String, Object) - Static method in class rife.tools.BeanUtils
-
Sets the value of the property with the given name in the specified bean.
- setProxyRootUrl(String) - Method in class rife.config.RifeConfig.EngineConfig
- setQueryTimeout(int) - Method in class rife.database.DbStatement
-
Sets the number of seconds the driver will wait for a
DbStatementobject to execute to the given number of seconds. - setRangeBegin(Comparable) - Method in class rife.validation.ConstrainedProperty
- setRangeEnd(Comparable) - Method in class rife.validation.ConstrainedProperty
- setRef(int, Ref) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>)value. - setRef(String, Ref) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameter to the given
REF(<structured-type>)value. - setRegexp(String) - Method in class rife.validation.ConstrainedProperty
- setRememberDuration(long) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setRememberPurgeFrequency(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setRememberPurgeScale(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setRepository(String) - Method in class rife.validation.ConstrainedProperty
-
Sets the repository where the content data of this property will be stored.
- setRequestEncoding(Charset) - Method in class rife.config.RifeConfig.EngineConfig
- setResource(URL) - Method in class rife.xml.XmlInputSource
- setResourceBundleAutoReload(boolean) - Method in class rife.config.RifeConfig.ToolsConfig
- setResourceFinder(ResourceFinder) - Method in class rife.template.TemplateFactory
- setResponseEncoding(Charset) - Method in class rife.config.RifeConfig.EngineConfig
- setResultset(ResultSet) - Method in class rife.database.DbStatement
-
Set the current
ResultSetobject and cleans up the previousResultSetobject automatically. - setReversed(boolean) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
- setRoleNameMaximumLength(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setSameAs(String) - Method in class rife.validation.ConstrainedProperty
- setSaved(boolean) - Method in class rife.validation.ConstrainedProperty
- setScale(int) - Method in class rife.validation.ConstrainedProperty
- setSequenceContentInfo(String) - Method in class rife.config.RifeConfig.CmfConfig
- setSequenceContentRepository(String) - Method in class rife.config.RifeConfig.CmfConfig
- setSequenceRole(String) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setSequenceTask(String) - Method in class rife.config.RifeConfig.SchedulerConfig
- setSessionDuration(long) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setSessionPurgeFrequency(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setSessionPurgeScale(int) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setSessionRestrictAuthData(boolean) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setShort(int, short) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
shortvalue. - setShort(String, short) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
shortvalue. - setShorts(int[], short) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
shortvalue. - setSizeExceeded(boolean) - Method in class rife.engine.UploadedFile
-
Indicates whether the maximum file size was exceeded during upload.
- setSparse(boolean) - Method in class rife.validation.ConstrainedProperty
- setSql(String) - Method in class rife.database.queries.ReadQueryString
-
Replaces the SQL that is executed by this query.
- setSqlDebugTrace(boolean) - Method in class rife.config.RifeConfig.DatabaseConfig
- setString(int, String) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given Java
Stringvalue. - setString(String, String) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given Java
Stringvalue. - setStrings(int[], String) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given Java
Stringvalue. - setSubject(String) - Method in class rife.validation.PropertyValidationRule
-
Set the subject that the property refers to.
- setSubjectName(String) - Method in class rife.validation.ConstrainedProperty
-
Sets the subject name.
- setTable(String) - Method in class rife.validation.ConstrainedProperty.ManyToOne
- setTableAuthentication(String) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setTableContentAttribute(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentInfo(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentProperty(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentRepository(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentStoreImage(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentStoreRawChunk(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentStoreRawInfo(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableContentStoreText(String) - Method in class rife.config.RifeConfig.CmfConfig
- setTableRemember(String) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setTableResources(String) - Method in class rife.config.RifeConfig.ResourcesConfig
- setTableRole(String) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setTableRoleLink(String) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setTableTask(String) - Method in class rife.config.RifeConfig.SchedulerConfig
- setTableTaskOption(String) - Method in class rife.config.RifeConfig.SchedulerConfig
- setTableUser(String) - Method in class rife.config.RifeConfig.AuthenticationConfig
- setTaskFrequencyMaximumLength(int) - Method in class rife.config.RifeConfig.SchedulerConfig
- setTaskOptionNameMaximumLength(int) - Method in class rife.config.RifeConfig.SchedulerConfig
- setTaskOptionValueMaximumLength(int) - Method in class rife.config.RifeConfig.SchedulerConfig
- setTaskTypeMaximumLength(int) - Method in class rife.config.RifeConfig.SchedulerConfig
- setTempFile(File) - Method in class rife.engine.UploadedFile
-
Register a particular file as being the temporary file used for storage.
- setTemplate(Template) - Method in class rife.database.queries.ReadQueryTemplate
-
Sets the template instance.
- setTempPath(String) - Method in class rife.config.RifeConfig.GlobalConfig
- SETTERS - Enum constant in enum class rife.tools.BeanUtils.Accessors
- setTextualIdentifier(TextualIdentifierGenerator) - Method in class rife.validation.ConstrainedBean
- setTime(int, Time) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timevalue. - setTime(int, Time, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timevalue, using the givenCalendarobject. - setTime(String, Time) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.sql.Timevalue. - setTime(String, Time, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.sql.Timevalue, using the givenCalendarobject. - setTimes(int[], Time) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.sql.Timevalue. - setTimes(int[], Time, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.sql.Timevalue, using the givenCalendarobject. - setTimestamp(int, Timestamp) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestampvalue. - setTimestamp(int, Timestamp, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestampvalue, using the givenCalendarobject. - setTimestamp(String, Timestamp) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.sql.Timestampvalue. - setTimestamp(String, Timestamp, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.sql.Timestampvalue, using the givenCalendarobject. - setTimestamps(int[], Timestamp) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.sql.Timestampvalue. - setTimestamps(int[], Timestamp, Calendar) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.sql.Timestampvalue, using the givenCalendarobject. - setTransactionIsolation(int) - Method in class rife.database.DbConnection
-
Attempts to change the transaction isolation level for this
DbConnectionobject to the one given. - setTransactionTimeout(int) - Method in class rife.config.RifeConfig.DatabaseConfig
- setTransformer(ContentTransformer<?>) - Method in class rife.validation.ConstrainedProperty
-
Sets a content transformer for this property.
- setTypedParameter(DbPreparedStatement, int, Class, String, Object, Constrained) - Method in interface rife.database.types.SqlConversion
- setUnique(boolean) - Method in class rife.validation.ConstrainedProperty
-
Set whether the property value has to be unique.
- setUniques(List<String[]>) - Method in class rife.validation.ConstrainedBean
- setUppercasedBeanProperty(String, String[], String, Map<String, PropertyDescriptor>, Object, Object) - Static method in class rife.tools.BeanUtils
-
Set the value of a bean property from an array of strings.
- setUppercasedBeanProperty(String, UploadedFile, String, Map<String, PropertyDescriptor>, Object) - Static method in class rife.tools.BeanUtils
-
Set the value of a bean property from an uploaded file.
- setUrl(boolean) - Method in class rife.validation.ConstrainedProperty
- setUrl(String) - Method in class rife.database.Datasource
-
Sets the connection url that will be used to connect to the database.
- setURL(int, URL) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameter to the given
java.net.URLvalue. - setURL(String, URL) - Method in class rife.database.DbPreparedStatement
-
Sets the named parameters to the given
java.net.URLvalue. - setURLs(int[], URL) - Method in class rife.database.DbPreparedStatement
-
Sets the designated parameters to the given
java.net.URLvalue. - setUser(String) - Method in class rife.database.Datasource
-
Sets the user that will be used to connect to the database.
- setValue(String, boolean) - Method in class rife.template.AbstractTemplate
- setValue(String, boolean) - Method in interface rife.template.Template
-
Sets the specified value in this template to
trueorfalsedepending on the givenvalue. - setValue(String, char) - Method in class rife.template.AbstractTemplate
- setValue(String, char) - Method in interface rife.template.Template
-
Sets the specified value in this template to the single specified character.
- setValue(String, char[]) - Method in class rife.template.AbstractTemplate
- setValue(String, char[]) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given characters.
- setValue(String, char[], int, int) - Method in class rife.template.AbstractTemplate
- setValue(String, char[], int, int) - Method in interface rife.template.Template
-
Sets the specified value in this template to the specified range of the given character string.
- setValue(String, double) - Method in class rife.template.AbstractTemplate
- setValue(String, double) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given double precision floating point value.
- setValue(String, float) - Method in class rife.template.AbstractTemplate
- setValue(String, float) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given floating point value.
- setValue(String, int) - Method in class rife.template.AbstractTemplate
- setValue(String, int) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given integer.
- setValue(String, long) - Method in class rife.template.AbstractTemplate
- setValue(String, long) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given long.
- setValue(String, CharSequence) - Method in class rife.template.AbstractTemplate
- setValue(String, CharSequence) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given character sequence, or an empty character sequence if
valueisnull. - setValue(String, Object) - Method in class rife.template.AbstractTemplate
- setValue(String, Object) - Method in interface rife.template.Template
-
Sets the specified value in this template to the result of calling
String.valueOfon the givenvalue. - setValue(String, String) - Method in class rife.template.AbstractTemplate
- setValue(String, String) - Method in interface rife.template.Template
-
Sets the specified value in this template to the given string, or an empty string if
valueisnull. - setValue(String, List<CharSequence>) - Method in class rife.template.AbstractTemplate
- setValue(String, List<CharSequence>) - Method in interface rife.template.Template
-
Sets the specified value in this template to content that's structured in the internal format.
- setValue(String, InternalValue) - Method in class rife.template.AbstractTemplate
- setValue(String, InternalValue) - Method in interface rife.template.Template
-
Sets the specified value in this template to the value of the given internal value.
- setValue(String, Template) - Method in class rife.template.AbstractTemplate
- setValue(String, Template) - Method in interface rife.template.Template
-
Sets the specified value in this template to the current content of the given template.
- setValueEncoded(String, Object) - Method in class rife.template.AbstractTemplate
- setValueEncoded(String, Object) - Method in interface rife.template.Template
-
Sets the specified value in this template to the result of calling
String.valueOfon the givenvalueand encodes it with theTemplateEncoderthat's registered for this template - setVirtualParameters(VirtualParameters) - Method in class rife.database.DbPreparedStatement
-
Sets the parameters that should be handled as virtual parameters.
- setWebappContextPath(String) - Method in class rife.config.RifeConfig.EngineConfig
- setXmlValidation(boolean) - Method in class rife.config.RifeConfig.XmlConfig
- SHA - Static variable in class rife.tools.StringEncryptor
- SHAHEX - Static variable in class rife.tools.StringEncryptor
- SHAHLO - Static variable in class rife.tools.StringEncryptor
- SHORT_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- shortenClassName(Class) - Static method in class rife.tools.ClassUtils
-
Returns a shortened version of the specified class name, with "$" characters replaced by underscores.
- simpleClassName(Class) - Static method in class rife.tools.ClassUtils
-
Returns the simple name of the specified class without the package name.
- size() - Method in class rife.ioc.HierarchicalProperties
-
Retrieves the number of unique names in the
HierarchicalPropertieshierarchy. - sparse(boolean) - Method in class rife.validation.ConstrainedProperty
- SPARSE - Static variable in class rife.validation.ConstrainedProperty
- sparseIdentifier_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- split(String, String) - Static method in class rife.tools.StringUtils
-
Splits a string into different parts, using a separator string to detect the seperation boundaries in a case-sensitive manner.
- split(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Splits a string into different parts, using a separator string to detect the seperation boundaries.
- splitToArray(String, String) - Static method in class rife.tools.StringUtils
-
Splits a string into different parts, using a separator string to detect the seperation boundaries in a case-sensitive manner.
- splitToArray(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Splits a string into different parts, using a separator string to detect the seperation boundaries.
- splitToByteArray(String, String) - Static method in class rife.tools.StringUtils
-
Splits a string into bytes, using a separator string to detect the seperation boundaries in a case-sensitive manner.
- splitToByteArray(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Splits a string into bytes, using a separator string to detect the seperation boundaries.
- splitToIntArray(String, String) - Static method in class rife.tools.StringUtils
-
Splits a string into integers, using a separator string to detect the seperation boundaries in a case-sensitive manner.
- splitToIntArray(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Splits a string into integers, using a separator string to detect the seperation boundaries.
- sql(String) - Method in class rife.database.queries.ReadQueryString
-
Replaces the SQL that is executed by this query.
- SQL - Static variable in class rife.template.TemplateFactory
- sql_ - Variable in class rife.database.queries.AbstractWhereGroup
- SqlArrays - Class in rife.database.types
- SqlConversion - Interface in rife.database.types
- SqlNull - Class in rife.database.types
- startTrace() - Method in class rife.database.DbStatement
- startWhere() - Method in class rife.database.queries.AbstractWhereDelegateQuery
- startWhere() - Method in class rife.database.queries.AbstractWhereQuery
- startWhereAnd() - Method in class rife.database.queries.AbstractWhereDelegateQuery
- startWhereAnd() - Method in class rife.database.queries.AbstractWhereQuery
- startWhereOr() - Method in class rife.database.queries.AbstractWhereDelegateQuery
- startWhereOr() - Method in class rife.database.queries.AbstractWhereQuery
- statement_ - Variable in class rife.database.DbResultSet
- StatementCloseErrorException - Exception in rife.database.exceptions
- StatementCloseErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.StatementCloseErrorException
- StatementCreationErrorException - Exception in rife.database.exceptions
- StatementCreationErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.StatementCreationErrorException
- statusReason(int) - Static method in class rife.tools.HttpUtils
-
Returns a textual reason for an HTTP status code.
- storeManyToMany(BeanType, int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- storeManyToOne(BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- storeManyToOneAssociations(BeanType, int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- StorePreferencesErrorException - Exception in rife.config.exceptions
- StorePreferencesErrorException(Preferences, Throwable) - Constructor for exception rife.config.exceptions.StorePreferencesErrorException
- storeToPreferences() - Method in class rife.config.Config
-
Store this config instance to its assigned
Preferencesnode. - storeToPreferences(Preferences) - Method in class rife.config.Config
-
Store this config instance to a specific
Preferencesnode. - storeToXml() - Method in class rife.config.Config
-
Store this config instance to its XML file.
- storeToXml(File) - Method in class rife.config.Config
-
Store this config instance to a specific XML file.
- StoreXmlErrorException - Exception in rife.config.exceptions
- StoreXmlErrorException(File, Throwable) - Constructor for exception rife.config.exceptions.StoreXmlErrorException
- StringEncryptor - Class in rife.tools
- StringEncryptor(String, String) - Constructor for class rife.tools.StringEncryptor
- StringEncryptor(String, String, boolean) - Constructor for class rife.tools.StringEncryptor
- StringUtils - Class in rife.tools
-
General purpose class containing common
Stringmanipulation methods. - stripBlankLines(String) - Static method in class rife.tools.StringUtils
-
Removes all blank lines from text.
- stripFromEnd(String, String) - Static method in class rife.tools.StringUtils
-
Removes all occurances of a string from the end of another string in a case-sensitive manner.
- stripFromEnd(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Removes all occurances of a string from the end of another string.
- stripFromFront(String, String) - Static method in class rife.tools.StringUtils
-
Removes all occurances of a string from the front of another string in a case-sensitive manner.
- stripFromFront(String, String, boolean) - Static method in class rife.tools.StringUtils
-
Removes all occurances of a string from the front of another string.
- subjectName(String) - Method in class rife.validation.ConstrainedProperty
-
Sets the subject name.
- subSequence(int, int) - Method in class rife.template.ExternalValue
- subSequence(int, int) - Method in class rife.template.InternalString
- subSequence(int, int) - Method in class rife.tools.LocalizedString
- SUFFIX_CHECKED - Static variable in interface rife.forms.FormBuilder
- SUFFIX_SELECTED - Static variable in interface rife.forms.FormBuilder
- supportsTransactions() - Method in class rife.database.DbConnection
-
Indicates whether the
Datasourceof thisDbConnectionsupports transactions or not. - SVG - Static variable in class rife.template.TemplateFactory
- SwallowingLogFormatter - Class in rife.tools
- SwallowingLogFormatter() - Constructor for class rife.tools.SwallowingLogFormatter
- SyntaxErrorException - Exception in rife.template.exceptions
- SyntaxErrorException(String, DocumentPosition, String, Throwable) - Constructor for exception rife.template.exceptions.SyntaxErrorException
- SYSTEM_PROPERTY_FILE_NAME - Static variable in class rife.ioc.HierarchicalProperties
-
Providing a
RIFE2_PROPERTIES_FILEenvironment variable, describes the path of a file that will be automatically read and parsed for additional properties.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form