org.apache.beehive.netui.pageflow.scoping.internal
Class ScopedServletConfig

Object
  extended by AttributeContainer
      extended by 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)
           
 
Method Summary
 String getInitParameter(String s)
           
 Enumeration getInitParameterNames()
           
 ServletContext getServletContext()
           
 String getServletName()
           
 
Methods inherited from class AttributeContainer
getAttribute, getAttributeNames, getAttributeNamesArray, getAttrMap, getSerializableAttrs, removeAllAttributes, removeAttribute, setAttribute, setAttrMap
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedServletConfig

public ScopedServletConfig(ServletContext context,
                           ServletConfig baseServletConfig)
Method Detail

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