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 intAPPLICATIONstatic intAPPLICATION_SCOPEstatic intCOMPONENTstatic intCOMPOSITE_COMPONENTstatic intCOOKIEstatic intFACES_CONTEXTstatic intFACES_FLOWstatic intFLASHstatic intHEADERstatic intHEADER_VALUESstatic intINIT_PARAMstatic intPARAMstatic intPARAM_VALUESstatic intREQUESTstatic intREQUEST_SCOPEstatic intRESOURCEstatic intSESSIONstatic intSESSION_SCOPEstatic intVIEWstatic intVIEW_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
-