Which of the following are the struts pre-built Action classes?

Options
- RequestAction,SwitchAction,LookupRequestAction,ConfigAction,ContextAction
- LookupDispatchAction,SwitchAction,RequestAction,ResponseAction
- ForwardAction,DispatchAction,IncludeAction,LookupDispatchAction,SwitchAction
- ForwardAction,SwitchAction,ResponseAction, ContextAction, ConfigAction


CORRECT ANSWER : ForwardAction,DispatchAction,IncludeAction,LookupDispatchAction,SwitchAction

Discussion Board
Pre-built Action Classes

DispatchAction- provides mechanism to collect related functions into a single action and eliminates the need of creating multiple independent actions for each function.
ForwardAction- enables to forward request to the specified URL.
IncludeAction- provides mechanism to include the contents of a specified URL.
LookupDispatchAction- provides mechanism to combine many similar actions into a single action class, in order to simplify the application design.
switchAction- provides a mechanism to switch between modules and then forwards control to a URI within the new module.

Rohit Sharma 10-7-2014 02:49 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement