org.hippoecm.hst.jaxrs
Class AbstractJaxrsService.ServletConfigImpl

java.lang.Object
  extended by org.hippoecm.hst.jaxrs.AbstractJaxrsService.ServletConfigImpl
All Implemented Interfaces:
javax.servlet.ServletConfig
Enclosing class:
AbstractJaxrsService

protected static class AbstractJaxrsService.ServletConfigImpl
extends Object
implements javax.servlet.ServletConfig


Constructor Summary
AbstractJaxrsService.ServletConfigImpl(String servletName, javax.servlet.ServletContext context, Map<String,String> initParams)
           
 
Method Summary
 String getInitParameter(String name)
           
 Enumeration getInitParameterNames()
           
 javax.servlet.ServletContext getServletContext()
           
 String getServletName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJaxrsService.ServletConfigImpl

public AbstractJaxrsService.ServletConfigImpl(String servletName,
                                              javax.servlet.ServletContext context,
                                              Map<String,String> initParams)
Method Detail

getInitParameter

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

getInitParameterNames

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

getServletContext

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

getServletName

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


Copyright © 2008-2012 Hippo. All Rights Reserved.