***  This class is subject to change   ***

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

Fields inherited from class com.sas.portal.portlet.DefaultPortletAction
_actionInfo
 
Constructor Summary
JspPortlet()
           
 
Method Summary
 String service(HttpServletRequest request, HttpServletResponse response, PortletContext context)
          Returns the value of "display-page" from the portlet's XML descriptor.
 
Methods inherited from class com.sas.portal.portlet.DefaultPortletAction
getInfo, setInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspPortlet

public JspPortlet()
Method Detail

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 invocation
response - HttpServletResponse associated with the method invocation
context - PortletContext mapped to the request path
Returns:
java.lang.String - representing a valid URL.
Throws:
Exception - if anything went wrong

***  This class is subject to change   ***




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:05:13