|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.portal.struts.common.ModuleContext
com.ibm.wps.struts.common.ModuleContext
public class 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.
ModuleContext| Constructor Summary | |
|---|---|
ModuleContext(ActionServlet actionServlet,
ModuleConfig moduleConfig)
Deprecated. |
|
ModuleContext(ServletContext servletContext,
java.lang.String modulePrefix)
Deprecated. |
|
| Method Summary |
|---|
| 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 |
|---|
public ModuleContext(ActionServlet actionServlet,
ModuleConfig moduleConfig)
actionServlet - the action servlet objectmoduleConfig - ModuleConfig object
java.lang.NullPointerException - if the parameters are nullModuleContext
public ModuleContext(ServletContext servletContext,
java.lang.String modulePrefix)
servletContext - the servlet contextmodulePrefix - module prefix
java.lang.NullPointerException - if the parameters are nullModuleContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||