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

java.lang.Object
  extended by org.apache.beehive.netui.pageflow.scoping.internal.AttributeContainer
      extended by org.apache.beehive.netui.pageflow.scoping.internal.ScopedServletConfig
All Implemented Interfaces
javax.servlet.ServletConfig

public class ScopedServletConfig
extends AttributeContainer
implements javax.servlet.ServletConfig

A wrapper around ServletConfig, associated with a given scope-key.


Constructor Summary
ScopedServletConfig(javax.servlet.ServletContext context, javax.servlet.ServletConfig baseServletConfig)
           
 
Method Summary
 String getInitParameter(String s)
           
 Enumeration getInitParameterNames()
           
 javax.servlet.ServletContext getServletContext()
           
 String getServletName()
           
 
Methods inherited from class org.apache.beehive.netui.pageflow.scoping.internal.AttributeContainer
getAttribute, getAttributeNames, getAttributeNamesArray, getAttrMap, getSerializableAttrs, removeAllAttributes, removeAttribute, setAttribute, setAttrMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedServletConfig

public ScopedServletConfig(javax.servlet.ServletContext context,
                           javax.servlet.ServletConfig baseServletConfig)
Method Detail

getServletName

public String getServletName()
Specified by:
getServletName in interface javax.servlet.ServletConfig

getServletContext

public javax.servlet.ServletContext getServletContext()
Specified by:
getServletContext in interface javax.servlet.ServletConfig

getInitParameter

public String getInitParameter(String s)
Specified by:
getInitParameter in interface javax.servlet.ServletConfig

getInitParameterNames

public Enumeration getInitParameterNames()
Specified by:
getInitParameterNames in interface javax.servlet.ServletConfig


Copyright © 2011, Oracle. All rights reserved.