org.apache.cocoon.components.jsp
Class JSPEngineServletConfig
java.lang.Object
org.apache.cocoon.components.jsp.JSPEngineServletConfig
- All Implemented Interfaces:
- ServletConfig
public final class JSPEngineServletConfig
- extends Object
- implements ServletConfig
Stub implementation of ServletConfig.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPEngineServletConfig
public JSPEngineServletConfig(ServletContext context,
String name)
getServletName
public String getServletName()
- Specified by:
getServletName
in interface ServletConfig
getInitParameterNames
public Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
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
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.