net.sf.jasperreports.jsf
Class Constants

java.lang.Object
  extended by net.sf.jasperreports.jsf.Constants

public final class Constants
extends Object

Global constants used internally by the plugin.

Author:
A. Alonso Dominguez

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

PACKAGE_PREFIX

public static final String PACKAGE_PREFIX
Prefix string pre-appended to every constant name.


ATTR_REPORT_VIEW

public static final String ATTR_REPORT_VIEW
Request attribute used to mark a faces' view which contains at least one report component.


ATTR_POSTBACK

public static final String ATTR_POSTBACK
Request attribute used to notify that current request is report post back request.


ATTR_VIEW_STATE

public static final String ATTR_VIEW_STATE
Request attribute used internally to store the view state before being cached by the plugin.


BASE_URI

public static final String BASE_URI
Base string URI used to recognize Report render requests.


FACES_HYPERLINK_TYPE

public static final String FACES_HYPERLINK_TYPE

LOG_MESSAGES_BUNDLE

public static final String LOG_MESSAGES_BUNDLE
Log messages bundle.

See Also:
Constant Field Values

PARAM_CLIENTID

public static final String PARAM_CLIENTID
Parameter identifying the component which sended the request.


PARAM_VIEWID

public static final String PARAM_VIEWID
Parameter indetinfying the viewId of the faces' view that needs to be restored.


REPORT_COMPONENT_KEY_PREFIX

public static final String REPORT_COMPONENT_KEY_PREFIX
Internal key prefix used to obtain the report component.


VIEW_CACHE_KEY

public static final String VIEW_CACHE_KEY
Session key used to store the view cache map.



Copyright © 2011 SourceForge.net. All Rights Reserved.