org.apache.cocoon.servletservice.util
Class ServletConfigurationWrapper
java.lang.Object
org.apache.cocoon.servletservice.util.ServletConfigurationWrapper
- All Implemented Interfaces:
- ServletConfig
- public class ServletConfigurationWrapper
- extends Object
- implements ServletConfig
- Version:
- $Id: ServletConfigurationWrapper.java 562806 2007-08-05 02:26:41Z vgritsenko $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servletConfig
protected ServletConfig servletConfig
servletContext
protected ServletContext servletContext
ServletConfigurationWrapper
public ServletConfigurationWrapper(ServletConfig servletConfig)
- Parameters:
servletConfig -
ServletConfigurationWrapper
public ServletConfigurationWrapper(ServletConfig servletConfig,
ServletContext servletContext)
- Parameters:
servletConfig - servletContext -
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 name)
- Specified by:
getInitParameter in interface ServletConfig
getInitParameterNames
public Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames in interface ServletConfig
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.