public class ReportServlet
extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_REPOSITORY_ROOT |
static java.lang.String |
PROPERTY_REPOSITORY_ROOT |
static java.lang.String |
REQUEST_PARAMETER_IGNORE_PAGINATION |
static java.lang.String |
REQUEST_PARAMETER_REPORT_JRXML |
static java.lang.String |
REQUEST_PARAMETER_REPORT_URI |
static java.lang.String |
REQUEST_PARAMETER_REPORT_VIEWER |
static java.lang.String |
REQUEST_PARAMETER_RUN_REPORT |
Constructor and Description |
---|
ReportServlet() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
extractReportUri(java.lang.String paramReportUri) |
FileResolver |
getFileResolver() |
java.io.File |
getRepositoryRoot() |
void |
init(ServletConfig config) |
void |
runReport(HttpServletRequest request,
WebReportContext webReportContext) |
void |
service(HttpServletRequest request,
HttpServletResponse response) |
public static final java.lang.String PROPERTY_REPOSITORY_ROOT
public static final java.lang.String DEFAULT_REPOSITORY_ROOT
public static final java.lang.String REQUEST_PARAMETER_REPORT_URI
public static final java.lang.String REQUEST_PARAMETER_IGNORE_PAGINATION
public static final java.lang.String REQUEST_PARAMETER_RUN_REPORT
public static final java.lang.String REQUEST_PARAMETER_REPORT_JRXML
public static final java.lang.String REQUEST_PARAMETER_REPORT_VIEWER
public java.io.File getRepositoryRoot()
public FileResolver getFileResolver()
public void init(ServletConfig config) throws ServletException
ServletException
public void service(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
public void runReport(HttpServletRequest request, WebReportContext webReportContext) throws JRException
JRException
public static java.lang.String extractReportUri(java.lang.String paramReportUri)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com