| java.lang.Object org.apache.commons.betwixt.expression.TypedUpdater org.apache.commons.betwixt.expression.MethodUpdater
MethodUpdater | public class MethodUpdater extends TypedUpdater (Code) | | MethodUpdater updates the current bean context
by calling a WriteMethod with the String value from the XML attribute
or element.
author: James Strachan version: $Revision: 438373 $ |
MethodUpdater | public MethodUpdater()(Code) | | Base constructor
|
MethodUpdater | public MethodUpdater(Method method)(Code) | | Convenience constructor sets method property
Parameters: method - the Method to be invoked on the context's bean in the update |
getMethod | public Method getMethod()(Code) | | Gets the method which will be invoked by the update
the Method to be invoked by the update |
setLog | public static void setLog(Log aLog)(Code) | | Programmatically set log
Parameters: aLog - the implementation to which this class should log |
setMethod | public void setMethod(Method method)(Code) | | Sets the constant value of this expression
Parameters: method - the Method to be invoked by the update |
toString | public String toString()(Code) | | Returns something useful for logging.
something useful for logging |
|
|