Uses of Package
com.acsinet_solutions.cetia4.controller

Packages that use com.acsinet_solutions.cetia4.controller
com.acsinet_solutions.cetia4.controller Generic utility classes for servlet and portlet environments. 
com.acsinet_solutions.cetia4.controller.map This package contains definitions and simple implementations related to mapping and binding of parameters. 
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 Main implementation package of the REST framework. 
com.acsinet_solutions.cetia4.controller.rest.support Implementation of reusable classes specific to the REST framework. 
com.acsinet_solutions.cetia4.controller.security Security related interfaces and generic services. 
com.acsinet_solutions.cetia4.controller.support Implementation of servlets and other classes that are not REST specific, so they may be reused on portlet or other environments. 
com.acsinet_solutions.cetia4.http Interfaces and implementations that provide a simple wrapper around HTTP remote client facilities like Jakarta Commons HttpClient class. 
com.acsinet_solutions.cetia4.tags This package contains the basic cetia4 taglib classes. 
com.acsinet_solutions.cetia4.tags.nav Miscelaneous tags related to navigation on a web app. 
com.acsinet_solutions.cetia4.tags.support Base classes for taglibs, and utility classes. 
com.acsinet_solutions.cetia4.test.controller   
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller
ActionContext
          Extension of RequestContext that defines methods specific for action contexts in portlets and POST/PUT/DELETE requests in servlets.
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
Configuration
          This interface abstract communication with a configuration mechanism for initialization parameters.
ControllerConfiguration
          This interface exposes the configuration of a controller, so custom configuration may be performed over the given controller module.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
HttpMethod
          Enumeration of HTTP methods.
LoginType
          Ways in which authentication can be performed on an application
MethodType
          Simple method type enumeration
ModuleConfiguration
          A module is a generic object in cetia, that may be a servlet, a portlet, or a nested object in a REST environment.
MultipartContext
          An special type of action context that may be used for multipart requests.
ParameterAccessor
          Wraps a request of type servlet of portlet as a parameter source; and also allows for other non-web implementations.
RenderContext
          Extension of RequestContext that defines methods specific for render contexts in portlets and GET requests in servlets.
RequestContext
          Base interface for request contexts.
Scope
          Attribute scopes that represent the places where attributes may be stored.
ServletRequestContext
          This class defines a context that implements all RenderContext, ActionContext and MultipartContext methods, and define additional methods relevant for servlet environments.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.map
ParameterAccessor
          Wraps a request of type servlet of portlet as a parameter source; and also allows for other non-web implementations.
RequestContext
          Base interface for request contexts.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.meta
RequestContext
          Base interface for request contexts.
Scope
          Attribute scopes that represent the places where attributes may be stored.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.nav
RequestContext
          Base interface for request contexts.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.rest
ActionContext
          Extension of RequestContext that defines methods specific for action contexts in portlets and POST/PUT/DELETE requests in servlets.
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
Configuration
          This interface abstract communication with a configuration mechanism for initialization parameters.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
MultipartContext
          An special type of action context that may be used for multipart requests.
ParameterAccessor
          Wraps a request of type servlet of portlet as a parameter source; and also allows for other non-web implementations.
RenderContext
          Extension of RequestContext that defines methods specific for render contexts in portlets and GET requests in servlets.
RequestContext
          Base interface for request contexts.
Scope
          Attribute scopes that represent the places where attributes may be stored.
ServletRequestContext
          This class defines a context that implements all RenderContext, ActionContext and MultipartContext methods, and define additional methods relevant for servlet environments.
ServletRequestHandler
          Request handler for servlet requests.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.rest.support
ActionContext
          Extension of RequestContext that defines methods specific for action contexts in portlets and POST/PUT/DELETE requests in servlets.
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
ConfigurableModule
          IOC interface that may be implemented by a module that may want to perform manual configuration as opposed to annotation based configuration.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
ModuleConfiguration
          A module is a generic object in cetia, that may be a servlet, a portlet, or a nested object in a REST environment.
RenderContext
          Extension of RequestContext that defines methods specific for render contexts in portlets and GET requests in servlets.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.security
RequestContext
          Base interface for request contexts.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.controller.support
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
Configuration
          This interface abstract communication with a configuration mechanism for initialization parameters.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
ParameterAccessor
          Wraps a request of type servlet of portlet as a parameter source; and also allows for other non-web implementations.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.http
HttpMethod
          Enumeration of HTTP methods.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.tags
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.tags.nav
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.tags.support
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
Configuration
          This interface abstract communication with a configuration mechanism for initialization parameters.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
 

Classes in com.acsinet_solutions.cetia4.controller used by com.acsinet_solutions.cetia4.test.controller
ActionContext
          Extension of RequestContext that defines methods specific for action contexts in portlets and POST/PUT/DELETE requests in servlets.
AttributeKeys
          Base interface of keys used in some attribute scopes by the framework.
ConfigurableModule
          IOC interface that may be implemented by a module that may want to perform manual configuration as opposed to annotation based configuration.
ControllerConstants
          Miscellaneous useful controller-related constants: Navigation keys that control navigation on links and action methods.
ModuleConfiguration
          A module is a generic object in cetia, that may be a servlet, a portlet, or a nested object in a REST environment.
RenderContext
          Extension of RequestContext that defines methods specific for render contexts in portlets and GET requests in servlets.
ServletRequestContext
          This class defines a context that implements all RenderContext, ActionContext and MultipartContext methods, and define additional methods relevant for servlet environments.