|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.uwyn.rife.site | |
|---|---|
| com.uwyn.rife.authentication | Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. |
| com.uwyn.rife.authentication.credentials | Provides classes and interfaces for credentials and "remember me" data structures. |
| com.uwyn.rife.cmf | Provides classes, interfaces and elements for the content management framework. |
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.cmf.dam.contentmanagers | Provides managers classes for content information support. |
| com.uwyn.rife.cmf.validation | Provides classes for the validation of content management framework bean properties. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| com.uwyn.rife.database.types | Provides classes for the conversion from Java to SQL values and vice-versa. |
| com.uwyn.rife.mail | Provides classes and interfaces for the mail queue. |
| com.uwyn.rife.scheduler | Provides classes and interfaces for the scheduler. |
| com.uwyn.rife.site | Provides classes and interfaces that provide useful features during the creation of a website. |
| com.uwyn.rife.template | Provides classes and interfaces for the template engine. |
| com.uwyn.rife.tools | Provides general purpose utility classes. |
| Classes in com.uwyn.rife.site used by com.uwyn.rife.authentication | |
|---|---|
| Validated
This interface defines methods for bean-centric data validation. |
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.authentication.credentials | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been
added to. |
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidatedConstrained
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
|
| Validation
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.cmf | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedProperty
A ConstrainedProperty object makes it possible to easily
define all constraints for a named property of a bean. |
|
| ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been
added to. |
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidatedConstrained
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
|
| Validation
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.cmf.dam | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ValidationContext
This interface has to be implemented by all classes that provide a context in which Validated bean instances can be validated. |
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.cmf.dam.contentmanagers | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been
added to. |
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidatedConstrained
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
|
| Validation
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.cmf.validation | |
|---|---|
| AbstractValidationRule
|
|
| PropertyValidationRule
This abstract class extends the AbstractValidationRule class
to provide common functionality that is useful for all bean property
validation rules. |
|
| ValidationError
Instances of this class detail subjects that were found invalid during validation. |
|
| ValidationRule
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.database.querymanagers.generic | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedProperty
A ConstrainedProperty object makes it possible to easily
define all constraints for a named property of a bean. |
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidationContext
This interface has to be implemented by all classes that provide a context in which Validated bean instances can be validated. |
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.database.types | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.mail | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been
added to. |
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidatedConstrained
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
|
| Validation
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.scheduler | |
|---|---|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been
added to. |
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidatedConstrained
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
|
| Validation
|
|
| ValidationError
Instances of this class detail subjects that were found invalid during validation. |
|
| ValidationRule
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.site | |
|---|---|
| AbstractValidationBuilder
|
|
| AbstractValidationRule
|
|
| Constrained
This interface defines methods for bean-centric constraining of data entities. |
|
| ConstrainedBean
A ConstrainedBean object makes it possible to define all
constraints for a bean instance that are not related to a single property. |
|
| ConstrainedBean.Direction
|
|
| ConstrainedBean.Order
|
|
| ConstrainedProperty
A ConstrainedProperty object makes it possible to easily
define all constraints for a named property of a bean. |
|
| ConstrainedProperty.ManyToMany
|
|
| ConstrainedProperty.ManyToManyAssociation
|
|
| ConstrainedProperty.ManyToOne
|
|
| ConstrainedProperty.ManyToOneAssociation
|
|
| ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been
added to. |
|
| FormBuilder
This interface defines the methods for bean-centric form generation. |
|
| MetaDataBeanAware
This interface can optionally be implemented by a class implementing the MetaDataMerged interface. |
|
| MetaDataMerged
This interface is merely a marker interface to indicate to RIFE that it should consider this class as a MetaData class whose
interfaces will be automatically merged into the sibling class that it's
augmenting. |
|
| PropertyValidationRule
This abstract class extends the AbstractValidationRule class
to provide common functionality that is useful for all bean property
validation rules. |
|
| TextualIdentifierGenerator
|
|
| Validated
This interface defines methods for bean-centric data validation. |
|
| ValidatedConstrained
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
|
| ValidationBuilder
|
|
| ValidationContext
This interface has to be implemented by all classes that provide a context in which Validated bean instances can be validated. |
|
| ValidationError
Instances of this class detail subjects that were found invalid during validation. |
|
| ValidationGroup
|
|
| ValidationRule
|
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.template | |
|---|---|
| FormBuilder
This interface defines the methods for bean-centric form generation. |
|
| Classes in com.uwyn.rife.site used by com.uwyn.rife.tools | |
|---|---|
| ConstrainedProperty
A ConstrainedProperty object makes it possible to easily
define all constraints for a named property of a bean. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||