|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpServletServicer
HttpServlet servicer that is also the differentiator type for a
HttpServlet Task.
| Method Summary | |
|---|---|
String[] |
getServletMappings()
Obtains the mappings that are handled by this HttpServletServicer. |
String |
getServletName()
Obtains the name of this HttpServletServicer. |
void |
include(OfficeServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Includes the content from this HttpServlet. |
| Method Detail |
|---|
String getServletName()
Obtains the name of this HttpServletServicer.
This will be used to find this HttpServletServicer by name.
HttpServletServicer name.String[] getServletMappings()
Obtains the mappings that are handled by this HttpServletServicer.
The mappings are of the form:
/some/path.extension: for exact mapping (extension is
optional)/wild/card/*: for path wild card mapping*.extension: for extension mapping
This follows the Servlet specification in regards to mappings.
HttpServletServicer.ServicerMapper
void include(OfficeServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
HttpServlet.
context - OfficeServletContext.request - HttpServletRequest.response - HttpServletResponse.
javax.servlet.ServletException - As per RequestDispatcher.
IOException - As per RequestDispatcher.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||