| com.jat.presentation.PresentationServlet com.jat.presentation.controller.ControllerServlet
ControllerServlet | public class ControllerServlet extends PresentationServlet (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.0 since: 1.2 |
destroy | public void destroy()(Code) | | |
Methods inherited from com.jat.presentation.PresentationServlet | public static void checkPrivilege(HttpSession session, String privilege, Object object) throws PresentationException, BusinessException(Code)(Java Doc) public static void checkPrivilege(HttpServletRequest request) throws PresentationException, BusinessException(Code)(Java Doc) public static void checkSession(HttpSession session) throws ExpiredSessionException(Code)(Java Doc) public static void disableBrowserCache(HttpServletResponse response)(Code)(Java Doc) public static void dispatchToPage(HttpServletRequest request, HttpServletResponse response, String s) throws ServletException, IOException(Code)(Java Doc) abstract public void doAction(HttpServletRequest request, HttpServletResponse response) throws PresentationException, IOException, ServletException(Code)(Java Doc) public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc) public static String getDefaultErrorPage() throws ServletException(Code)(Java Doc) public static String getHomePage() throws ServletException(Code)(Java Doc) public static String getInitialPage() throws ServletException(Code)(Java Doc) public static void printHeaders(HttpServletRequest request, java.io.Writer out) throws IOException(Code)(Java Doc) public static void printHeaders(HttpServletRequest request, java.io.Writer out, String header, int deeph, String cr, String indent) throws IOException(Code)(Java Doc) public static void printHeadersHtml(HttpServletRequest request, Writer out) throws IOException(Code)(Java Doc)
|
|
|