com.liferay.faces.util.el
Class ExtELResolver

java.lang.Object
  extended by javax.el.ELResolver
      extended by com.liferay.faces.util.el.ELResolverBase
          extended by com.liferay.faces.util.el.ExtELResolver

public class ExtELResolver
extends ELResolverBase

Author:
Neil Griffin

Field Summary
static String BROWSER_SNIFFER
           
static String I18N
           
 
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Constructor Summary
ExtELResolver()
           
 
Method Summary
 Class<?> getCommonPropertyType(javax.el.ELContext elContext, Object base)
           
 boolean isReadOnly(javax.el.ELContext elContext, Object base, Object property)
           
protected  Object resolveProperty(javax.el.ELContext elContext, Object base, String property)
           
protected  Object resolveVariable(javax.el.ELContext elContext, String varName)
           
 void setValue(javax.el.ELContext elContext, Object base, Object property, Object value)
           
 
Methods inherited from class com.liferay.faces.util.el.ELResolverBase
addFeatureDescriptor, getFeatureDescriptors, getType, getValue
 
Methods inherited from class javax.el.ELResolver
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER_SNIFFER

public static final String BROWSER_SNIFFER
See Also:
Constant Field Values

I18N

public static final String I18N
See Also:
Constant Field Values
Constructor Detail

ExtELResolver

public ExtELResolver()
Method Detail

resolveProperty

protected Object resolveProperty(javax.el.ELContext elContext,
                                 Object base,
                                 String property)
Specified by:
resolveProperty in class ELResolverBase

resolveVariable

protected Object resolveVariable(javax.el.ELContext elContext,
                                 String varName)
Specified by:
resolveVariable in class ELResolverBase

getCommonPropertyType

public Class<?> getCommonPropertyType(javax.el.ELContext elContext,
                                      Object base)
Specified by:
getCommonPropertyType in class javax.el.ELResolver

setValue

public void setValue(javax.el.ELContext elContext,
                     Object base,
                     Object property,
                     Object value)
Overrides:
setValue in class ELResolverBase

isReadOnly

public boolean isReadOnly(javax.el.ELContext elContext,
                          Object base,
                          Object property)
Overrides:
isReadOnly in class ELResolverBase


Copyright © 2015 Liferay, Inc.. All rights reserved.