org.pentaho.platform.web.servlet
Class ServletToBeanProxy
java.lang.Object
org.pentaho.platform.web.servlet.ServletToBeanProxy
public class ServletToBeanProxy
- extends Object
Delegates Servlet requests to a Spring-managed bean. Based in FilterToBeanProxy
.
- Author:
- mlowery
- See Also:
ServletToBeanProxy
public ServletToBeanProxy()
destroy
public void destroy()
service
public void service(ServletRequest req,
ServletResponse res)
throws ServletException,
IOException
- Throws:
ServletException
IOException
getServletConfig
public ServletConfig getServletConfig()
getServletInfo
public String getServletInfo()
init
public void init(ServletConfig config)
throws ServletException
- Throws:
ServletException