| java.lang.Object clime.messadmin.providers.displayformat.HTMLFormatProvider
HTMLFormatProvider | public class HTMLFormatProvider implements DisplayFormatProvider(Code) | | IMPLEMENTATION NOTE: always use include() instead of forward(), to get the real name of this servlet in jsp's
author: Cédrik LIME since: 4.1 |
Method Summary | |
public void | displayServerInfosPage(HttpServletRequest req, HttpServletResponse resp, IServerInfo serverInfo) | public void | displaySessionDetailPage(HttpServletRequest req, HttpServletResponse resp, IApplicationInfo webAppStats, ISessionInfo currentSession) | public void | displaySessionsListPage(HttpServletRequest req, HttpServletResponse resp, String sortBy, String orderBy, IApplicationInfo webAppStats, Collection activeSessions, Collection passiveSessionsIds) | public void | displayWebAppStatsPage(HttpServletRequest req, HttpServletResponse resp, IApplicationInfo webAppStats) | public void | displayWebAppsList(HttpServletRequest req, HttpServletResponse resp, Set applicationInfos) | public String | getContentType() | public String | getFormatID() | public int | getPriority() | public ServletConfig | getServletConfig() Returns this servlet's
ServletConfig object. | public ServletContext | getServletContext() Returns a reference to the
ServletContext in which this servlet
is running. | public void | init(ServletConfig config) | public void | preProcess(HttpServletRequest req, HttpServletResponse resp) |
sessionDetailJspPath | protected String sessionDetailJspPath(Code) | | |
sessionsListJspPath | protected String sessionsListJspPath(Code) | | |
HTMLFormatProvider | public HTMLFormatProvider()(Code) | | |
getPriority | public int getPriority()(Code) | | |
getServletConfig | public ServletConfig getServletConfig()(Code) | | Returns this servlet's
ServletConfig object.
ServletConfig the ServletConfig objectthat initialized this servlet |
getServletContext | public ServletContext getServletContext()(Code) | | Returns a reference to the
ServletContext in which this servlet
is running. See
ServletConfig.getServletContext .
This method is supplied for convenience. It gets the
context from the servlet's ServletConfig object.
ServletContext the ServletContext objectpassed to this servlet by the init method |
|
|