|
||||||||||
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
com.stratelia.silverpeas.peasCore.servlets.SilverpeasHttpServlet
public class SilverpeasHttpServlet
This servlet is the parent one of Silverpeas application. It provides common HTTP servlet tools. User: Yohann Chastagnier Date: 20/09/13
Constructor Summary | |
---|---|
SilverpeasHttpServlet()
|
Method Summary | |
---|---|
protected void |
redirectOrForwardService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String destination)
Handle the sendRedirect or the forward. |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
throwHttpForbiddenError()
The HTTP server understood the request, but is refusing to fulfill it. |
protected void |
throwHttpNotFoundError()
The server has not found anything matching the requested address (URI) ( not found ). |
protected void |
throwHttpPreconditionFailedError()
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server. |
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 SilverpeasHttpServlet()
Method Detail |
---|
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void redirectOrForwardService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String destination) throws javax.servlet.ServletException, IOException
request
- response
- destination
-
javax.servlet.ServletException
IOException
protected void throwHttpPreconditionFailedError()
protected void throwHttpForbiddenError()
protected void throwHttpNotFoundError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |