Uses of Interface
org.apache.tapestry5.plastic.InstanceContext

Packages that use InstanceContext
org.apache.tapestry5.internal.plastic   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.plastic   
 

Uses of InstanceContext in org.apache.tapestry5.internal.plastic
 

Classes in org.apache.tapestry5.internal.plastic that implement InstanceContext
 class ClassInstantiatorImpl<T>
           
 

Methods in org.apache.tapestry5.internal.plastic that return InstanceContext
 InstanceContext AbstractMethodInvocation.getInstanceContext()
           
 

Methods in org.apache.tapestry5.internal.plastic with parameters of type InstanceContext
static Object PlasticInternalUtils.getFromInstanceContext(InstanceContext context, String javaName)
           
 

Constructors in org.apache.tapestry5.internal.plastic with parameters of type InstanceContext
AbstractMethodInvocation(Object instance, InstanceContext instanceContext, MethodInvocationBundle bundle)
           
 

Uses of InstanceContext in org.apache.tapestry5.internal.transform
 

Methods in org.apache.tapestry5.internal.transform with parameters of type InstanceContext
 void ReadOnlyComponentFieldConduit.set(Object instance, InstanceContext context, Object newValue)
           
 

Uses of InstanceContext in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic that return InstanceContext
 InstanceContext MethodInvocation.getInstanceContext()
           
 

Methods in org.apache.tapestry5.plastic with parameters of type InstanceContext
 T ComputedValue.get(InstanceContext context)
          Computes or otherwise provides the value, given the instance's context.
 T FieldConduit.get(Object instance, InstanceContext context)
          Invoked when the field is read.
 void ConstructorCallback.onConstruct(Object instance, InstanceContext context)
          Invoked at the end of the class constructor to perform any additional initializations.
 void FieldConduit.set(Object instance, InstanceContext context, T newValue)
          Invoked when the field's value is updated.
 



Copyright © 2003-2012 The Apache Software Foundation.