Package org.apache.webbeans.el22
Class WebBeansELResolver
- java.lang.Object
-
- javax.el.ELResolver
-
- org.apache.webbeans.el22.WebBeansELResolver
-
public class WebBeansELResolver extends javax.el.ELResolverJSF or JSP expression language a.k.a EL resolver.EL is registered with the JSF in faces-config.xml if there exist a faces-config.xml in the application location
WEB-INF/. Otherwise it is registered with JspApplicationContext at start-up.All
@Dependentscoped contextual instances created during an EL expression evaluation are destroyed when the evaluation completes.- Version:
- $Rev: 1307826 $ $Date: 2012-03-31 18:24:37 +0300 (Sat, 31 Mar 2012) $
-
-
Constructor Summary
Constructors Constructor Description WebBeansELResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCommonPropertyType(javax.el.ELContext arg0, Object arg1)protected ObjectgetDependentContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, javax.el.ELContext context, javax.enterprise.inject.spi.Bean<?> bean)Iterator<FeatureDescriptor>getFeatureDescriptors(javax.el.ELContext arg0, Object arg1)protected ObjectgetNormalScopedContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, javax.el.ELContext context, javax.enterprise.inject.spi.Bean<?> bean, String beanName)Class<?>getType(javax.el.ELContext arg0, Object arg1, Object arg2)ObjectgetValue(javax.el.ELContext context, Object base, Object property)booleanisReadOnly(javax.el.ELContext arg0, Object arg1, Object arg2)voidsetValue(javax.el.ELContext arg0, Object arg1, Object arg2, Object arg3)
-
-
-
Method Detail
-
getCommonPropertyType
public Class<?> getCommonPropertyType(javax.el.ELContext arg0, Object arg1)
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext arg0, Object arg1)
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getType
public Class<?> getType(javax.el.ELContext arg0, Object arg1, Object arg2) throws javax.el.ELException
- Specified by:
getTypein classjavax.el.ELResolver- Throws:
javax.el.ELException
-
getValue
public Object getValue(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException
- Specified by:
getValuein classjavax.el.ELResolver- Throws:
javax.el.ELException
-
getNormalScopedContextualInstance
protected Object getNormalScopedContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, javax.el.ELContext context, javax.enterprise.inject.spi.Bean<?> bean, String beanName)
-
getDependentContextualInstance
protected Object getDependentContextualInstance(org.apache.webbeans.container.BeanManagerImpl manager, org.apache.webbeans.el.ELContextStore store, javax.el.ELContext context, javax.enterprise.inject.spi.Bean<?> bean)
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext arg0, Object arg1, Object arg2) throws javax.el.ELException- Specified by:
isReadOnlyin classjavax.el.ELResolver- Throws:
javax.el.ELException
-
-