Class NonFacesRequestServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- org.apache.myfaces.tobago.servlet.NonFacesRequestServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
@Deprecated public abstract class NonFacesRequestServlet extends jakarta.servlet.http.HttpServlet
Deprecated.since Tobago 2.0.8 - Please use <f:initParam> instead - see also TOBAGO-1456- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonFacesRequestServlet()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected jakarta.faces.component.UIViewRoot
createViewRoot(jakarta.faces.context.FacesContext facesContext)
Deprecated.String
getFromViewId()
Deprecated.will be called to initialize the first ViewRoot, may be overwritten by extended classesabstract String
invokeApplication(jakarta.faces.context.FacesContext facesContext)
Deprecated.protected void
service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
Deprecated.-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service
-
-
-
-
Method Detail
-
service
protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
Deprecated.- Overrides:
service
in classjakarta.servlet.http.HttpServlet
- Throws:
jakarta.servlet.ServletException
IOException
-
createViewRoot
protected jakarta.faces.component.UIViewRoot createViewRoot(jakarta.faces.context.FacesContext facesContext)
Deprecated.
-
invokeApplication
public abstract String invokeApplication(jakarta.faces.context.FacesContext facesContext)
Deprecated.
-
getFromViewId
public String getFromViewId()
Deprecated.will be called to initialize the first ViewRoot, may be overwritten by extended classes
-
-