org.apache.tapestry5.internal.transform
Class ReadOnlyComponentFieldConduit
java.lang.Object
org.apache.tapestry5.internal.transform.ReadOnlyComponentFieldConduit
- All Implemented Interfaces:
- FieldConduit<Object>
public abstract class ReadOnlyComponentFieldConduit
- extends Object
- implements FieldConduit<Object>
An implementation of FieldConduit
for a read-only component field. Subclasses
provide an implementation of the FieldConduit.get(Object, org.apache.tapestry5.plastic.InstanceContext)
method.
- Since:
- 5.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tapestry5.plastic.FieldConduit |
get |
ReadOnlyComponentFieldConduit
public ReadOnlyComponentFieldConduit(String qualifiedFieldName)
ReadOnlyComponentFieldConduit
public ReadOnlyComponentFieldConduit(String className,
String fieldName)
ReadOnlyComponentFieldConduit
public ReadOnlyComponentFieldConduit(ComponentResources resources,
String fieldName)
set
public void set(Object instance,
InstanceContext context,
Object newValue)
- Description copied from interface:
FieldConduit
- Invoked when the field's value is updated.
- Specified by:
set
in interface FieldConduit<Object>
- Parameters:
instance
- the instance containing the fieldcontext
- (see ClassInstantiator.with(Class, Object)
)newValue
- value assigned to the field
Copyright © 2003-2012 The Apache Software Foundation.