public abstract class

NonFacesRequestServlet

extends HttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ org.apache.myfaces.tobago.servlet.NonFacesRequestServlet

Summary

Public Constructors
NonFacesRequestServlet()
Public Methods
String getFromViewId()
will be called to initialize the first ViewRoot, may be overwritten by extended classes
abstract String invokeApplication(FacesContext facesContext)
Protected Methods
void service(HttpServletRequest request, HttpServletResponse response)
[Expand]
Inherited Methods
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public NonFacesRequestServlet ()

Public Methods

public String getFromViewId ()

will be called to initialize the first ViewRoot, may be overwritten by extended classes

public abstract String invokeApplication (FacesContext facesContext)

Protected Methods

protected void service (HttpServletRequest request, HttpServletResponse response)

Throws
ServletException
IOException