A B C D E F G H I L M N O P Q R S T U V W Y

A

AbstractCommonAttrsTag - Class in com.taggercat.tags
This tag is the base class for most tags that accept common attributes for dsn, formName, responsePage, and errorPage.
AbstractCommonAttrsTag() - Constructor for class com.taggercat.tags.AbstractCommonAttrsTag
 
AbstractDataSourceActionTag - Class in com.taggercat.tags
This tag dynamically creates a HTML button or link element.
AbstractDataSourceActionTag() - Constructor for class com.taggercat.tags.AbstractDataSourceActionTag
 
AbstractExpEvalTag - Class in com.taggercat.tags
This is the super class for tags that evaluate expressions.
AbstractExpEvalTag() - Constructor for class com.taggercat.tags.AbstractExpEvalTag
 
AbstractHTMLInputTag - Class in com.taggercat.tags
This tag is the abstract base class for HTML input elements.
AbstractHTMLInputTag() - Constructor for class com.taggercat.tags.AbstractHTMLInputTag
 
AbstractRequestController - Class in com.taggercat.controller
This class is an abstract implementation of the RequestController interface.
AbstractRequestHandler - Class in com.taggercat.handlers
AbstractRequestHandler is an abstract implementation of the RequestHandler interface.
AbstractRequestHandler() - Constructor for class com.taggercat.handlers.AbstractRequestHandler
 
AbstractTCEntity - Class in com.taggercat.model
The standard super class for all Tagger Cat entities.
AbstractTCEntity() - Constructor for class com.taggercat.model.AbstractTCEntity
 
AbstractURIHandler - Class in com.taggercat.handlers
This is a request handler to process requests with a matching URI regular expression.
AbstractURIHandler() - Constructor for class com.taggercat.handlers.AbstractURIHandler
 
AbstractURIPatternHandler - Class in com.taggercat.handlers
This is a request handler to process requests that match URI Patterns.
AbstractURIPatternHandler() - Constructor for class com.taggercat.handlers.AbstractURIPatternHandler
 
AccessPermission - Class in com.taggercat.security
 
AccessPermission(Boolean, Boolean, Boolean, Boolean, String) - Constructor for class com.taggercat.security.AccessPermission
 
AccessPermission(Boolean, Boolean, String) - Constructor for class com.taggercat.security.AccessPermission
 
ActionMapping - Class in com.taggercat.controller
The base class for mapping Actions to Request Handlers.
ActionMapping() - Constructor for class com.taggercat.controller.ActionMapping
 
ActionMapping(String, String, boolean, boolean, boolean, boolean, int, boolean, boolean) - Constructor for class com.taggercat.controller.ActionMapping
 
ActionMethod - Annotation Type in com.taggercat.handlers
 
ActionNameReader - Class in com.taggercat.controller
This class is used to read the the action names assigned to request handlers that are specified using annotations.
ActionNameReader() - Constructor for class com.taggercat.controller.ActionNameReader
 
ActionPermission - Annotation Type in com.taggercat.handlers
This annotation can be used to add permissions to an action; the default is applied if not specified: Where the default may be determined from the Entity the request applies to.
Actions - Annotation Type in com.taggercat.handlers
This annotation can be used to map a request handler to: One or more action names using an exact match; Chained actions are specified as a comma separated list.
add(String, String[]) - Method in class com.taggercat.model.AutoFilterWhereClause
Adds a column to the where clause.
add(Object) - Method in class com.taggercat.model.TCPersistentList
 
add(Object) - Method in class com.taggercat.model.TCPersistentSet
 
add(String) - Method in class com.taggercat.tags.HTMLTagBuilder
Adds an boolean type attribute; such as enabled, readonly etc.
addAdditionalHandlers(RequestHandlerChain, HttpServletRequest, HttpServletResponse) - Method in class com.taggercat.controller.AbstractRequestController
This is an extension point for adding additional handlers to the request change.
addAdditionalHandlers(RequestHandlerChain, HttpServletRequest, HttpServletResponse) - Method in class com.taggercat.controller.DefaultRequestController
 
addAll(Collection) - Method in class com.taggercat.model.TCPersistentSet
 
addApplicationScopeDataSource(DataSource) - Static method in class com.taggercat.model.Model
Adds a application scope data source
addAttribute(String, String) - Method in class com.taggercat.tags.HTMLTagBuilder
Adds an attribute and its value; empty values are not added when not the value attributeName
addAttribute(String, int) - Method in class com.taggercat.tags.HTMLTagBuilder
Adds an attribute and its value, only if it is greater than zero
addAttribute(StringBuilder, String, String) - Static method in class com.taggercat.util.Text
Wraps the attribute value in quotes, and adds it to the buffer.
addAutoFilterWhereClauseField(String, String[]) - Method in class com.taggercat.model.DataSource
Adds a columnName - values term to the autoFilter where clause
addBaseAttributes(HTMLTagBuilder) - Method in class com.taggercat.tags.AbstractDataSourceActionTag
Fills in the base attributes that are common to both buttons and anchor tags.
addBaseAttributes(HTMLTagBuilder) - Method in class com.taggercat.tags.AbstractHTMLInputTag
Fills in the base attributes that are common to both buttons and anchor tags.
addBaseEnabledAttributes(HTMLTagBuilder) - Method in class com.taggercat.tags.AbstractDataSourceActionTag
Fills in the base attributes that are common to both buttons and anchor tags.
addBaseEnabledAttributes(HTMLTagBuilder) - Method in class com.taggercat.tags.AbstractHTMLInputTag
Fills in the base attributes that are common to both buttons and anchor tags.
addCriteriaValue(DetachedCriteria, String, String, StringBuilder) - Method in class com.taggercat.model.DataSourceQBFData
Adds a restriction to the criteria
addCriterion(DataSource, Disjunction, String, String, String) - Method in class com.taggercat.model.AutoFilterWhereClause
This method is a near copy of the addCriteriaValue() method the DataSource class, Duplicating this code is a horrible hack for now.
addDataSource(DataSource) - Method in class com.taggercat.model.Model
Adds a DataSource to the Model.
addDataSourceEventListener(DataSourceEventListener) - Method in class com.taggercat.model.DataSource
Adds a DataSourceEventListener to this data source.
addDependent(Derivation) - Method in class com.taggercat.rules.Derivation
 
addFormatter(String, String, Format) - Method in class com.taggercat.model.Model
Adds a Formatter to the Model for the specified DSN and field name.
addLoginFollowUp(HttpServletRequest) - Method in class com.taggercat.controller.ActionMapping
 
addLoginFollowUp(HttpServletRequest) - Method in class com.taggercat.controller.URIActionMapping
 
addLoginFollowUp(HttpServletRequest) - Method in class com.taggercat.controller.URIPatternActionMapping
 
addMessage(String) - Method in class com.taggercat.StatusMessage
 
addPropertyErrorMessage(HttpServletRequest, String, String, String, String) - Static method in class com.taggercat.model.Model
Adds an error messages specific to a property to the List attribute on the request object.
addQBFCriteria(DetachedCriteria) - Method in class com.taggercat.model.DataSourceQBFData
Add any qbf parameters to the criteria
addQBFParameter(String, String) - Method in class com.taggercat.model.DataSource
Adds a parameter to the QBF criteria.
addRepeatingRegionSize(String, String, Integer) - Method in class com.taggercat.model.Model
Adds a RepeatingRegion size for the named page, and data source name.
addRequestAttributes(HttpServletRequest) - Method in class com.taggercat.controller.FlashScope
 
addRequestHandlersFromApplicationJar(Map<String, NamedActionActionMapping>, List<QueryStringActionMapping>, List<URIActionMapping>, List<URIPatternActionMapping>, List<ELActionMapping>, Map<String, List<String>>, ServletContext, String) - Static method in class com.taggercat.controller.ActionNameReader
Adds request action names and action class names to the controller's map
addRequestHeaders(HttpServletRequest) - Method in class com.taggercat.controller.FlashScope
 
addRequestParameters(HttpServletRequest) - Method in class com.taggercat.controller.FlashScope
 
addRestrictions(DataSource, DetachedCriteria) - Method in class com.taggercat.model.AutoFilterWhereClause
 
addSelectedRowID(String) - Method in class com.taggercat.model.DataSource
Adds a rowID to the list of selected row IDs.
addSortOrderTerm(String) - Method in class com.taggercat.model.DataSource
Adds an additional term to the order by clause.
AFTER_DELETE - Static variable in class com.taggercat.model.DataSourceEvent
Value for type; DataSource just AFTER the DELETE operation.
AFTER_INSERT - Static variable in class com.taggercat.model.DataSourceEvent
Value for type; DataSource just AFTER the INSERT operation.
AFTER_QBF - Static variable in class com.taggercat.model.DataSourceEvent
Value for type; DataSource just after the QBF operation.
AFTER_QUERY - Static variable in class com.taggercat.model.DataSourceEvent
Value for type; DataSource has executed its query.
AFTER_SAVE - Static variable in class com.taggercat.model.DataSourceEvent
Value for type; DataSource just after the SAVE operation.
afterDelete(DataSource) - Method in class com.taggercat.model.AbstractTCEntity
 
afterDelete(DataSource) - Method in interface com.taggercat.model.TCEntity
Called after the entity is deleted.
afterInsert(DataSource) - Method in class com.taggercat.model.AbstractTCEntity
 
afterInsert(DataSource) - Method in interface com.taggercat.model.TCEntity
Called after the entity is inserted into the owning datasource.
afterSave(DataSource) - Method in class com.taggercat.model.AbstractTCEntity
 
afterSave(DataSource) - Method in interface com.taggercat.model.TCEntity
Called after the entity is saved, but before the modified and newly inserted property flags are reset.
afterUpdate(DataSource, String, Object, Object) - Method in class com.taggercat.model.AbstractTCEntity
 
afterUpdate(DataSource, String, Object, Object) - Method in interface com.taggercat.model.TCEntity
Called after a property is modified
ageAsString(Date) - Static method in class com.taggercat.util.ELFunctions
Returns a string representation of the delta time.
ALL_PERMISSIONS - Static variable in class com.taggercat.security.Permission
The int value representing the DELETE permission.
appendQuotedString(StringBuffer, String, String) - Static method in class com.taggercat.util.Text
 
appendQuotedString(StringBuffer, String) - Static method in class com.taggercat.util.Text
 
APPLICATION_SCOPE - Static variable in class com.taggercat.util.Constants
 
APPLICATION_SCOPE2 - Static variable in class com.taggercat.util.Constants
 
applyMtTenantFilter(Session) - Static method in class com.taggercat.util.HibernateUtils
 
applyProfanityFilter(String) - Method in class com.taggercat.model.DataSource
 
assignDependents() - Method in class com.taggercat.rules.DerivationList
Assign dependent derivations to their parent.
assignDerivations(TCEntity, ELContext) - Method in class com.taggercat.model.DataSource
 
assignResults(DataSource, TCEntity, ELContext) - Method in class com.taggercat.rules.DerivationList
Assigns results of the derivation expression to the target entity.
atEnd() - Method in class com.taggercat.controller.RequestHandlerChain
Tests for the end of chain condition.
ATTR_APPLICATION_ENVIRONMENT - Static variable in class com.taggercat.util.Constants
The application configuration object attribute key.
ATTR_KEY_ACTUALRESPONSEPAGE - Static variable in class com.taggercat.util.Constants
The name of the actual response or error page controller navigates to.
ATTR_KEY_ACTUALRESPONSEPAGE_SANS_QUERY - Static variable in class com.taggercat.util.Constants
 
ATTR_KEY_CONTROLLERPATH - Static variable in class com.taggercat.util.Constants
 
ATTR_KEY_FLASHSCOPE - Static variable in class com.taggercat.util.Constants
 
ATTR_KEY_USERSETTTINGS - Static variable in class com.taggercat.util.Constants
The name of the session scope attribute for user settings
AuditInterceptor - Interface in com.taggercat
This is the interface for Hibernate interceptors supported by TaggerCat.
authenticate(LoginInfo, Session) - Method in class com.taggercat.security.DefaultSecurityProvider
Authenticates a user by looking up their user ID and password in the application's SQL user table.
authenticate(LoginInfo, Session) - Method in interface com.taggercat.security.SecurityProvider
Authenticates a user by looking up their user ID and password in some directory.
autoFilterValue(ELContext, String, String) - Static method in class com.taggercat.util.ELFunctions
Returns the current auto-filter on the specified DSN and property Name.
AutoFilterWhereClause - Class in com.taggercat.model
This class is used to manage "Auto-Filter" portions of Criteria where clauses.
AutoFilterWhereClause() - Constructor for class com.taggercat.model.AutoFilterWhereClause
 
avg(ELContext, String) - Static method in class com.taggercat.util.ELFunctions
 
avg(ELContext, String, String) - Static method in class com.taggercat.util.ELFunctions
Gets the average of properties from the named DS and property
avg(ELContext, String, String, String) - Static method in class com.taggercat.util.ELFunctions
Gets the average of properties from the named DS and property name that match the predicate expression.

A B C D E F G H I L M N O P Q R S T U V W Y