Package 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.

See:
          Description

Class Summary
AttributeInfo Holder for attribute information such as name, scope and maintenance policy.
 

Enum Summary
AttributeMaintenancePolicy Maintenance policy of form attributes.
CombinationPolicy A combination policy for security restrictions in Security annotation.
 

Annotation Types Summary
ContextAttribute This annotation indicates a context attribute with a given name and lazy loading scheme.
DefaultController This marker annotation indicates that a given render method will be the default controller for an application.
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.
Mapping This annotation may be associated to a setter field to change it's intent.
Method Overrides controller method values.
Multipart This annotation indicates a multipart method with optional characteristics.
Security Defines security constraints at module or method level.
 

Package com.acsinet_solutions.cetia4.controller.meta Description

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.