Uses of Class
name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Packages that use AbstractFindListActionSupport.FindListResponse
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractFindListActionSupport.FindListResponse in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return AbstractFindListActionSupport.FindListResponseModifier and TypeMethodDescriptionprotected abstract AbstractFindListActionSupport.FindListResponse<M, T> AbstractFindListActionSupport.getFindCommand(M selectedMaster) Overridden by subclasses to return Command object for retrieving list (configured with any search parameters) and forwarding in the case of success.static <M extends Serializable,T extends Serializable>
AbstractFindListActionSupport.FindListResponse<M, T> AbstractFindListActionSupport.FindListResponse.makeFailureResponse(String message) Returns response for a failure to create a finder Command or list was rejected.static <M extends Serializable,T extends Serializable>
AbstractFindListActionSupport.FindListResponse<M, T> AbstractFindListActionSupport.FindListResponse.makeSuccessResponse(ListFinder<M, T> finderCommand) Returns response for a successfully created finder Command and template class will retrieve list.static <M extends Serializable,T extends Serializable>
AbstractFindListActionSupport.FindListResponse<M, T> AbstractFindListActionSupport.FindListResponse.makeSuccessWithListResponse(ListFinder<M, T> finderCommand, List<T> list) Returns response for a successfully created finder Command and list has already been retrieved.