org.apache.tapestry5.internal.transform
Class ReadOnlyFieldValueConduit
java.lang.Object
org.apache.tapestry5.internal.transform.ReadOnlyFieldValueConduit
- All Implemented Interfaces:
- FieldValueConduit
public abstract class ReadOnlyFieldValueConduit
- extends Object
- implements FieldValueConduit
An implementation of FieldValueConduit for a read-only component field. Subclasses
provide an implementation of the FieldValueConduit.get() method.
- Since:
- 5.2.0
|
Method Summary |
void |
set(Object newValue)
Sets the value of the field |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyFieldValueConduit
public ReadOnlyFieldValueConduit(String qualifiedFieldName)
ReadOnlyFieldValueConduit
public ReadOnlyFieldValueConduit(String className,
String fieldName)
ReadOnlyFieldValueConduit
public ReadOnlyFieldValueConduit(ComponentResources resources,
String fieldName)
set
public final void set(Object newValue)
- Description copied from interface:
FieldValueConduit
- Sets the value of the field
- Specified by:
set in interface FieldValueConduit
- Parameters:
newValue - to be captured
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.