Uses of Class
org.apache.tapestry5.ioc.util.IdAllocator
Packages that use IdAllocator
Package
Description
[INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change
core components.
[INTERNAL USE ONLY] AJAX support services; API subject to change
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 IdAllocatorModifierConstructorDescriptionFormSupportImpl
(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 IdAllocatorModifierConstructorDescriptionJavaScriptSupportImpl
(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 IdAllocatorModifier and TypeMethodDescriptionIdAllocator.clone()
Creates a clone of this IdAllocator instance, copying the allocator's namespace and key map.