|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.jsf.Constants
public final class Constants
Global constants used internally by the plugin.
Field Summary | |
---|---|
static String |
ATTR_POSTBACK
Request attribute used to notify that current request is report post back request. |
static String |
ATTR_REPORT_VIEW
Request attribute used to mark a faces' view which contains at least one report component. |
static String |
ATTR_VIEW_STATE
Request attribute used internally to store the view state before being cached by the plugin. |
static String |
BASE_URI
Base string URI used to recognize Report render requests. |
static String |
FACES_HYPERLINK_TYPE
|
static String |
LOG_MESSAGES_BUNDLE
Log messages bundle. |
static String |
PACKAGE_PREFIX
Prefix string pre-appended to every constant name. |
static String |
PARAM_CLIENTID
Parameter identifying the component which sended the request. |
static String |
PARAM_VIEWID
Parameter indetinfying the viewId of the faces' view that needs to be restored. |
static String |
REPORT_COMPONENT_KEY_PREFIX
Internal key prefix used to obtain the report component. |
static String |
VIEW_CACHE_KEY
Session key used to store the view cache map. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PACKAGE_PREFIX
public static final String ATTR_REPORT_VIEW
public static final String ATTR_POSTBACK
public static final String ATTR_VIEW_STATE
public static final String BASE_URI
public static final String FACES_HYPERLINK_TYPE
public static final String LOG_MESSAGES_BUNDLE
public static final String PARAM_CLIENTID
public static final String PARAM_VIEWID
public static final String REPORT_COMPONENT_KEY_PREFIX
public static final String VIEW_CACHE_KEY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |