atg.websphere.wps.portlet
Class DispatchPortlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
              extended by org.apache.jetspeed.portlet.Portlet
                  extended by atg.websphere.wps.portlet.GenericPortletService
                      extended by atg.websphere.wps.portlet.DispatchPortlet
All Implemented Interfaces:
Attribute, com.ibm.websphere.servlet.cache.CacheableServlet, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.jetspeed.portlet.event.ActionListener, org.apache.jetspeed.portlet.PortletPageListener, org.apache.jetspeed.portlet.PortletSessionListener

public class DispatchPortlet
extends GenericPortletService
implements Attribute

A portlet which dispatches to a resource

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.jetspeed.portlet.Portlet
org.apache.jetspeed.portlet.Portlet.Mode, org.apache.jetspeed.portlet.Portlet.ModeModifier
 
Field Summary
static java.lang.String ATTRIBUTE_PATH
           
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from interface atg.websphere.wps.portlet.Attribute
PORTLETREQUEST, PORTLETRESPONSE
 
Constructor Summary
DispatchPortlet()
          Constructs an instanceof DispatchPortlet
 
Method Summary
 java.lang.String getPath()
          Returns property Path
 void handleService(org.apache.jetspeed.portlet.PortletRequest pPortletRequest, org.apache.jetspeed.portlet.PortletResponse pPortletResponse)
          Called by the portlet container to indicate that a portlet should handle a request/response.
 void setPath(java.lang.String pPath)
          Sets property Path
 
Methods inherited from class atg.websphere.wps.portlet.GenericPortletService
actionPerformed, beginPage, destroy, destroyConcrete, endPage, getContext, getLastModified, getName, getPortletConfig, getPortletContext, handleActionPerformed, handleBeginPage, handleEndPage, handleLogin, handleLogout, init, initConcrete, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, log, logDebug, logDebug, logDebug, logError, logError, logError, login, logInfo, logInfo, logInfo, logout, logWarning, logWarning, logWarning, lookup, service, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, startConcreteService, startService, stopConcreteService, stopService
 
Methods inherited from class org.apache.jetspeed.portlet.Portlet
destroy, doDelete, doGet, doOptions, doPost, doPut, doTrace, getInitParameter, getInitParameterNames, getLastModified, getPortletSettings, getServletConfig, getServletContext, getServletInfo, init, init, service
 
Methods inherited from class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
getGenericKey, getId, getSharingPolicy
 
Methods inherited from class javax.servlet.http.HttpServlet
doHead, service
 
Methods inherited from class javax.servlet.GenericServlet
getServletName, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


ATTRIBUTE_PATH

public static final java.lang.String ATTRIBUTE_PATH
See Also:
Constant Field Values
Constructor Detail

DispatchPortlet

public DispatchPortlet()
Constructs an instanceof DispatchPortlet

Method Detail

setPath

public void setPath(java.lang.String pPath)
Sets property Path


getPath

public java.lang.String getPath()
Returns property Path


handleService

public void handleService(org.apache.jetspeed.portlet.PortletRequest pPortletRequest,
                          org.apache.jetspeed.portlet.PortletResponse pPortletResponse)
                   throws java.io.IOException,
                          org.apache.jetspeed.portlet.PortletException
Called by the portlet container to indicate that a portlet should handle a request/response. Derived classes should override this method to handle the servicing of a request

Overrides:
handleService in class GenericPortletService
Parameters:
pPortletRequest - the portlet request
pPortletResponse - the portlet response
Throws:
java.io.IOException - when an i/o error occurs
org.apache.jetspeed.portlet.PortletException - when an error occurs when processing this portlet