Package com.webmethods.caf.faces.view.el
Class ActivePageBeanVariableResolver
java.lang.Object
javax.el.ELResolver
com.webmethods.caf.faces.view.el.ActivePageBeanVariableResolver
Resolver to determine the active page bean for the current UIViewRoot
-
Field Summary
FieldsFields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(ELContext ctx, Object base) getFeatureDescriptors
(ELContext ctx, Object base) Class<?>
boolean
isReadOnly
(ELContext ctx, Object base, Object property) void
Methods inherited from class javax.el.ELResolver
invoke
-
Field Details
-
ACTIVE_PAGE_BEAN_REQUEST_ATTR
- See Also:
-
ACTIVE_PAGE_BEAN_VAR
- See Also:
-
-
Constructor Details
-
ActivePageBeanVariableResolver
public ActivePageBeanVariableResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classELResolver
-
getType
- Specified by:
getType
in classELResolver
-
getValue
- Specified by:
getValue
in classELResolver
-
isReadOnly
- Specified by:
isReadOnly
in classELResolver
-
setValue
- Specified by:
setValue
in classELResolver
-