| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
org.apache.jetspeed.portlet.Portlet
atg.websphere.wps.portlet.GenericPortletService
atg.websphere.wps.portlet.DispatchPortlet
public class DispatchPortlet
A portlet which dispatches to a resource
| 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_VERSIONClass 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 | 
|---|
public static java.lang.String CLASS_VERSION
public static final java.lang.String ATTRIBUTE_PATH
| Constructor Detail | 
|---|
public DispatchPortlet()
| Method Detail | 
|---|
public void setPath(java.lang.String pPath)
public java.lang.String getPath()
public void handleService(org.apache.jetspeed.portlet.PortletRequest pPortletRequest,
                          org.apache.jetspeed.portlet.PortletResponse pPortletResponse)
                   throws java.io.IOException,
                          org.apache.jetspeed.portlet.PortletException
handleService in class GenericPortletServicepPortletRequest - the portlet requestpPortletResponse - the portlet response
java.io.IOException - when an i/o error occurs
org.apache.jetspeed.portlet.PortletException - when an error occurs when processing
 this portlet| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||