com.ibm.ccd.ui.portlets.user.context
Class UserContextPortlet

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 org.apache.jetspeed.portlet.PortletAdapter
                      extended by com.ibm.ccd.ui.portlets.BasePortlet
                          extended by com.ibm.ccd.ui.portlets.user.context.UserContextPortlet
All Implemented Interfaces:
com.ibm.websphere.servlet.cache.CacheableServlet, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.jetspeed.portlet.PortletSessionListener

public class UserContextPortlet
extends BasePortlet

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 BUSINESS_FUNCTION_USER_CONTEXT
           
static java.lang.String DEFAULT_ACTION_USER_CONTEXT
           
 
Fields inherited from class com.ibm.ccd.ui.portlets.BasePortlet
alertDataSource, log
 
Constructor Summary
UserContextPortlet()
           
 
Method Summary
 void doView(org.apache.jetspeed.portlet.PortletRequest portletRequest, org.apache.jetspeed.portlet.PortletResponse portletResponse)
           
protected  void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          setBusinessFunction: All Portlets should override this method to set the business function in session variable() (SESSION_BUS_FUNCT)
 
Methods inherited from class com.ibm.ccd.ui.portlets.BasePortlet
addTransaction, addTransaction, createCommand, createCommand, createContext, doHelp, getMessageMap, getReqParamArray, getTextLabel, getTextMessages, getWPSContext, handleException, init
 
Methods inherited from class org.apache.jetspeed.portlet.PortletAdapter
destroy, destroyConcrete, doConfigure, doEdit, getLastModified, getPortletConfig, getPortletLog, getVariable, initConcrete, login, logout, removeVariable, service, setVariable
 
Methods inherited from class org.apache.jetspeed.portlet.Portlet
destroy, doGet, doPost, doPut, getId, getInitParameter, getInitParameterNames, getLastModified, getPortletSettings, getServletContext, getServletInfo, init, service
 
Methods inherited from class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
getSharingPolicy, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace
 
Methods inherited from class javax.servlet.GenericServlet
getServletConfig, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUSINESS_FUNCTION_USER_CONTEXT

public static java.lang.String BUSINESS_FUNCTION_USER_CONTEXT

DEFAULT_ACTION_USER_CONTEXT

public static java.lang.String DEFAULT_ACTION_USER_CONTEXT
Constructor Detail

UserContextPortlet

public UserContextPortlet()
Method Detail

setBusinessFunction

protected void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
Description copied from class: BasePortlet
setBusinessFunction: All Portlets should override this method to set the business function in session variable() (SESSION_BUS_FUNCT)

Specified by:
setBusinessFunction in class BasePortlet

doView

public void doView(org.apache.jetspeed.portlet.PortletRequest portletRequest,
                   org.apache.jetspeed.portlet.PortletResponse portletResponse)
            throws org.apache.jetspeed.portlet.PortletException,
                   java.io.IOException
Overrides:
doView in class org.apache.jetspeed.portlet.PortletAdapter
Throws:
org.apache.jetspeed.portlet.PortletException
java.io.IOException