| javax.servlet.http.HttpServlet org.apache.lenya.cms.cocoon.generation.TestProxyGeneratorServlet
TestProxyGeneratorServlet | public class TestProxyGeneratorServlet extends HttpServlet (Code) | | Proxy Generator Servlet Test
|
getCookies | public String getCookies(HttpServletRequest request)(Code) | | Return all cookies of a request
Parameters: request - The request The cookies (as XML) |
getParameters | public String getParameters(HttpServletRequest request)(Code) | | Get all parameters from a request
Parameters: request - The request The parameters (as XML) |
getRequestInfo | public String getRequestInfo(HttpServletRequest request)(Code) | | Return the information about a request: URI, Server name and port
Parameters: request - The request The information (as XML) |
getSession | public String getSession(HttpServletRequest request)(Code) | | Get all session attributes of a request
Parameters: request - The request The session attributes (in XML) |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|