com.sas.portal.portlets.JspPortlet
Class JspPortlet
java.lang.Object
|
+--com.sas.portal.portlet.DefaultPortletAction
|
+--com.sas.portal.portlet.HTMLPortletAction
|
+--com.sas.portal.portlets.JspPortlet.JspPortlet
- All Implemented Interfaces:
- PortletActionInterface,
- public final class JspPortlet
- extends HTMLPortletAction
Convenience action for simple JSP (HTML) portlets. This action can used by any
portlet represented entirely by a JSP (no Java classes).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspPortlet
public JspPortlet()
service
public String service(HttpServletRequest request,
HttpServletResponse response,
PortletContext context)
throws Exception
- Returns the value of "display-page" from the portlet's XML descriptor.
- Overrides:
service in class HTMLPortletAction
- Parameters:
request - The HtppServletRequest associated with the method invocationresponse - HttpServletResponse associated with the method invocationcontext - PortletContext mapped to the request path- Returns:
java.lang.String - representing a valid URL.- Throws:
Exception - if anything went wrong
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:05:13