Class ReadOnlyComponentFieldConduit
-
- org.apache.tapestry5.internal.transform.ReadOnlyComponentFieldConduit
-
- All Implemented Interfaces:
>
public abstract class ReadOnlyComponentFieldConduit extends implements >
An implementation ofFieldConduit
for a read-only component field. Subclasses provide an implementation of theFieldConduit.get(Object, org.apache.tapestry5.plastic.InstanceContext)
method.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description qualifiedFieldName)
className, fieldName)
ReadOnlyComponentFieldConduit(ComponentResources resources, fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
instance, InstanceContext context, newValue)
Invoked when the field's value is updated.-
Methods inherited from interface org.apache.tapestry5.plastic.FieldConduit
get
-
-
-
-
Constructor Detail
-
ReadOnlyComponentFieldConduit
public qualifiedFieldName)
-
ReadOnlyComponentFieldConduit
public className, fieldName)
-
ReadOnlyComponentFieldConduit
public ReadOnlyComponentFieldConduit(ComponentResources resources, fieldName)
-
-
Method Detail
-
set
public void instance, InstanceContext context, newValue)
Description copied from interface:FieldConduit
Invoked when the field's value is updated.- Specified by:
>
- Parameters:
instance
- the instance containing the fieldcontext
- (seeClassInstantiator.with(Class, Object)
)newValue
- value assigned to the field
-
-