Interface | Description |
---|---|
PortletResultHelper |
PortletResultHelper abstracts Portlet API result functions specific to the used API spec version.
|
Class | Description |
---|---|
PortletActionRedirectResult |
Portlet modification of the
ServletActionRedirectResult . |
PortletResult |
Result type that includes a JSP to render.
|
PortletResultHelperJSR168 |
PortletResultHelperJSR168 implements PortletResultHelper for Portlet 1.0 API (JSR168).
|
PortletResultHelperJSR286 |
PortletResultHelperJSR286 implements PortletResultHelper for Portlet 2.0 API (JSR286).
|
PortletVelocityResult |
Using the Servlet container's
JspFactory , this result mocks a JSP
execution environment and then displays a Velocity template that will be
streamed directly to the servlet output. |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.