org.apache.cocoon.components.jsp
Class JSPEngineServletConfig

java.lang.Object
  extended by org.apache.cocoon.components.jsp.JSPEngineServletConfig
All Implemented Interfaces:
ServletConfig

public final class JSPEngineServletConfig
extends Object
implements ServletConfig

Stub implementation of ServletConfig.


Constructor Summary
JSPEngineServletConfig(ServletContext context, String name)
           
 
Method Summary
 String getInitParameter(String name)
           
 Enumeration getInitParameterNames()
           
 ServletContext getServletContext()
           
 String getServletName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPEngineServletConfig

public JSPEngineServletConfig(ServletContext context,
                              String name)
Method Detail

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.