org.apache.myfaces.tobago.servlet
Class NonFacesRequestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.myfaces.tobago.servlet.NonFacesRequestServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public abstract class NonFacesRequestServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
NonFacesRequestServlet()
           
 
Method Summary
 String getFromViewId()
          will be called to initilize the first ViewRoot, may be overwritten by extended classes
abstract  String invokeApplication(FacesContext facesContext)
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonFacesRequestServlet

public NonFacesRequestServlet()
Method Detail

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException

invokeApplication

public abstract String invokeApplication(FacesContext facesContext)

getFromViewId

public String getFromViewId()
will be called to initilize the first ViewRoot, may be overwritten by extended classes



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.