Packages
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.data Data-related facilities, in particular paging related facilities are held here.
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.service This package defines some basic services and facilities that are used at some point on the framework.
com.acsinet_solutions.cetia4.service.impl Simple generic implementations of services whose interfaces are defined in the parent package.
com.acsinet_solutions.cetia4.service.mix Classes for basic ServiceMix support.
com.acsinet_solutions.cetia4.service.spring This package holds Spring Framework related functionality.
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.pager Paging related taglib.
com.acsinet_solutions.cetia4.tags.support Base classes for taglibs, and utility classes.
com.acsinet_solutions.cetia4.test This package contains the JUnit tests for the framework and it's facilities.
com.acsinet_solutions.cetia4.test.controller  
com.acsinet_solutions.cetia4.test.data  
com.acsinet_solutions.util This package contains basic classes and interface definitions, that are so generic to be in a more specific package.
com.acsinet_solutions.util.adt Some abstract data types that implement specialized collections or other structures.
com.acsinet_solutions.util.build Building utilities, that build an object hierarchy based on instructions.
com.acsinet_solutions.util.exception This package defines some useful generic exception classes that are used in utilities and classes over the framework, or may be used in user-defined classes if desired.
com.acsinet_solutions.util.expr Generic expression utilities; this package defines interfaces and basic implementations regarding expression needs on utility classes and in the framework as a whole.
com.acsinet_solutions.util.log Simple extensions for Log4J for the support of nested exceptions where J2SE 1.4 exception nesting is not being used.
com.acsinet_solutions.util.regexp This package represents a thin wrapper around regular expression facilities in J2SE 1.4.
com.acsinet_solutions.util.text This package provides text related facilities.
com.acsinet_solutions.util.validator This package provides a simple validation facility; unlike another validation aproximations, this is code-based and not xml-based in it's aproximation to validation tasks.
com.acsinet_solutions.util.xml Simple generic XML related facilities, commonly wrappers to external dedicated libraries and APIs.