| java.lang.Object com.opensymphony.xwork.util.CompoundRootAccessor
CompoundRootAccessor | public class CompoundRootAccessor implements PropertyAccessor,MethodAccessor,ClassResolver(Code) | | A stack that is able to call methods on objects in the stack.
author: $Author: rainerh $ author: Rainer Hermanns version: $Revision: 1071 $ |
Inner Class :static class MethodCall | |
Method Summary | |
public Object | callMethod(Map context, Object target, String name, Object[] objects) | public Object | callStaticMethod(Map transientVars, Class aClass, String s, Object[] objects) | public Class | classForName(String className, Map context) | public Object | getProperty(Map context, Object target, Object name) | public void | setProperty(Map context, Object target, Object name, Object value) |
|
|