com.jivesoftware.forum.stats
Class ReportViewerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.jivesoftware.forum.stats.ReportViewerServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ReportViewerServlet
- extends javax.servlet.http.HttpServlet
A simple servlet to print out the list of archived reports.
- See Also:
- Serialized Form
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static java.io.File |
getReportDir()
|
static java.lang.String |
getURLPrefix()
Returns the prefix to the URL of archived reports. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCESS_PASSWORD_PROP
public static final java.lang.String ACCESS_PASSWORD_PROP
- See Also:
- Constant Field Values
ALLOW_ACCESS_PROP
public static final java.lang.String ALLOW_ACCESS_PROP
- See Also:
- Constant Field Values
ALLOW_ALL_ADMINS_PROP
public static final java.lang.String ALLOW_ALL_ADMINS_PROP
- See Also:
- Constant Field Values
REPORT_URL_PROP
public static final java.lang.String REPORT_URL_PROP
- See Also:
- Constant Field Values
REPORT_LOCATION
public static final java.lang.String REPORT_LOCATION
- See Also:
- Constant Field Values
ReportViewerServlet
public ReportViewerServlet()
getReportDir
public static java.io.File getReportDir()
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doPost
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doGet
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
getURLPrefix
public static java.lang.String getURLPrefix()
- Returns the prefix to the URL of archived reports.
Copyright © 1999-2006 Jive Software.