org.apache.myfaces.webapp
Class MyFacesServlet
java.lang.Object
org.apache.myfaces.webapp.MyFacesServlet
- Servlet, DelegatedFacesServlet
public class MyFacesServlet
extends java.lang.Object
Derived FacesServlet that can be used for debugging purpose
and to fix the Weblogic startup issue (FacesServlet is initialized before ServletContextListener).
$Revision: 278953 $ $Date: 2005-09-06 11:20:44 +0200 (Tue, 06 Sep 2005) $- Manfred Geiler (latest modification by $Author: mmarinschek $)
destroy
public void destroy()
getServletConfig
public ServletConfig getServletConfig()
getServletInfo
public String getServletInfo()
init
public void init(ServletConfig servletConfig)
throws ServletException
service
public void service(ServletRequest request,
ServletResponse response)
throws IOException,
ServletException