Uses of Class
org.apache.tapestry5.services.Traditional

Packages that use Traditional
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.upload.internal.services [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 Traditional
ComponentEventRequestHandlerImpl(ComponentEventResultProcessor resultProcessor, RequestPageCache cache, Response response, PageActivator pageActivator, ActionRenderResponseGenerator generator, Environment environment)
           
ComponentRequestHandlerTerminator(ComponentEventRequestHandler componentEventRequestHandler, PageRenderRequestHandler pageRenderRequestHandler)
           
PageRenderRequestHandlerImpl(RequestPageCache cache, ComponentEventResultProcessor resultProcessor, PageResponseRenderer pageResponseRenderer, PageActivator pageActivator)
           
 

Uses of Traditional in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type Traditional
 void TapestryModule.contributeComponentEventResultProcessor(ComponentEventResultProcessor componentInstanceProcessor, MappedConfiguration<Class,ComponentEventResultProcessor> configuration)
          Contributes handlers for the following types: Object Failure case, added to provide a more useful exception message Link 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 Traditional
UploadExceptionFilter(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)
           
 



Copyright © 2003-2012 The Apache Software Foundation.