org.springframework.web.servlet.mvc
Class ServletWrappingController.DelegatingServletConfig
java.lang.Object
org.springframework.web.servlet.mvc.ServletWrappingController.DelegatingServletConfig
- All Implemented Interfaces:
- javax.servlet.ServletConfig
- Enclosing class:
- ServletWrappingController
private class ServletWrappingController.DelegatingServletConfig
- extends java.lang.Object
- implements javax.servlet.ServletConfig
Internal implementation of the ServletConfig interface, to be passed
to the wrapped servlet. Delegates to ServletWrappingController fields
and methods to provide init parameters and other environment info.
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 java.lang.String getServletName()
- Specified by:
getServletName
in interface javax.servlet.ServletConfig
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interface javax.servlet.ServletConfig
getInitParameter
public java.lang.String getInitParameter(java.lang.String paramName)
- Specified by:
getInitParameter
in interface javax.servlet.ServletConfig
getInitParameterNames
public java.util.Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.servlet.ServletConfig