A B C D E F G H I J K L M N O P R S T U V W X _

A

AbstractBasicParamBinder - Class in com.acsinet_solutions.cetia4.controller.map
Basic interface for parameter binders for simple objects ( integers and strings ).
AbstractBasicParamBinder(RequestMapper) - Constructor for class com.acsinet_solutions.cetia4.controller.map.AbstractBasicParamBinder
Create a parameter binder based on the given mapper.
AbstractBean - Class in com.acsinet_solutions.util.build
Abstract base class for beans with the notion of desing/run time modes
AbstractBean() - Constructor for class com.acsinet_solutions.util.build.AbstractBean
 
AbstractBeanRequestMapper - Class in com.acsinet_solutions.cetia4.controller.map
This is the basic abstract convenience class for performing mapping between form information and a DTO.
AbstractBeanRequestMapper() - Constructor for class com.acsinet_solutions.cetia4.controller.map.AbstractBeanRequestMapper
Create a request mapper with no default mappings.
AbstractBeanRequestMapper(Class, int) - Constructor for class com.acsinet_solutions.cetia4.controller.map.AbstractBeanRequestMapper
Create a request mapper for the given targetClass using reflection mappings over its simple properties at an arbitrary nesting level for nesting properties.
AbstractBlockConditionTag - Class in com.acsinet_solutions.cetia4.tags.pager
Base class for ifFirst and ifLast tags.
AbstractBlockConditionTag() - Constructor for class com.acsinet_solutions.cetia4.tags.pager.AbstractBlockConditionTag
 
AbstractBlockIteratorTag - Class in com.acsinet_solutions.cetia4.tags.pager
Base class for block iterator classes.
AbstractBlockIteratorTag() - Constructor for class com.acsinet_solutions.cetia4.tags.pager.AbstractBlockIteratorTag
 
AbstractBlockTag - Class in com.acsinet_solutions.cetia4.tags.pager
Base class for first, previous, next and last tags.
AbstractBlockTag() - Constructor for class com.acsinet_solutions.cetia4.tags.pager.AbstractBlockTag
 
AbstractExceptionDataWriter - Class in com.acsinet_solutions.util.exception
Base class for exception data writer concrete implementations.
AbstractExceptionDataWriter() - Constructor for class com.acsinet_solutions.util.exception.AbstractExceptionDataWriter
 
AbstractExpression - Class in com.acsinet_solutions.util.expr
Abstract expression implementation
AbstractExpression(String) - Constructor for class com.acsinet_solutions.util.expr.AbstractExpression
Public constructor
AbstractLink - Class in com.acsinet_solutions.util
Base conveniece implementation of link instances
AbstractLink(AbstractLink) - Constructor for class com.acsinet_solutions.util.AbstractLink
Public constructor
AbstractLink() - Constructor for class com.acsinet_solutions.util.AbstractLink
Page based Constructor
AbstractLinkTag - Class in com.acsinet_solutions.cetia4.tags.support
Support for classes that perform linking
AbstractLinkTag() - Constructor for class com.acsinet_solutions.cetia4.tags.support.AbstractLinkTag
 
AbstractLog4JPatternLayout - Class in com.acsinet_solutions.util.log
Extension of the Log4J pattern to allow reporting of nested exceptions.
AbstractLog4JPatternLayout() - Constructor for class com.acsinet_solutions.util.log.AbstractLog4JPatternLayout
Constructor for Log4JExtendedPatternLayout
AbstractLog4JPatternLayout(String) - Constructor for class com.acsinet_solutions.util.log.AbstractLog4JPatternLayout
Constructor for Log4JExtendedPatternLayout
AbstractMapping - Class in com.acsinet_solutions.cetia4.controller.map
Base class for simple mappings with structure and utility methods.
AbstractMapping(String, String, boolean, boolean) - Constructor for class com.acsinet_solutions.cetia4.controller.map.AbstractMapping
Public constructor.
AbstractMapping(String, String, boolean) - Constructor for class com.acsinet_solutions.cetia4.controller.map.AbstractMapping
Public constructor, for a mapping that requires nulls.
AbstractRestServlet - Class in com.acsinet_solutions.cetia4.controller.rest
Basic class that implements common functionality for both REST servlets that implement a module themselves, and those that delegate implementation to external modules.
AbstractRestServlet() - Constructor for class com.acsinet_solutions.cetia4.controller.rest.AbstractRestServlet
Public constructor that registers the default handlers
AbstractServletRequestContext - Class in com.acsinet_solutions.cetia4.controller.rest
Web implementation of a servlet request context.
AbstractServletRequestContext(String, ServletConfig, HttpServletRequest, HttpServletResponse, Configuration) - Constructor for class com.acsinet_solutions.cetia4.controller.rest.AbstractServletRequestContext
Protected constructor, for use by implementations.
AbstractValidator - Class in com.acsinet_solutions.util.validator
A base for generic validators.
AbstractValidator() - Constructor for class com.acsinet_solutions.util.validator.AbstractValidator
 
AccessException - Exception in com.acsinet_solutions.util.exception
Security access exception.
AccessException(String) - Constructor for exception com.acsinet_solutions.util.exception.AccessException
 
AccessException(String, Throwable) - Constructor for exception com.acsinet_solutions.util.exception.AccessException
 
ActionCommand - Class in com.acsinet_solutions.cetia4.http
Superclass for POST, PUT and DELETE commands
ActionCommand(HttpMethod, String) - Constructor for class com.acsinet_solutions.cetia4.http.ActionCommand
Protected constructor
ActionContext - Interface in com.acsinet_solutions.cetia4.controller
Extension of RequestContext that defines methods specific for action contexts in portlets and POST/PUT/DELETE requests in servlets.
add(String) - Method in class com.acsinet_solutions.cetia4.controller.support.CompoundMessage
Add a message to the internal list.
addDetail(Detail) - Method in class com.acsinet_solutions.cetia4.test.data.Invoice
 
addExceptionInfo(ExceptionInfo) - Static method in class com.acsinet_solutions.util.exception.ExceptionInfoManager
Add an ExceptionInfo instance to the internal list
addIssue(ValidationIssue) - Method in class com.acsinet_solutions.util.validator.ValidationIssueBuilder
Add a new validation issue
addIssue(String, Object...) - Method in class com.acsinet_solutions.util.validator.ValidationIssueBuilder
Add a new validation issue
addIssues(List<ValidationIssue>) - Method in class com.acsinet_solutions.util.validator.ValidationIssueBuilder
Add all the issues in the given list
addMapping(Mapping) - Method in class com.acsinet_solutions.cetia4.controller.map.AbstractBeanRequestMapper
 
addMapping(Mapping) - Method in interface com.acsinet_solutions.cetia4.controller.map.RequestMapper
Add a mapping to the mapper.
addMapping(Mapping) - Method in class com.acsinet_solutions.cetia4.controller.map.SimpleRequestMapper
 
addNote(Note) - Method in class com.acsinet_solutions.cetia4.test.data.Detail
 
addNote(Note) - Method in class com.acsinet_solutions.cetia4.test.data.Invoice
 
addParam(String, String) - Method in class com.acsinet_solutions.cetia4.http.ActionCommand
 
addParam(String, String) - Method in class com.acsinet_solutions.cetia4.http.GetCommand
 
addParam(String, String) - Method in interface com.acsinet_solutions.cetia4.http.HttpCommand
Add a parameter to the current command.
addParameter(String, String) - Method in class com.acsinet_solutions.cetia4.controller.support.SimpleParameterAccessor
Add a parameter to the map.
addParameter(String, String) - Method in class com.acsinet_solutions.cetia4.tags.pager.PagerTag
 
addParameter(String, String) - Method in class com.acsinet_solutions.cetia4.tags.support.AbstractLinkTag
 
addParameter(String, String) - Method in class com.acsinet_solutions.util.AbstractLink
 
addParameter(String, String) - Method in interface com.acsinet_solutions.util.ParameterAppender
Append a parameter
addParameter(String, String) - Method in class com.acsinet_solutions.util.URLSuffixAppender
 
addSon(SimpleBlock) - Method in class com.acsinet_solutions.cetia4.test.data.SimpleBlock
 
addSon(String, ITreeNode) - Method in class com.acsinet_solutions.util.adt.ITreeNode
Add a son to the current tree
addValue(Object, String, Object) - Static method in class com.acsinet_solutions.util.ReflectionUtils
Add a property to a bean object.
addValue(Object, String, Object) - Method in class com.acsinet_solutions.util.ReflectionWrapper
Add the value for the given property in the given bean
addView(String, MapFilter<K, V>) - Method in class com.acsinet_solutions.util.adt.Catalog
Add a new view.
AllTests - Class in com.acsinet_solutions.cetia4.test
Complete Test Suite for the utility package
AllTests() - Constructor for class com.acsinet_solutions.cetia4.test.AllTests
 
AlphaCodec - Class in com.acsinet_solutions.util.text
Alphanumeric codec, this method converts an arbitrary String of characters into a String of alphanumeric characters plus '_' and '-'.
AlphaCodec() - Constructor for class com.acsinet_solutions.util.text.AlphaCodec
 
appendQueryString(String, String) - Static method in class com.acsinet_solutions.cetia4.controller.ControllerTools
Append the given suffix to the query string.
appendTo(ParameterAppender) - Method in class com.acsinet_solutions.util.URLSuffixAppender
Append the internal values to the given ParameterAppender instance
apply(String) - Method in class com.acsinet_solutions.util.regexp.Perl5Regexp
Match the string against the given string and return an array of values containing the match.
apply(Map) - Method in class com.acsinet_solutions.util.text.TextTemplate
Apply the given parameter map to the template and generate a string value as a result
apply(Map, Writer) - Method in class com.acsinet_solutions.util.text.TextTemplate
Apply the given parameter map to the template and write the output to the provided writer
applyPaging(Criteria, PagedSearchFilter) - Static method in class com.acsinet_solutions.cetia4.data.PagingUtils
Apply paging - if paging enabled - to the given criteria from the filter settings
applyPaging(Query, PagedSearchFilter) - Static method in class com.acsinet_solutions.cetia4.data.PagingUtils
Apply paging - if paging enabled - to the given criteria from the filter settings
applyPaging(List<T>, PagedSearchFilter) - Static method in class com.acsinet_solutions.cetia4.data.PagingUtils
Apply paging to the results in a list.
arrayAsList(T[]) - Static method in class com.acsinet_solutions.util.Conversion
Return the array as a List
arrayAsSet(T[]) - Static method in class com.acsinet_solutions.util.Conversion
Return the array as a set
asArray(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the given object as an object array
asArray(int) - Static method in class com.acsinet_solutions.util.Conversion
Return the given object as an Integer array
asBigDecimal(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a BigDecimal.
asBoolean(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Boolean.
asByte(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Byte.
asCalendar(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a java.util.Calendar.
asClass(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Class instance.
asCollection(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a List instance.
asDate(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a java.util.Date.
asDouble(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Double.
asFile(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a java.io.File instance.
asFloat(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Float.
asIdentifier(String) - Static method in class com.acsinet_solutions.util.Conversion
Transform to identifier - capitalize and pass word boundaries to capital letter, eliminating underscores.
asInteger(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as an Integer.
asInternetAddress(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as an internet address.
asList(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a List instance.
asLong(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Long.
asMap(Object) - Static method in class com.acsinet_solutions.cetia4.tags.support.TagTools
Evaluate an object and return it as a Map of Strings versus Strings.
asNotNullString(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a String.
asNumber(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Number.
asSequencedMap(Collection<T>) - Static method in class com.acsinet_solutions.cetia4.data.DTOUtils
Convert the SimpleKeyDTO list to a sequenced map
asSet(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Set instance.
asShort(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a Short.
asSortedMap(Collection<T>) - Static method in class com.acsinet_solutions.cetia4.data.DTOUtils
Convert the SimpleKeyDTO list to a sorted map
asSQLDate(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a java.sql.Date.
asString(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a String.
asStringArray(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the object as a String[] The conversion is done by the following rules: If the object is null, a null is returned If the object is a String[], it is casted and returned If the object is an Object[], every element is casted to String and a String[] is returned If the object is a Collection, it is converted to an Object[] and the to a String[] Otherwise the object is converted to String and a single valued String[] is returned
asTime(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a java.sql.Time.
asTimestamp(Object) - Static method in class com.acsinet_solutions.util.Conversion
Return the Object as a java.sql.Timestamp.
asType(Object, ConversionType) - Static method in class com.acsinet_solutions.util.Conversion
 
asType(Object, Class) - Static method in class com.acsinet_solutions.util.Conversion
 
asType(Object, Class) - Method in class com.acsinet_solutions.util.ConversionManager
 
asUnderscored(String) - Static method in class com.acsinet_solutions.util.Conversion
Transform to underscored - The opposite procedure than asIndentifier() method.
AttributeInfo - Class in com.acsinet_solutions.cetia4.controller.meta
Holder for attribute information such as name, scope and maintenance policy.
AttributeKeys - Interface in com.acsinet_solutions.cetia4.controller
Base interface of keys used in some attribute scopes by the framework.
AttributeMaintenancePolicy - Enum in com.acsinet_solutions.cetia4.controller.meta
Maintenance policy of form attributes.
authenticate(String, String) - Method in class com.acsinet_solutions.cetia4.service.impl.BasicUserSessionManager
No authentication performed by this implementation.
authenticate(String, String) - Method in interface com.acsinet_solutions.cetia4.service.UserSessionManager
Authenticate a user, and return it's session.

A B C D E F G H I J K L M N O P R S T U V W X _