org.apache.myfaces.tobago.servlet
Class NonFacesRequestServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.myfaces.tobago.servlet.NonFacesRequestServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public abstract class NonFacesRequestServlet
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getFromViewId()
will be called to initialize the first ViewRoot,
may be overwritten by extended classes |
abstract java.lang.String |
invokeApplication(javax.faces.context.FacesContext facesContext)
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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 |
NonFacesRequestServlet
public NonFacesRequestServlet()
service
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
invokeApplication
public abstract java.lang.String invokeApplication(javax.faces.context.FacesContext facesContext)
getFromViewId
public java.lang.String getFromViewId()
- will be called to initialize the first ViewRoot,
may be overwritten by extended classes
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.