Package com.sun.faces.el
Interface ELConstants
- All Known Implementing Classes:
ImplicitObjectELResolver
,ImplicitObjectELResolverForJsp
public interface ELConstants
- Author:
- jhook
-
Field Summary
Fields Modifier and Type Field Description static int
APPLICATION
static int
APPLICATION_SCOPE
static int
COMPONENT
static int
COMPOSITE_COMPONENT
static int
COOKIE
static int
FACES_CONTEXT
static int
FACES_FLOW
static int
FLASH
static int
HEADER
static int
HEADER_VALUES
static int
INIT_PARAM
static int
PARAM
static int
PARAM_VALUES
static int
REQUEST
static int
REQUEST_SCOPE
static int
RESOURCE
static int
SESSION
static int
SESSION_SCOPE
static int
VIEW
static int
VIEW_SCOPE
-
Field Details
-
APPLICATION
static final int APPLICATION- See Also:
- Constant Field Values
-
APPLICATION_SCOPE
static final int APPLICATION_SCOPE- See Also:
- Constant Field Values
-
COMPOSITE_COMPONENT
static final int COMPOSITE_COMPONENT- See Also:
- Constant Field Values
-
COMPONENT
static final int COMPONENT- See Also:
- Constant Field Values
-
COOKIE
static final int COOKIE- See Also:
- Constant Field Values
-
FACES_CONTEXT
static final int FACES_CONTEXT- See Also:
- Constant Field Values
-
FLASH
static final int FLASH- See Also:
- Constant Field Values
-
FACES_FLOW
static final int FACES_FLOW- See Also:
- Constant Field Values
-
HEADER
static final int HEADER- See Also:
- Constant Field Values
-
HEADER_VALUES
static final int HEADER_VALUES- See Also:
- Constant Field Values
-
INIT_PARAM
static final int INIT_PARAM- See Also:
- Constant Field Values
-
PARAM
static final int PARAM- See Also:
- Constant Field Values
-
PARAM_VALUES
static final int PARAM_VALUES- See Also:
- Constant Field Values
-
REQUEST
static final int REQUEST- See Also:
- Constant Field Values
-
REQUEST_SCOPE
static final int REQUEST_SCOPE- See Also:
- Constant Field Values
-
RESOURCE
static final int RESOURCE- See Also:
- Constant Field Values
-
SESSION
static final int SESSION- See Also:
- Constant Field Values
-
SESSION_SCOPE
static final int SESSION_SCOPE- See Also:
- Constant Field Values
-
VIEW
static final int VIEW- See Also:
- Constant Field Values
-
VIEW_SCOPE
static final int VIEW_SCOPE- See Also:
- Constant Field Values
-