public class AbstractServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_MESSAGE_KEY_PAGE_NOT_FOUND |
static String |
EXCEPTION_MESSAGE_KEY_REPORT_GENERATION_ERROR |
static String |
EXCEPTION_MESSAGE_KEY_REPORT_NOT_FOUND |
protected static String |
HTML_ACCEPT_HEADER |
protected static String |
HTML_CONTENT_TYPE |
protected static String |
JSON_ACCEPT_HEADER |
protected static String |
JSON_CONTENT_TYPE |
Constructor and Description |
---|
AbstractServlet() |
Modifier and Type | Method and Description |
---|---|
JasperReportsContext |
getJasperReportsContext() |
static void |
setJasperReportsContext(JasperReportsContext jrctx) |
protected void |
setNoExpire(javax.servlet.http.HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
protected static final String JSON_CONTENT_TYPE
protected static final String HTML_CONTENT_TYPE
protected static final String JSON_ACCEPT_HEADER
protected static final String HTML_ACCEPT_HEADER
public static final String EXCEPTION_MESSAGE_KEY_PAGE_NOT_FOUND
public static final String EXCEPTION_MESSAGE_KEY_REPORT_GENERATION_ERROR
public static final String EXCEPTION_MESSAGE_KEY_REPORT_NOT_FOUND
public JasperReportsContext getJasperReportsContext()
public static void setJasperReportsContext(JasperReportsContext jrctx)
protected void setNoExpire(javax.servlet.http.HttpServletResponse response)
Copyright © 2017. All rights reserved.