Package org.primefaces.util
Class Constants
- java.lang.Object
-
- org.primefaces.util.Constants
-
public class Constants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Constants.ContextParams
static class
Constants.DialogFramework
static class
Constants.RequestParams
-
Field Summary
Fields Modifier and Type Field Description static String
BARCODE_MAPPING
static String
CLIENT_BEHAVIOR_RENDERING_MODE
static String
COLON
static String
DEFAULT_CACHE_REGION
static String
DOWNLOAD_COOKIE
static String
DYNAMIC_CONTENT_CACHE_PARAM
static String
DYNAMIC_CONTENT_PARAM
static String
DYNAMIC_CONTENT_TYPE_PARAM
static String
DYNAMIC_RESOURCES_MAPPING
static String
EMPTY_STRING
static String
FRAGMENT_PROCESS
static String
FRAGMENT_UPDATE
static String
HELPER_RENDERER
static String
LIBRARY
static String
MULTI_VIEW_STATES
static String
SEMICOLON
static String
SPACE
-
-
-
Field Detail
-
DOWNLOAD_COOKIE
public static final String DOWNLOAD_COOKIE
- See Also:
- Constant Field Values
-
LIBRARY
public static final String LIBRARY
- See Also:
- Constant Field Values
-
DYNAMIC_CONTENT_PARAM
public static final String DYNAMIC_CONTENT_PARAM
- See Also:
- Constant Field Values
-
DYNAMIC_CONTENT_CACHE_PARAM
public static final String DYNAMIC_CONTENT_CACHE_PARAM
- See Also:
- Constant Field Values
-
DYNAMIC_CONTENT_TYPE_PARAM
public static final String DYNAMIC_CONTENT_TYPE_PARAM
- See Also:
- Constant Field Values
-
DYNAMIC_RESOURCES_MAPPING
public static final String DYNAMIC_RESOURCES_MAPPING
- See Also:
- Constant Field Values
-
BARCODE_MAPPING
public static final String BARCODE_MAPPING
- See Also:
- Constant Field Values
-
FRAGMENT_PROCESS
public static final String FRAGMENT_PROCESS
- See Also:
- Constant Field Values
-
FRAGMENT_UPDATE
public static final String FRAGMENT_UPDATE
- See Also:
- Constant Field Values
-
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
-
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
-
COLON
public static final String COLON
- See Also:
- Constant Field Values
-
SEMICOLON
public static final String SEMICOLON
- See Also:
- Constant Field Values
-
CLIENT_BEHAVIOR_RENDERING_MODE
public static final String CLIENT_BEHAVIOR_RENDERING_MODE
- See Also:
- Constant Field Values
-
DEFAULT_CACHE_REGION
public static final String DEFAULT_CACHE_REGION
- See Also:
- Constant Field Values
-
HELPER_RENDERER
public static final String HELPER_RENDERER
- See Also:
- Constant Field Values
-
MULTI_VIEW_STATES
public static final String MULTI_VIEW_STATES
- See Also:
- Constant Field Values
-
-