Uses of Interface
org.apache.tapestry.services.impl.DeferredObject

Packages that use DeferredObject
org.apache.tapestry.services.impl   
 

Uses of DeferredObject in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement DeferredObject
 class DeferredObjectImpl
          An encapsulation of an invocation of Translator.translate(org.apache.hivemind.internal.Module, java.lang.Class, java.lang.String, org.apache.hivemind.Location), allowing the actual invocation (and all the object creation, etc., that entails) to be deferred, or even avoided all together.
 

Methods in org.apache.tapestry.services.impl with parameters of type DeferredObject
 void InfrastructureContribution.setDeferredObject(DeferredObject deferredObject)