Uses of Class
org.apache.tapestry5.ioc.util.IdAllocator
-
Packages that use IdAllocator Package Description org.apache.tapestry5.corelib.internal [INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change core components.org.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to changeorg.apache.tapestry5.ioc.util Utility classes supporting Tapestry IOC services -
-
Uses of IdAllocator in org.apache.tapestry5.corelib.internal
Constructors in org.apache.tapestry5.corelib.internal with parameters of type IdAllocator Constructor Description FormSupportImpl(ComponentResources resources, String clientId, ComponentActionSink actionSink, 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 Constructor Description JavaScriptSupportImpl(DocumentLinker linker, JavaScriptStackSource javascriptStackSource, JavaScriptStackPathConstructor stackPathConstructor, IdAllocator idAllocator, boolean partialMode, BooleanHook suppressCoreStylesheetsHook)
-
Uses of IdAllocator in org.apache.tapestry5.ioc.util
Methods in org.apache.tapestry5.ioc.util that return IdAllocator Modifier and Type Method Description IdAllocator
IdAllocator. clone()
Creates a clone of this IdAllocator instance, copying the allocator's namespace and key map.
-