- * Struts JSR-168 portlet dispatcher. Similar to the WW2 Servlet dispatcher,
- * but adjusted to a portal environment. The portlet is configured through the portlet.xml
- * descriptor. Examples and descriptions follow below:
- *
- *
- *
- * @author Nils-Helge Garli
- * @author Rainer Hermanns
- *
- *
- *
- * | Name |
- * Description |
- * Default value |
- *
- *
- * | portletNamespace | The namespace for the portlet in the xwork configuration. This
- * namespace is prepended to all action lookups, and makes it possible to host multiple
- * portlets in the same portlet application. If this parameter is set, the complete namespace
- * will be /portletNamespace/modeNamespace/actionName | The default namespace |
- *
- *
- * | viewNamespace | Base namespace in the xwork configuration for the view portlet
- * mode | The default namespace |
- *
- *
- * | editNamespace | Base namespace in the xwork configuration for the edit portlet
- * mode | The default namespace |
- *
- *
- * | helpNamespace | Base namespace in the xwork configuration for the help portlet
- * mode | The default namespace |
- *
- *
- * | defaultViewAction | Default action to invoke in the view portlet mode if no action is
- * specified | default |
- *
- *
- * | defaultEditAction | Default action to invoke in the edit portlet mode if no action is
- * specified | default |
- *
- *
- * | defaultHelpAction | Default action to invoke in the help portlet mode if no action is
- * specified | default |
- *
- *
- *
- *