org.pentaho.platform.web.servlet
Class ServletToBeanProxy

java.lang.Object
  extended by 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:

Constructor Summary
ServletToBeanProxy()
           
 
Method Summary
 void destroy()
           
 ServletConfig getServletConfig()
           
 String getServletInfo()
           
 void init(ServletConfig config)
           
 void service(ServletRequest req, ServletResponse res)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletToBeanProxy

public ServletToBeanProxy()
Method Detail

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