Package org.apache.tiles.el
Class ScopeELResolver
java.lang.Object
javax.el.ELResolver
org.apache.tiles.el.ScopeELResolver
public class ScopeELResolver
extends javax.el.ELResolver
Resolves beans in request, session and application scope.
- Since:
- 2.2.1
- Version:
- $Rev: 1049676 $ $Date: 2010-12-16 06:38:54 +1100 (Thu, 16 Dec 2010) $
-
Field Summary
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> getCommonPropertyType
(javax.el.ELContext context, Object base) getFeatureDescriptors
(javax.el.ELContext context, Object base) Class
<?> boolean
isReadOnly
(javax.el.ELContext context, Object base, Object property) void
Methods inherited from class javax.el.ELResolver
convertToType, invoke
-
Constructor Details
-
ScopeELResolver
public ScopeELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjavax.el.ELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classjavax.el.ELResolver
-
getType
- Specified by:
getType
in classjavax.el.ELResolver
-
getValue
- Specified by:
getValue
in classjavax.el.ELResolver
-
isReadOnly
- Specified by:
isReadOnly
in classjavax.el.ELResolver
-
setValue
- Specified by:
setValue
in classjavax.el.ELResolver
-