Uses of Annotation Type
org.apache.tapestry5.services.Traditional
Packages that use Traditional
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of Traditional in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with annotations of type TraditionalModifierConstructorDescriptionClassResultProcessor
(ComponentClassResolver resolver, ComponentEventResultProcessor primary) ComponentEventRequestHandlerImpl
(ComponentEventResultProcessor resultProcessor, RequestPageCache cache, Response response, PageActivator pageActivator, Environment environment) ComponentInstanceResultProcessor
(org.slf4j.Logger logger, ComponentEventResultProcessor resultProcessor) ComponentRequestHandlerTerminator
(ComponentEventRequestHandler componentEventRequestHandler, PageRenderRequestHandler pageRenderRequestHandler, InvalidationEventHub invalidationEventHub, 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 Traditional in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with annotations of type TraditionalModifier and TypeMethodDescriptionvoid
TapestryModule.contributeComponentEventResultProcessor
(ComponentEventResultProcessor componentInstanceProcessor, MappedConfiguration<Class, ComponentEventResultProcessor> configuration) Contributes handlers for the following types: Object Failure case, added to provide a more useful exception messageLink
Sends a redirect to the link (which is typically a page render link) String Sends a page render redirect Class Interpreted as the class name of a page, sends a page render render redirect (this is more refactoring safe than the page name)Component
A page's root component (though a non-root component will work, but will generate a warning). -
Uses of Traditional in org.apache.tapestry5.upload.internal.services
Constructor parameters in org.apache.tapestry5.upload.internal.services with annotations of type TraditionalModifierConstructorDescriptionUploadExceptionFilter
(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)