|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractRequestHandler | |
|---|---|
| com.taggercat.handlers | Tagger Cat's standard Request Handlers and Action Beans |
| Uses of AbstractRequestHandler in com.taggercat.handlers |
|---|
| Subclasses of AbstractRequestHandler in com.taggercat.handlers | |
|---|---|
class |
AbstractURIHandler
This is a request handler to process requests with a matching URI regular expression. |
class |
AbstractURIPatternHandler
This is a request handler to process requests that match URI Patterns. |
class |
ChangeUserSetting
An action handler to change user settings; where user settings are a Map on the user's session. |
class |
CloseDataSourcesRequestHandler
This request handler accepts a comma separated list of data source names, and closes them. |
class |
DataSourceNavigationRequestHandler
This request handler is used to change the current tcEntity in the DataSource. |
class |
DataSourceQBFRequestHandler
This request handler is used to set or clear QBF data in the Model. |
class |
DataSourceSortRequestHandler
This request handler is used to change the DataSource sort order. |
class |
DuplicateRowRequestHandler
A request handler to duplicate the current data source tcEntity. |
class |
ExecuteMethodRequestHandler
This request handler is used to execute a method on a scope accessible object, A.K.A. an Action or Managed Bean. |
class |
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. |
class |
InsertRequestHandler
A request handler to insert a new tcEntity without first doing an insert action on the data source. |
class |
LoginRequestHandler
The LoginRequestHandler is used to authenticate a user and create a new model object. |
class |
LogoutRequestHandler
This request handler logs out the current user. |
class |
ModelActionRequestHandler
The ModelActionRequestHandler is used to update data in one or more data sources managed in the Model. |
class |
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. |
class |
NoActionNameRequestHandler
This request handler handles requests that do not have a tcActionName request parameter, nor have they mapped in any other request handler. |
class |
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. |
class |
PageNavigationRequestHandler
PageNavigationRequestHandler is used to update view state and then perform a page navigation. |
class |
ReloadMetaDataRequestHandler
This is the request handler is used to reload the System Metadata. |
class |
TestExpressionHandler
This is a handler to test rule expressions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||