| |
|
| org.jaffa.presentation.portlet.ActionBase org.jaffa.presentation.portlet.StartComponentAction
StartComponentAction | public class StartComponentAction extends ActionBase (Code) | | This Action invokes the component passed in the request-stream
The internal parameters that can be passed are
component -> The name of the component to execute
finalUrl -> The place to go after executing the component. This should be a valid forward mapping as defined in the struts-config.xml file.
All other paramters will be introspected on the component being executed, prior to
calling its 'display()' method.
|
COMPONENT_PARAMETER | final public static String COMPONENT_PARAMETER(Code) | | Constant to denote the 'component' parameter passed to this Action.
|
FINALURL_PARAMETER | final public static String FINALURL_PARAMETER(Code) | | Constant to denote the 'finalUrl' parameter passed to this Action.
|
defaultAction | public FormKey defaultAction() throws Exception(Code) | | Invokes the component passed in the request stream.
throws: Exception - if the application business logic throws an exception A FormKey instance which describes the current Component & Form |
|
|
|