Uses of Class
org.apache.tapestry5.ioc.util.IdAllocator

Packages that use IdAllocator
org.apache.tapestry5.corelib.internal For internal use only; API subject to change. 
org.apache.tapestry5.internal.services.ajax   
org.apache.tapestry5.ioc.util   
 

Uses of IdAllocator in org.apache.tapestry5.corelib.internal
 

Constructors in org.apache.tapestry5.corelib.internal with parameters of type IdAllocator
FormSupportImpl(ComponentResources resources, String clientId, ComponentActionSink actionSink, ClientBehaviorSupport clientBehaviorSupport, boolean clientValidationEnabled, IdAllocator idAllocator, String formValidationId)
          Full constructor (specifically constructor for render time).
 

Uses of IdAllocator in org.apache.tapestry5.internal.services.ajax
 

Constructors in org.apache.tapestry5.internal.services.ajax with parameters of type IdAllocator
JavaScriptSupportImpl(DocumentLinker linker, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor stackPathConstructor, IdAllocator idAllocator, boolean partialMode)
           
 

Uses of IdAllocator in org.apache.tapestry5.ioc.util
 

Methods in org.apache.tapestry5.ioc.util that return IdAllocator
 IdAllocator IdAllocator.clone()
          Creates a clone of this IdAllocator instance, copying the allocator's namespace and key map.
 



Copyright © 2003-2012 The Apache Software Foundation.