Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.wps.struts.common
Class ModuleContext

java.lang.Object
  extended bycom.ibm.portal.struts.common.ModuleContext
      extended bycom.ibm.wps.struts.common.ModuleContext

public class ModuleContext
extends ModuleContext

The ModuleContext class is used for storing and retrieving objects in a context taking into account application prefixes. This class has been deprecated in favor of the the public package com.ibm.portal.struts.common.

Since:
4.2
See Also:
ModuleContext

Constructor Summary
ModuleContext(org.apache.struts.action.ActionServlet actionServlet, org.apache.struts.config.ModuleConfig moduleConfig)
          Deprecated.  
ModuleContext(javax.servlet.ServletContext servletContext, java.lang.String modulePrefix)
          Deprecated.  
 

Methods inherited from class com.ibm.portal.struts.common.ModuleContext
getObject, getPrefix, getServletContext, removeObject, setPrefix, storeObject
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleContext

public ModuleContext(org.apache.struts.action.ActionServlet actionServlet,
                     org.apache.struts.config.ModuleConfig moduleConfig)
Deprecated.  

Constructs the ModuleContext object.

Parameters:
actionServlet - the action servlet object
moduleConfig - ModuleConfig object
Throws:
java.lang.NullPointerException - if the parameters are null
See Also:
ModuleContext

ModuleContext

public ModuleContext(javax.servlet.ServletContext servletContext,
                     java.lang.String modulePrefix)
Deprecated.  

Constructs the ModuleContext object.

Parameters:
servletContext - the servlet context
modulePrefix - module prefix
Throws:
java.lang.NullPointerException - if the parameters are null
See Also:
ModuleContext

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.