| javax.servlet.http.HttpServlet com.jat.presentation.PresentationServlet
All known Subclasses: com.jat.presentation.controller.ControllerServlet, com.jat.presentation.controller.Action,
PresentationServlet | abstract public class PresentationServlet extends HttpServlet (Code) | | Title: JAT
Description:
Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)
Distributed under the terms of the GNU Lesser General Public License, v2.1 or later
author: stf version: 1.2 since: 1.2 |
Method Summary | |
public static void | checkPrivilege(HttpSession session, String privilege, Object object) | public static void | checkPrivilege(HttpServletRequest request) | public static void | checkSession(HttpSession session) | public static void | disableBrowserCache(HttpServletResponse response) | public static void | dispatchToPage(HttpServletRequest request, HttpServletResponse response, String s) | abstract public void | doAction(HttpServletRequest request, HttpServletResponse response) | public void | doPost(HttpServletRequest request, HttpServletResponse response) | public static String | getDefaultErrorPage() | public static String | getHomePage() | public static String | getInitialPage() | public static void | printHeaders(HttpServletRequest request, java.io.Writer out) | public static void | printHeaders(HttpServletRequest request, java.io.Writer out, String header, int deeph, String cr, String indent) | public static void | printHeadersHtml(HttpServletRequest request, Writer out) |
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)
|
|
|