org.apache.jasper.el
public final class ELResolverImpl extends ELResolver
| Field Summary | |
|---|---|
| static ELResolver | DefaultResolver |
| Constructor Summary | |
|---|---|
| ELResolverImpl(VariableResolver variableResolver) | |
| Method Summary | |
|---|---|
| Class<?> | getCommonPropertyType(ELContext context, Object base) |
| static ELResolver | getDefaultResolver() |
| Iterator<FeatureDescriptor> | getFeatureDescriptors(ELContext context, Object base) |
| Class<?> | getType(ELContext context, Object base, Object property) |
| Object | getValue(ELContext context, Object base, Object property) |
| boolean | isReadOnly(ELContext context, Object base, Object property) |
| void | setValue(ELContext context, Object base, Object property, Object value) |
Deprecated: - Use getDefaultResolver(). Needs to be made private