com.uwyn.rife.servlet
Class RifeServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.uwyn.rife.servlet.RifeServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class RifeServlet
- extends HttpServlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RifeServlet
public RifeServlet()
getGate
public Object getGate()
- Returns the gate that this filter sets up.
Note that this is deliberately returned as Object to prevent
the Gate class to be loaded by the wrong
classloader.
- Returns:
- the
Gate that has been setup by this filter. - Since:
- 1.6
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
service
public void service(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
throws ServletException
- Overrides:
service in class HttpServlet
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy in interface Servlet- Overrides:
destroy in class GenericServlet
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.