| javax.servlet.http.HttpServlet org.objectweb.j2eemanagement.servlets.J2eemanagementBaseServlet
All known Subclasses: org.objectweb.j2eemanagement.servlets.ClustMgmtServlet, org.objectweb.j2eemanagement.servlets.MgmtServlet, org.objectweb.j2eemanagement.servlets.JmsAdminServlet, org.objectweb.j2eemanagement.servlets.ClusterDaemonServlet, org.objectweb.j2eemanagement.servlets.NewServerMgmtServlet,
J2eemanagementBaseServlet | public class J2eemanagementBaseServlet extends HttpServlet (Code) | | author: Adriana Danes author: Base classe containing common code for the j2eeManagement servlets |
APP_TITLE | final static String APP_TITLE(Code) | | Printing constant
|
doViewError | protected void doViewError(String pError, HttpServletRequest pRequest, PrintWriter pOut)(Code) | | Simply View error.
Parameters: pError - Message error Parameters: pRequest - Http request Parameters: pOut - Printer |
getInitialContext | public Context getInitialContext()(Code) | | The initial naming context |
getMgmt | public Management getMgmt()(Code) | | The management bean |
printFooter | protected void printFooter(PrintWriter pOut)(Code) | | Footer.
Parameters: pOut - Printer |
printHeader | protected void printHeader(PrintWriter pOut, String pTitle, String pSubTitle)(Code) | | Header.
Parameters: pOut - Printer Parameters: pTitle - Title to display Parameters: pSubTitle - Subtitle to display or null if not |
printHeaderTitle | protected void printHeaderTitle(PrintWriter pOut, String pTitle, String pSubTitle)(Code) | | Header title.
Parameters: pOut - Printer Parameters: pTitle - Title to display Parameters: pSubTitle - Subtitle to display or null if not |
printNavigationFooter | protected void printNavigationFooter(HttpServletRequest pRequest, PrintWriter pOut)(Code) | | Footer navigation.
Parameters: pRequest - Http request Parameters: pOut - Printer |
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)
|
|
|