org.openxava.actions
Interface IRequestAction
- All Known Implementing Classes:
- AddColumnsAction, AddElementsToCollectionAction, AddImageToGalleryAction, AddLiferayDocumentAction, BaseAction, CancelAction, CancelDialogAction, CancelFromCustomListAction, CancelInListAction, ChangeImageAction, ChangeModuleAction, ChangeSectionAction, ChooseReferenceAction, CollectionBaseAction, CollectionElementViewBaseAction, CreateNewElementInCollectionAction, CreateNewElementInManyToManyCollectionAction, CreateNewFromReferenceAction, CustomizeListAction, DeleteAction, DeleteImageAction, DeleteLiferayDocumentAction, DeleteSelectedAction, DeselectRowsAction, EditElementInCollectionAction, EditElementInManyToManyCollectionAction, EditGalleryAction, EmptyAction, FilterAction, GenerateReportAction, GoAddColumnsAction, GoAddColumnsPageAction, GoAddElementsToCollectionAction, GoDetailAction, GoListAction, GoNextPageAction, GoPageAction, GoPreviousPageAction, GoSplitAction, GoToURLAction, HideDetailElementInCollectionAction, HideRowsAction, InitListAction, JasperMultipleReportBaseAction, JasperReportBaseAction, LoadImageAction, LoadImageIntoGalleryAction, LoadLiferayDocumentAction, MaximizeImageAction, MinimizeImageAction, ModifyFromReferenceAction, MoveColumnToLeftAction, MoveColumnToRightAction, NavigationAction, NavigationFromReferenceBaseAction, NewAction, NewTreeViewItemAction, OnChangePropertyBaseAction, OnChangeSearchAction, OnSelectElementBaseAction, OpenSearchDialogAction, OrderByAction, ReferenceBaseAction, ReferenceSearchAction, RemoveColumnAction, RemoveColumnSumAction, RemoveElementFromCollectionAction, RemoveImageFromGalleryAction, RemoveSelectedInCollectionAction, RemoveSelectedTreeViewNodeAction, RemoveTreeViewNodeAction, ResetPreviousControllersAction, RestoreDefaultColumnsAction, ReturnAction, ReturnPreviousModuleAction, SaveAction, SaveAndStayElementInCollectionAction, SaveElementInCollectionAction, SaveElementInManyToManyCollectionAction, SaveElementInTreeViewAction, SaveNewAction, SearchAction, SearchByViewKeyAction, SearchDialogAction, SearchExecutingOnChangeAction, SearchReadOnlyAction, SetCustomViewAction, SetDefaultSchemaAction, SetEditableAction, SetLocaleAction, SetPageRowCountAction, SetPersistenceUnitAction, SetSchemaAction, SetUserAction, ShowRowsAction, SimpleHTMLReportAction, SortColumnsAction, SumColumnAction, TabBaseAction, TreeViewExpandCollapseAction, TreeViewMoveNodeAction, UpdateAction, UpdateElementInManyToManyCollectionAction, UpdateReferenceBaseAction, ViewBaseAction, ViewDetailAction, ViewElementInCollectionAction
public interface IRequestAction
Action that receive a servlet request.
It is implemented by BaseAction, so if your
extends from it you can access to the request
just by calling to BaseAction.getRequest() (since 4m1).
With this action you can access directly to the
web application resources (by means request), but
it ties to implementation technology (servlets),
hence it's better to elude it if you have another
option and you're thinking in migrate to another tecnology.
But it's needed form some issues. As this action type is
used for specific task, it's possible refactoring and create
more specific (in functional terms) and abstracts (in tecnologic terms)
actions that it's not link to servlets tecnology.
- Author:
- Javier Paniza
|
Method Summary |
void |
setRequest(HttpServletRequest request)
|
setRequest
void setRequest(HttpServletRequest request)