Uses of Interface
org.apache.tapestry5.services.ComponentSource
Packages that use ComponentSource
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of ComponentSource in org.apache.tapestry5.internal
Constructors in org.apache.tapestry5.internal with parameters of type ComponentSourceModifierConstructorDescriptionFormsRequirePostExceptionHandlerAssistant
(ComponentSource componentSource, PageRenderLinkSource linkSource) -
Uses of ComponentSource in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type ComponentSourceModifierConstructorDescriptionPagePreloaderImpl
(org.slf4j.Logger logger, OperationTracker tracker, ComponentSource componentSource, Collection<String> configuration, ThreadLocale threadLocale, LocalizationSetter localizationSetter) -
Uses of ComponentSource in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ComponentSourceConstructors in org.apache.tapestry5.internal.services with parameters of type ComponentSourceModifierConstructorDescriptionAjaxPageClassComponentEventResultProcessor
(ComponentSource componentSource, ComponentEventResultProcessor masterProcessor) LinkDecorationListener
(ComponentClassResolver resolver, ComponentSource componentSource, ComponentModelSource modelSource) -
Uses of ComponentSource in org.apache.tapestry5.internal.services.ajax
Constructors in org.apache.tapestry5.internal.services.ajax with parameters of type ComponentSourceModifierConstructorDescriptionAjaxFormUpdateControllerImpl
(ComponentSource componentSource, HiddenFieldLocationRules rules, Environment environment, Heartbeat heartbeat, ClientDataEncoder clientDataEncoder, org.slf4j.Logger logger) -
Uses of ComponentSource in org.apache.tapestry5.internal.services.dashboard
Constructors in org.apache.tapestry5.internal.services.dashboard with parameters of type ComponentSourceModifierConstructorDescriptionDashboardManagerImpl
(ComponentSource componentSource, List<DashboardTab> tabs) -
Uses of ComponentSource in org.apache.tapestry5.internal.transform
Constructors in org.apache.tapestry5.internal.transform with parameters of type ComponentSourceModifierConstructorDescriptionInjectPageWorker
(ComponentSource componentSource, ComponentClassResolver resolver, PerthreadManager perThreadManager, ComponentDependencyRegistry componentDependencyRegistry) -
Uses of ComponentSource in org.apache.tapestry5.upload.internal.services
Constructors in org.apache.tapestry5.upload.internal.services with parameters of type ComponentSourceModifierConstructorDescriptionUploadExceptionFilter
(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)