|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.myfaces.tobago.servlet.NonFacesRequestServlet
public abstract class NonFacesRequestServlet
| Constructor Summary | |
|---|---|
NonFacesRequestServlet()
|
|
| 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(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 |
|---|
public NonFacesRequestServlet()
| Method Detail |
|---|
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
service in class HttpServletServletException
java.io.IOExceptionpublic abstract java.lang.String invokeApplication(FacesContext facesContext)
public java.lang.String getFromViewId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||