org.kuali.student.common.ws
Class ServletWrappingController.DelegatingServletConfig

java.lang.Object
  extended by org.kuali.student.common.ws.ServletWrappingController.DelegatingServletConfig
All Implemented Interfaces:
ServletConfig
Enclosing class:
ServletWrappingController

private class ServletWrappingController.DelegatingServletConfig
extends Object
implements ServletConfig


Constructor Summary
private ServletWrappingController.DelegatingServletConfig()
           
 
Method Summary
 String getInitParameter(String paramName)
           
 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

ServletWrappingController.DelegatingServletConfig

private ServletWrappingController.DelegatingServletConfig()
Method Detail

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 paramName)
Specified by:
getInitParameter in interface ServletConfig

getInitParameterNames

public Enumeration<?> getInitParameterNames()
Specified by:
getInitParameterNames in interface ServletConfig


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.