Uses of Package
com.acsinet_solutions.cetia4.controller.meta

Packages that use com.acsinet_solutions.cetia4.controller.meta
com.acsinet_solutions.cetia4.controller Generic utility classes for servlet and portlet environments. 
com.acsinet_solutions.cetia4.controller.meta This package contains annotations and helper classes that provide information that can be associated to classes and instances that are developed with the framework, and this annotations provide configuration information to the framework classes. 
com.acsinet_solutions.cetia4.controller.nav This package contains interfaces and simple implementations related to navigation structures for the framework. 
com.acsinet_solutions.cetia4.controller.rest.support Implementation of reusable classes specific to the REST framework. 
com.acsinet_solutions.cetia4.test.controller   
 

Classes in com.acsinet_solutions.cetia4.controller.meta used by com.acsinet_solutions.cetia4.controller
AttributeInfo
          Holder for attribute information such as name, scope and maintenance policy.
 

Classes in com.acsinet_solutions.cetia4.controller.meta used by com.acsinet_solutions.cetia4.controller.meta
AttributeInfo
          Holder for attribute information such as name, scope and maintenance policy.
AttributeMaintenancePolicy
          Maintenance policy of form attributes.
CombinationPolicy
          A combination policy for security restrictions in Security annotation.
FormAttribute
          This annotation indicates a form attribute that will be setup upon entering a form using the setFormAttribute() method of RequestContext and cleared when the form is abandoned ( detected automatically by the navigation manager or similar object ).
 

Classes in com.acsinet_solutions.cetia4.controller.meta used by com.acsinet_solutions.cetia4.controller.nav
AttributeInfo
          Holder for attribute information such as name, scope and maintenance policy.
 

Classes in com.acsinet_solutions.cetia4.controller.meta used by com.acsinet_solutions.cetia4.controller.rest.support
DefaultController
          This marker annotation indicates that a given render method will be the default controller for an application.
 

Classes in com.acsinet_solutions.cetia4.controller.meta used by com.acsinet_solutions.cetia4.test.controller
FormAttribute
          This annotation indicates a form attribute that will be setup upon entering a form using the setFormAttribute() method of RequestContext and cleared when the form is abandoned ( detected automatically by the navigation manager or similar object ).
Mapper
          This annotation denotes configuration for DTO mappings.
Method
          Overrides controller method values.