Package com.taggercat.handlers

Tagger Cat's standard Request Handlers and Action Beans

See:
          Description

Interface Summary
RequestHandler The request handler interface.
 

Class Summary
AbstractRequestHandler AbstractRequestHandler is an abstract implementation of the RequestHandler interface.
AbstractURIHandler This is a request handler to process requests with a matching URI regular expression.
AbstractURIPatternHandler This is a request handler to process requests that match URI Patterns.
ChangeUserSetting An action handler to change user settings; where user settings are a Map on the user's session.
CloseDataSourcesRequestHandler This request handler accepts a comma separated list of data source names, and closes them.
DataSourceNavigationRequestHandler This request handler is used to change the current tcEntity in the DataSource.
DataSourceQBFRequestHandler This request handler is used to set or clear QBF data in the Model.
DataSourceSortRequestHandler This request handler is used to change the DataSource sort order.
DuplicateRowRequestHandler A request handler to duplicate the current data source tcEntity.
ExecuteMethodRequestHandler This request handler is used to execute a method on a scope accessible object, A.K.A. an Action or Managed Bean.
FieldValidationRequestHandler This request handler validates the current field value as to its: basic data type max character size declared property constraints This request handler is mainly used in conjunction with Ajax calls, and is not used for the other standard actions, such as save and update.
InsertRequestHandler A request handler to insert a new tcEntity without first doing an insert action on the data source.
LoginRequestHandler The LoginRequestHandler is used to authenticate a user and create a new model object.
LogoutRequestHandler This request handler logs out the current user.
ModelActionRequestHandler The ModelActionRequestHandler is used to update data in one or more data sources managed in the Model.
MultiActionNameRequestHandler This is a request handler to process requests that match multiple named actions and where each action name corresponds to a separate method within this handler.
NoActionNameRequestHandler This request handler handles requests that do not have a tcActionName request parameter, nor have they mapped in any other request handler.
NoOPRequestHandler A request handler used for some Ajax requests where no action is required, other then setting some response headers and forwarding to the response page.
PageNavigationRequestHandler PageNavigationRequestHandler is used to update view state and then perform a page navigation.
ReloadMetaDataRequestHandler This is the request handler is used to reload the System Metadata.
SyntaxCheckActionBean This action bean checks the syntax on an expression.
TestExpressionHandler This is a handler to test rule expressions.
 

Enum Summary
ResponseMethod  
 

Annotation Types Summary
ActionMethod  
ActionPermission 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 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.
URIAction This annotation can be used to map a request handler to URI Pattern.
 

Package com.taggercat.handlers Description

Tagger Cat's standard Request Handlers and Action Beans