Save This Page
Home » xwork-2.1.5 » com.opensymphony » xwork2 » ognl » accessor » [javadoc | source]
com.opensymphony.xwork2.ognl.accessor
public class: XWorkMethodAccessor [javadoc | source]
java.lang.Object
   ognl.ObjectMethodAccessor
      com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
Allows methods to be executed under normal cirumstances, except when ReflectionContextState#DENY_METHOD_EXECUTION is in the action context with a value of true.
Field Summary
public static final  String DENY_METHOD_EXECUTION   
     
    public static final  String DENY_INDEXED_ACCESS_EXECUTION   
       
      Method from com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor Summary:
      callMethod,   callStaticMethod
      Methods from java.lang.Object:
      clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
      Method from com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor Detail:
       public Object callMethod(Map context,
          Object object,
          String string,
          Object[] objects) throws MethodFailedException 
       public Object callStaticMethod(Map context,
          Class aClass,
          String string,
          Object[] objects) throws MethodFailedException