|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Marker | |
---|---|
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.internal.services.assets | [INTERNAL USE ONLY] asset support services; API subject to change |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.services | Core services |
org.apache.tapestry5.services.assets | Various services for assets (e.g., images, JavaScript & CSS files) |
org.apache.tapestry5.services.pageload | Services for locating and loading pages and component resources. |
org.apache.tapestry5.spring | Integration of Tapestry with the Spring Inversion Of Control Container |
Uses of Marker in org.apache.tapestry5.hibernate |
---|
Classes in org.apache.tapestry5.hibernate with annotations of type Marker | |
---|---|
class |
HibernateCoreModule
Defines core services that support initialization of Hibernate and access to the Hibernate Session . |
Uses of Marker in org.apache.tapestry5.internal.services |
---|
Classes in org.apache.tapestry5.internal.services with annotations of type Marker | |
---|---|
class |
ClasspathAssetFactory
Generates Assets for files on the classpath. |
class |
ComponentInstanceResultProcessor
|
class |
InternalModule
TapestryModule has gotten too complicated and it is nice to demarkate public
(and stable) from internal (and volatile). |
Uses of Marker in org.apache.tapestry5.internal.services.assets |
---|
Classes in org.apache.tapestry5.internal.services.assets with annotations of type Marker | |
---|---|
class |
MasterResourceMinimizer
Implementation that delegates, via its configuration, to a real implementation based on the content type of the resource. |
Uses of Marker in org.apache.tapestry5.ioc.services |
---|
Classes in org.apache.tapestry5.ioc.services with annotations of type Marker | |
---|---|
class |
TapestryIOCModule
Defines the base set of services for the Tapestry IOC container. |
Uses of Marker in org.apache.tapestry5.services |
---|
Classes in org.apache.tapestry5.services with annotations of type Marker | |
---|---|
class |
TapestryModule
The root module for Tapestry. |
Methods in org.apache.tapestry5.services with annotations of type Marker | |
---|---|
ComponentEventRequestHandler |
TapestryModule.buildAjaxComponentEventRequestHandler(java.util.List<ComponentEventRequestFilter> configuration,
org.slf4j.Logger logger,
AjaxComponentEventRequestHandler terminator)
Builds the action request handler for Ajax requests, based on a pipeline around AjaxComponentEventRequestHandler . |
ComponentEventResultProcessor |
TapestryModule.buildAjaxComponentEventResultProcessor(java.util.Map<java.lang.Class,ComponentEventResultProcessor> configuration,
InvalidationEventHub hub)
The component event result processor used for Ajax-oriented component requests. |
ApplicationInitializer |
TapestryModule.buildApplicationInitializer(org.slf4j.Logger logger,
java.util.List<ApplicationInitializerFilter> configuration)
Initializes the application, using a pipeline of ApplicationInitializer s. |
static InvalidationEventHub |
TapestryModule.buildComponentClassesInvalidationEventHub(InternalComponentInvalidationEventHub trueHub)
Exposes the public portion of the internal InternalComponentInvalidationEventHub service. |
ClassFactory |
TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
Returns a ClassFactory that can
be used to create extra classes around
component classes. |
ComponentClassTransformWorker2 |
TapestryModule.buildComponentClassTransformWorker(java.util.List<ComponentClassTransformWorker2> configuration)
Allows the exact steps in the component class transformation process to be defined. |
ComponentEventLinkTransformer |
TapestryModule.buildComponentEventLinkTransformer(java.util.List<ComponentEventLinkTransformer> configuration)
Builds ComponentEventLinkTransformer service as a chain of command. |
ComponentEventRequestHandler |
TapestryModule.buildComponentEventRequestHandler(java.util.List<ComponentEventRequestFilter> configuration,
org.slf4j.Logger logger,
ComponentEventRequestHandlerImpl terminator)
Builds the component action request handler for traditional (non-Ajax) requests. |
ComponentEventResultProcessor |
TapestryModule.buildComponentEventResultProcessor(java.util.Map<java.lang.Class,ComponentEventResultProcessor> configuration,
InvalidationEventHub hub)
The component event result processor used for normal component requests. |
static InvalidationEventHub |
TapestryModule.buildComponentMessagesInvalidationEventHub(ComponentMessagesSource messagesSource)
|
PlasticProxyFactory |
TapestryModule.buildComponentProxyFactory(ComponentInstantiatorSource source)
Returns a PlasticProxyFactory that can be used to create extra classes around component classes. |
ComponentTemplateLocator |
TapestryModule.buildComponentTemplateLocator(java.util.List<ComponentTemplateLocator> configuration)
Builds the ComponentTemplateLocator as a chain of command. |
static InvalidationEventHub |
TapestryModule.buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource templateSource)
|
AssetFactory |
TapestryModule.buildContextAssetFactory(ApplicationGlobals globals,
AssetPathConstructor assetPathConstructor,
AssetPathConverter converter)
|
DataTypeAnalyzer |
TapestryModule.buildDataTypeAnalyzer(java.util.List<DataTypeAnalyzer> configuration)
Analyzes properties to determine the data types, used to TapestryModule.provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration) locale display and edit blocks for properties. |
Dispatcher |
TapestryModule.buildMasterDispatcher(java.util.List<Dispatcher> configuration)
Ordered contributions to the MasterDispatcher service allow different URL matching strategies to occur. |
StackTraceElementAnalyzer |
TapestryModule.buildMasterStackTraceElementAnalyzer(java.util.List<StackTraceElementAnalyzer> configuration)
|
ObjectRenderer |
TapestryModule.buildObjectRenderer(java.util.Map<java.lang.Class,ObjectRenderer> configuration)
|
PageRenderLinkTransformer |
TapestryModule.buildPageRenderLinkTransformer(java.util.List<PageRenderLinkTransformer> configuration)
Builds PageRenderLinkTransformer service as a chain of command. |
RequestHandler |
TapestryModule.buildRequestHandler(org.slf4j.Logger logger,
java.util.List<RequestFilter> configuration,
Dispatcher masterDispatcher)
|
SessionPersistedObjectAnalyzer |
TapestryModule.buildSessionPersistedObjectAnalyzer(java.util.Map<java.lang.Class,SessionPersistedObjectAnalyzer> configuration)
The master SessionPersistedObjectAnalyzer. |
Uses of Marker in org.apache.tapestry5.services.assets |
---|
Classes in org.apache.tapestry5.services.assets with annotations of type Marker | |
---|---|
class |
AssetsModule
|
Uses of Marker in org.apache.tapestry5.services.pageload |
---|
Classes in org.apache.tapestry5.services.pageload with annotations of type Marker | |
---|---|
class |
PageLoadModule
|
Uses of Marker in org.apache.tapestry5.spring |
---|
Methods in org.apache.tapestry5.spring with annotations of type Marker | |
---|---|
static ApplicationContextCustomizer |
SpringModule.buildApplicationContextCustomizer(java.util.List<ApplicationContextCustomizer> configuration,
ChainBuilder builder)
Defines a chain-of-command for handling application context customization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |