Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.stats
Class ReportViewerServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Field Summary
static java.lang.String ACCESS_PASSWORD_PROP
           
static java.lang.String ALLOW_ACCESS_PROP
           
static java.lang.String ALLOW_ALL_ADMINS_PROP
           
static java.lang.String REPORT_LOCATION
           
static java.lang.String REPORT_URL_PROP
           
 
Constructor Summary
ReportViewerServlet()
           
 
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
 

Field Detail

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
Constructor Detail

ReportViewerServlet

public ReportViewerServlet()
Method Detail

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.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.