Uses of Class
org.apache.tapestry5.ioc.annotations.UsesOrderedConfiguration

Packages that use UsesOrderedConfiguration
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.services   
org.apache.tapestry5.spring   
 

Uses of UsesOrderedConfiguration in org.apache.tapestry5.hibernate
 

Classes in org.apache.tapestry5.hibernate with annotations of type UsesOrderedConfiguration
 interface HibernateSessionSource
          Responsible for creating a Hibernate session as needed.
 

Uses of UsesOrderedConfiguration in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services with annotations of type UsesOrderedConfiguration
 class URLRewriterImpl
          Default URLRewriter implementation.
 

Uses of UsesOrderedConfiguration in org.apache.tapestry5.ioc.services
 

Classes in org.apache.tapestry5.ioc.services with annotations of type UsesOrderedConfiguration
 interface MasterObjectProvider
          A service that acts as a chain-of-command over a number of ObjectProvider, but allows for the case where no object may be provided.
 interface SymbolSource
          Used to manage symbols, configuration properties whose value is evaluated at runtime.
 

Uses of UsesOrderedConfiguration in org.apache.tapestry5.services
 

Classes in org.apache.tapestry5.services with annotations of type UsesOrderedConfiguration
 interface ApplicationInitializer
          Service interface for initializing Tapestry for the application.
 interface ComponentEventRequestHandler
          Handler interface for component event requests.
 interface ComponentRequestHandler
          A facade around ComponentEventRequestHandler and PageRenderRequestHandler that allows for simplified filters that cover both types of requests.
 interface DataTypeAnalyzer
          Used by BeanModelSource to identify the type of data associated with a particular property (represented as a PropertyAdapter).
 interface Dispatcher
          A dispatcher is responsible for recognizing an incoming request.
 interface HttpServletRequestHandler
          The first step in handing an incoming request to the servlet filter, this constructed as a pipeline.
 interface MarkupRenderer
          An object which will perform rendering of a page (or portion of a page).
 interface PageRenderRequestHandler
          Handles a invocation related to rendering out a pages complete content.
 interface PartialMarkupRenderer
          Defines an Ajax-oriented partial page render, wherein a render of a portion of a page occurs, and the content is stored into a key ("content") of a JSONObject, which is sent to the client side as the final response.
 interface RequestHandler
          Service interface for the RequestHandler pipeline service.
 interface ServletApplicationInitializer
          Service interface for initializing a servlet application, as a pipeline.
 interface StackTraceElementAnalyzer
          Used by ExceptionDisplay to characterize each stack frame that is presented.
 interface ValidationConstraintGenerator
          Invoked to generate a list of validation constraint strings for a property.
 interface ValidationMessagesSource
          Source for validation messages, within a particular locale.
 

Uses of UsesOrderedConfiguration in org.apache.tapestry5.spring
 

Classes in org.apache.tapestry5.spring with annotations of type UsesOrderedConfiguration
 interface ApplicationContextCustomizer
          A bridge from Spring's approach to customizing the application context, over to Tapestry's approach.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.