Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.UsesOrderedConfiguration
Packages that use UsesOrderedConfiguration
Package
Description
Support for JSR-303 Bean Validation via the Hibernate validator implementation
Allows Clojure functions to be injected into Tapestry services and components
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
[INTERNAL USE ONLY] internal service classes; API subject to change
Tapestry IOC service interfaces
Core services
Support for the built-in "T5Dashboard" page.
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
Services supporting link transformation.
Services supporting component and application message catalogs.
Services for locating and loading pages and component resources.
Services related to Tapestry's REST support, including OpenAPI 3.0 description generation.
Interfaces support a simple whitelist-based security model to protect page access.
Template services
Support for component class transformation.
Integration of Tapestry with the Spring Inversion Of Control Container
-
Uses of UsesOrderedConfiguration in org.apache.tapestry5.beanvalidator
Classes in org.apache.tapestry5.beanvalidator with annotations of type UsesOrderedConfiguration -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.clojure
Classes in org.apache.tapestry5.clojure with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Maps a method from a service interface to a fully-qualified Clojure function name, as a ClojureSymbol
. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.commons
Classes in org.apache.tapestry5.commons with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Interface implemented by classes which converts objects toRecursiveValue
instances. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.commons.services
Classes in org.apache.tapestry5.commons.services with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Used byBeanModelSource
to identify the type of data associated with a particular property (represented as aPropertyAdapter
). -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.hibernate
Classes in org.apache.tapestry5.hibernate with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Responsible for creating a Hibernate session as needed. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.http.internal
Classes in org.apache.tapestry5.http.internal with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Service that handles Tapestry's support for asynchronous Servlet API requests. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.http.services
Classes in org.apache.tapestry5.http.services with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Service interface for initializing Tapestry for the application.class
HttpServletRequestFilter that handles CORS.interface
A dispatcher is responsible for recognizing an incoming request.interface
Service that converts the body of an HTTP request to a given target class.interface
The first step in handing an incoming request to the servlet filter, this constructed as a pipeline.interface
Service interface for the RequestHandler pipeline service.interface
Service interface for initializing a servlet application, as a pipeline. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services with annotations of type UsesOrderedConfiguration -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.ioc.services
Classes in org.apache.tapestry5.ioc.services with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
A service that acts as a chain-of-command over a number ofObjectProvider
, but allows for the case where no object may be provided.final class
Service that collects theServiceConfigurationListener
s.interface
Used to manage symbols, configuration properties whose value is evaluated at runtime. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.jacksondatabind.services
Classes in org.apache.tapestry5.jacksondatabind.services with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Service that providesObjectMapper
instances for specific mapped entity classes. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.mongodb
Classes in org.apache.tapestry5.mongodb with annotations of type UsesOrderedConfiguration -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services
Classes in org.apache.tapestry5.services with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Chain-of-responsibility service which defines rules for blocking access to classpath resources based on their paths.interface
Handler interface for component event requests.interface
Service that provides information about component libraries.interface
A facade aroundComponentEventRequestHandler
andPageRenderRequestHandler
that allows for simplified filters that cover both types of requests.interface
An object which will perform rendering of a page (or portion of a page).interface
Handles a invocation related to rendering out a pages complete content.interface
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 aJSONObject
, which is sent to the client side as the final response.interface
Used byExceptionDisplay
to characterize each stack frame that is presented.interface
Invoked to generate a list of validation constraint strings for a property. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.dashboard
Classes in org.apache.tapestry5.services.dashboard with annotations of type UsesOrderedConfiguration -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.javascript
Classes in org.apache.tapestry5.services.javascript with annotations of type UsesOrderedConfigurationModifier and TypeClassDescriptionclass
An extensible implementation ofJavaScriptStack
that can be used as the implementation of a service. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.linktransform
Classes in org.apache.tapestry5.services.linktransform with annotations of type UsesOrderedConfiguration -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.messages
Classes in org.apache.tapestry5.services.messages with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Used to connect a Tapestry component to its message catalog, or to obtain the application catalog (that all component message catalogs extend from). -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.pageload
Classes in org.apache.tapestry5.services.pageload with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
A service which defines whether cache page instances should have soft references pointing to it (the default) or strong, non-garbage-collectable ones. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.rest
Classes in org.apache.tapestry5.services.rest with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Service used to generate OpenAPI 3.0 description in JSON format for an application REST endpoints (i.e.interface
Interface that describes the type of a REST endpoint parameter, return type or request body. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.security
Classes in org.apache.tapestry5.services.security with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Analyzes the current request to see if it is on the whitelist (of clients with access to certain key pages). -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.templates
Classes in org.apache.tapestry5.services.templates with annotations of type UsesOrderedConfiguration -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.services.transform
Classes in org.apache.tapestry5.services.transform with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
Interface for a set of objects that can perform transformation of component classes.interface
Provides some form of injection when the value for anInject
annotation is present. -
Uses of UsesOrderedConfiguration in org.apache.tapestry5.spring
Classes in org.apache.tapestry5.spring with annotations of type UsesOrderedConfigurationModifier and TypeInterfaceDescriptioninterface
A bridge from Spring's approach to customizing the application context, over to Tapestry's approach.
ComponentResourceSelector
instead.