org.kuali.student.common.ws
Class ServletWrappingController.DelegatingServletConfig
java.lang.Object
org.kuali.student.common.ws.ServletWrappingController.DelegatingServletConfig
- All Implemented Interfaces:
- ServletConfig
- Enclosing class:
- ServletWrappingController
private class ServletWrappingController.DelegatingServletConfig
- extends Object
- implements ServletConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletWrappingController.DelegatingServletConfig
private ServletWrappingController.DelegatingServletConfig()
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.