Uses of Interface
com.uwyn.rife.site.ValidatedConstrained

Packages that use ValidatedConstrained
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.contentmanagers Provides managers classes for content information support. 
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. 
 

Uses of ValidatedConstrained in com.uwyn.rife.authentication.credentials
 

Classes in com.uwyn.rife.authentication.credentials that implement ValidatedConstrained
 class RoleUser
          Provides standard RoleUserCredentials functionalities by implementing the property accessors and setting up basic validation rules.
 

Uses of ValidatedConstrained in com.uwyn.rife.cmf
 

Classes in com.uwyn.rife.cmf that implement ValidatedConstrained
 class CmfValidation
          Deprecated. As of RIFE 1.3.2, all the methods moved to the base class Validation
 class ContentInfo
          This class represents all the information that is stored in the backend about a certain Content instance.
 class ContentRepository
          Contains the information that's required to describe a content repository.
 

Uses of ValidatedConstrained in com.uwyn.rife.cmf.dam.contentmanagers
 

Classes in com.uwyn.rife.cmf.dam.contentmanagers that implement ValidatedConstrained
 class DatabaseContentInfo
          This class adds additional properties to the ContentInfo class to be able to store the data in a datab.ase
 

Uses of ValidatedConstrained in com.uwyn.rife.mail
 

Classes in com.uwyn.rife.mail that implement ValidatedConstrained
 class Email
          Contains the details of an email message that will be sent through the mail queue.
 

Uses of ValidatedConstrained in com.uwyn.rife.scheduler
 

Classes in com.uwyn.rife.scheduler that implement ValidatedConstrained
 class Task
           
 class Taskoption
           
 

Uses of ValidatedConstrained in com.uwyn.rife.site
 

Classes in com.uwyn.rife.site that implement ValidatedConstrained
 class MetaData<B extends ConstrainedBean,P extends ConstrainedProperty>
          This abstract base class can be conveniently used to added Constrained and ValidatedConstrained meta data to a POJO.
 class Validation<B extends ConstrainedBean,P extends ConstrainedProperty>
           
 

Methods in com.uwyn.rife.site that return ValidatedConstrained
 ValidatedConstrained ValidationGroup.getValidation()
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.