| com.caucho.webbeans.el.WebBeansContextResolver
WebBeansContextResolver | public class WebBeansContextResolver extends ELResolver (Code) | | Variable resolution for webbeans variables
|
Method Summary | |
public Class> | getCommonPropertyType(ELContext context, Object base) | public Iterator<FeatureDescriptor> | getFeatureDescriptors(ELContext context, Object base) | public Class> | getType(ELContext context, Object base, Object property) | public Object | getValue(ELContext context, Object base, Object property) | public boolean | isReadOnly(ELContext context, Object base, Object property) | public void | setValue(ELContext context, Object base, Object property, Object value) |
WebBeansContextResolver | public WebBeansContextResolver()(Code) | | |
getCommonPropertyType | public Class> getCommonPropertyType(ELContext context, Object base)(Code) | | |
getValue | public Object getValue(ELContext context, Object base, Object property) throws PropertyNotFoundException, ELException(Code) | | |
isReadOnly | public boolean isReadOnly(ELContext context, Object base, Object property) throws PropertyNotFoundException, ELException(Code) | | |
setValue | public void setValue(ELContext context, Object base, Object property, Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException(Code) | | |
|
|