Get a link from a view name plus optional comma separated mode, window state
Supports syntax from forwards
Examples of viewName parameter:
"myview"
"myview"
"myview,state:maximized"
"myview,state:normal"
"myview,mode:view,state:maximized"
"myview,mode:edit,state:normal"
getView() -
Method in class org.apache.portals.bridges.frameworks.ForwardTag
H
HELP -
Static variable in interface org.apache.portals.bridges.frameworks.ForwardConstants
Invokes a specific Velocity Portlet Action All portlet actions must have
the signature:
String methodName(ActionRequest request, ActionResponse response)
isNew() -
Method in interface org.apache.portals.bridges.frameworks.Lookup
Invoke the velocity portlet pipeline: (1) determine the logical view (2)
restore state from Form to Bean (3) validate the bean -- or -- (2)
restore state from Form to Prefs
(4) execute the velocity action (5) forward to another view