| java.lang.Object ognl.ObjectPropertyAccessor org.ognl.test.CompilingPropertyAccessor
CompilingPropertyAccessor | public class CompilingPropertyAccessor extends ObjectPropertyAccessor (Code) | | Implementation of PropertyAccessor that uses Javassist to compile
a property accessor specifically tailored to the property.
|
Inner Class :public interface Getter | |
getPrimitiveWrapperClass | public static Class getPrimitiveWrapperClass(Class primitiveClass)(Code) | | |
Methods inherited from ognl.ObjectPropertyAccessor | public Object getPossibleProperty(Map context, Object target, String name) throws OgnlException(Code)(Java Doc) public Object getProperty(Map context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasGetProperty(OgnlContext context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasGetProperty(Map context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasSetProperty(OgnlContext context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasSetProperty(Map context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public Object setPossibleProperty(Map context, Object target, String name, Object value) throws OgnlException(Code)(Java Doc) public void setProperty(Map context, Object target, Object oname, Object value) throws OgnlException(Code)(Java Doc)
|
|
|