| java.lang.Object javax.el.ELResolver
All known Subclasses: javax.servlet.jsp.el.ScopedAttributeELResolver, javax.el.ArrayELResolver, javax.el.ListELResolver, javax.el.ResourceBundleELResolver, org.apache.jasper.el.ELResolverImpl, javax.el.MapELResolver, javax.el.CompositeELResolver, javax.servlet.jsp.el.ImplicitObjectELResolver, javax.el.BeanELResolver,
ELResolver | abstract public class ELResolver (Code) | | author: Jacob Hookom [jacob/hookom.net] |
Method Summary | |
abstract public Class> | getCommonPropertyType(ELContext context, Object base) | abstract public Iterator<java.beans.FeatureDescriptor> | getFeatureDescriptors(ELContext context, Object base) | abstract public Class> | getType(ELContext context, Object base, Object property) | abstract public Object | getValue(ELContext context, Object base, Object property) | abstract public boolean | isReadOnly(ELContext context, Object base, Object property) | static String | message(ELContext context, String name, Object[] props) | abstract public void | setValue(ELContext context, Object base, Object property, Object value) |
RESOLVABLE_AT_DESIGN_TIME | final public static String RESOLVABLE_AT_DESIGN_TIME(Code) | | |
|
|