org.apache.beehive.netui.pageflow.scoping.internal
Class ScopedServletConfig
Object
AttributeContainer
ScopedServletConfig
- All Implemented Interfaces:
- ServletConfig
public class ScopedServletConfig
- extends AttributeContainer
- implements ServletConfig
A wrapper around ServletConfig, associated with a given scope-key.
Constructor Summary |
ScopedServletConfig(ServletContext context,
ServletConfig baseServletConfig)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopedServletConfig
public ScopedServletConfig(ServletContext context,
ServletConfig baseServletConfig)
getServletName
public String getServletName()
- Specified by:
getServletName
in interface ServletConfig
getServletContext
public ServletContext getServletContext()
- Specified by:
getServletContext
in interface ServletConfig
getInitParameter
public String getInitParameter(String s)
- Specified by:
getInitParameter
in interface ServletConfig
getInitParameterNames
public Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
in interface ServletConfig