Uses of Interface
org.apache.tapestry5.services.ComponentSource
-
Packages that use ComponentSource Package Description org.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to changeorg.apache.tapestry5.internal.services.dashboard org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.org.apache.tapestry5.upload.internal.services [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change -
-
Uses of ComponentSource in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type ComponentSource Constructor Description PagePreloaderImpl(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 ComponentSource Modifier and Type Class Description class
ComponentSourceImpl
Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentSource Constructor Description AjaxPageClassComponentEventResultProcessor(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 ComponentSource Constructor Description AjaxFormUpdateControllerImpl(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 ComponentSource Constructor Description DashboardManagerImpl(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 ComponentSource Constructor Description InjectPageWorker(ComponentSource componentSource, ComponentClassResolver resolver, PerthreadManager perThreadManager)
-
Uses of ComponentSource in org.apache.tapestry5.upload.internal.services
Constructors in org.apache.tapestry5.upload.internal.services with parameters of type ComponentSource Constructor Description UploadExceptionFilter(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)
-