Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.Primary
Packages that use Primary
Package
Description
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] link transformation support implementations; API subject to change
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of Primary in org.apache.tapestry5.beanmodel.internal.services
Constructor parameters in org.apache.tapestry5.beanmodel.internal.services with annotations of type PrimaryModifierConstructorDescriptionBeanModelSourceImpl
(TypeCoercer typeCoercer, PropertyAccess propertyAccess, PropertyConduitSource propertyConduitSource, PlasticProxyFactory proxyFactory, DataTypeAnalyzer dataTypeAnalyzer, ObjectLocator locator) -
Uses of Primary in org.apache.tapestry5.hibernate.web.modules
Methods in org.apache.tapestry5.hibernate.web.modules with annotations of type PrimaryModifier and TypeMethodDescriptionstatic void
HibernateModule.provideCommitAfterAnnotationSupport
(OrderedConfiguration<ComponentClassTransformWorker2> configuration) Adds the CommitAfter annotation work, to process theCommitAfter
annotation. -
Uses of Primary in org.apache.tapestry5.http.modules
Method parameters in org.apache.tapestry5.http.modules with annotations of type PrimaryModifier and TypeMethodDescriptionTapestryHttpModule.buildHttpServletRequestHandler
(org.slf4j.Logger logger, List<HttpServletRequestFilter> configuration, RequestHandler handler, String applicationCharset, TapestrySessionFactory sessionFactory) TapestryHttpModule.buildRequestHandler
(org.slf4j.Logger logger, List<RequestFilter> configuration, Dispatcher masterDispatcher) TapestryHttpModule.buildServletApplicationInitializer
(org.slf4j.Logger logger, List<ServletApplicationInitializerFilter> configuration, ApplicationInitializer initializer) -
Uses of Primary in org.apache.tapestry5.internal.renderers
Constructor parameters in org.apache.tapestry5.internal.renderers with annotations of type PrimaryModifierConstructorDescriptionComponentResourcesRenderer
(ObjectRenderer masterRenderer) EventContextRenderer
(ObjectRenderer masterRenderer) ListRenderer
(ObjectRenderer masterRenderer) ObjectArrayRenderer
(ObjectRenderer masterRenderer) RequestRenderer
(ObjectRenderer masterObjectRenderer, Context context, String contextPath, boolean productionMode, PageClassLoaderContextManager pageClassLoaderContextManager, PageSource pageSource, ComponentClassResolver componentClassResolver) -
Uses of Primary in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with annotations of type PrimaryModifierConstructorDescriptionClassResultProcessor
(ComponentClassResolver resolver, ComponentEventResultProcessor primary) ComponentEventRequestHandlerImpl
(ComponentEventResultProcessor resultProcessor, RequestPageCache cache, Response response, PageActivator pageActivator, Environment environment) ComponentInstanceResultProcessor
(org.slf4j.Logger logger, ComponentEventResultProcessor resultProcessor) ComponentInstantiatorSourceImpl
(org.slf4j.Logger logger, LoggerSource loggerSource, PlasticProxyFactory proxyFactory, ComponentClassTransformWorker2 transformerChain, ClasspathURLConverter classpathURLConverter, OperationTracker tracker, Map<String, ControlledPackageType> configuration, boolean productionMode, boolean multipleClassLoaders, ComponentClassResolver resolver, InternalComponentInvalidationEventHub invalidationHub, PageClassLoaderContextManager pageClassLoaderContextManager, ComponentDependencyRegistry componentDependencyRegistry) PageNameComponentEventResultProcessor
(LinkSource linkSource, ComponentEventResultProcessor primary) PageRenderRequestHandlerImpl
(RequestPageCache cache, ComponentEventResultProcessor resultProcessor, PageResponseRenderer pageResponseRenderer, PageActivator pageActivator, Request request) UnknownActivationContextHandlerImpl
(org.slf4j.Logger logger, ComponentEventResultProcessor resultProcessor) -
Uses of Primary in org.apache.tapestry5.internal.services.linktransform
Constructor parameters in org.apache.tapestry5.internal.services.linktransform with annotations of type PrimaryModifierConstructorDescriptionLinkTransformerImpl
(ComponentEventLinkTransformer componentEventLinkTransformer, PageRenderLinkTransformer pageRenderLinkTransformer) LinkTransformerImpl
(ComponentEventLinkTransformer componentEventLinkTransformer, PageRenderLinkTransformer pageRenderLinkTransformer) -
Uses of Primary in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules with annotations of type PrimaryModifier and TypeMethodDescriptionstatic void
JpaModule.provideClassTransformWorkers
(OrderedConfiguration<ComponentClassTransformWorker2> configuration) -
Uses of Primary in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with annotations of type PrimaryModifier and TypeMethodDescriptionstatic ClasspathAssetProtectionRule
AssetsModule.buildClasspathAssetProtectionRule
(List<ClasspathAssetProtectionRule> rules, ChainBuilder chainBuilder) static void
TapestryModule.provideTransformWorkers
(OrderedConfiguration<ComponentClassTransformWorker2> configuration, MetaWorker metaWorker, ComponentClassResolver resolver, ComponentDependencyRegistry componentDependencyRegistry, PropertyValueProviderWorker propertyValueProviderWorker, boolean productionMode, boolean multipleClassloaders) Adds a number of standard component class transform workers: Parameter Identifies parameters based on theParameter
annotation BindParameter Support for theBindParameter
annotation Property Generates accessor methods ifProperty
annotation is present Import Supports theImport
annotation UnclaimedField Manages unclaimed fields, storing their value in aPerThreadValue
OnEvent Handle the @OnEvent annotation, and related naming convention RenderCommand Ensures all components also implementRenderCommand
SupportsInformalParameters Checks for the annotation RenderPhase Link in render phase methods Retain Allows fields to retain their values between requests Meta Checks for meta data annotations and adds it to the component model PageActivationContext Support forPageActivationContext
annotation DiscardAfter Support forDiscardAfter
method annotation MixinAfter Support for theMixinAfter
mixin class annotation PageReset Checks for thePageReset
annotation Mixin Adds a mixin as part of a component's implementation Cached Checks for theCached
annotation ActivationRequestParameter Support for theActivationRequestParameter
annotation PageLoaded, PageAttached, PageDetached Support for annotationsPageLoaded
,PageAttached
,PageDetached
InjectService Handles theInjectService
annotation Component Defines embedded components based on theComponent
annotation Environment Allows fields to contain values extracted from theEnvironment
service ApplicationState Converts fields that reference application state objects Persist Allows fields to store their their value persistently between requests viaPersist
SessionAttribute Support for theSessionAttribute
Log Checks for theLog
annotation HeartbeatDeferred Support for theHeartbeatDeferred
annotation, which defers method invocation to the end of theHeartbeat
Inject Used with theInject
annotation, when a value is supplied Operation Support for theOperation
method annotationstatic void
AssetsModule.setupAssetDispatch
(OrderedConfiguration<Dispatcher> configuration, Dispatcher assetDispatcher) static void
JavaScriptModule.setupModuleDispatchers
(OrderedConfiguration<Dispatcher> configuration, ModuleManager moduleManager, OperationTracker tracker, ResourceStreamer resourceStreamer, PathConstructor pathConstructor, JavaScriptStackSource javaScriptStackSource, JavaScriptStackPathConstructor javaScriptStackPathConstructor, LocalizationSetter localizationSetter, String modulePathPrefix, String assetPathPrefix) -
Uses of Primary in org.apache.tapestry5.spring.modules
Methods in org.apache.tapestry5.spring.modules with annotations of type PrimaryModifier and TypeMethodDescriptionvoid
SpringModule.reportSpringContextDetailsAtStartup
(OrderedConfiguration<ApplicationInitializerFilter> configuration, org.springframework.context.ApplicationContext springContext) -
Uses of Primary in org.apache.tapestry5.upload.internal.services
Constructor parameters in org.apache.tapestry5.upload.internal.services with annotations of type PrimaryModifierConstructorDescriptionUploadExceptionFilter
(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)