public interface

Updater

org.apache.commons.betwixt.expression.Updater
Known Indirect Subclasses

Class Overview

Updater acts like an lvalue which updates the current context bean from some text from an XML attribute or element.

Summary

Public Methods
abstract void update(Context context, Object newValue)
Updates the current bean context with a new String value.

Public Methods

public abstract void update (Context context, Object newValue)

Updates the current bean context with a new String value. This is typically used when parsing XML and updating a bean value from XML

Parameters
context update the bean in this Context
newValue set value to this Object