org.pentaho.platform.web.servlet
Class ServletToBeanProxy
java.lang.Object
org.pentaho.platform.web.servlet.ServletToBeanProxy
- All Implemented Interfaces:
- javax.servlet.Servlet
public class ServletToBeanProxy
- extends java.lang.Object
- implements javax.servlet.Servlet
Delegates Servlet requests to a Spring-managed bean. Based in FilterToBeanProxy.
- Author:
- mlowery
- See Also:
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletToBeanProxy
public ServletToBeanProxy()
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet
service
public void service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Specified by:
service in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
java.io.IOException
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig in interface javax.servlet.Servlet
getServletInfo
public java.lang.String getServletInfo()
- Specified by:
getServletInfo in interface javax.servlet.Servlet
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException