| Package | Description | 
|---|---|
| org.apache.tapestry5.hibernate.modules | |
| org.apache.tapestry5.internal.renderers | [INTERNAL USE ONLY] support classes for component template rendering; API subject to change | 
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.internal.services.linktransform | [INTERNAL USE ONLY] link transformation support implementations; API subject to change | 
| org.apache.tapestry5.jpa.modules | |
| org.apache.tapestry5.modules | |
| org.apache.tapestry5.upload.internal.services | [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change | 
| org.apache.tapestry5.webresources.modules | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | HibernateModule. provideCommitAfterAnnotationSupport(OrderedConfiguration<ComponentClassTransformWorker2> configuration)Adds the CommitAfter annotation work, to process the
  CommitAfterannotation. | 
| Constructor and Description | 
|---|
| ComponentResourcesRenderer(ObjectRenderer masterRenderer) | 
| EventContextRenderer(ObjectRenderer masterRenderer) | 
| ListRenderer(ObjectRenderer masterRenderer) | 
| ObjectArrayRenderer(ObjectRenderer masterRenderer) | 
| RequestRenderer(ObjectRenderer masterObjectRenderer,
                              Context context,
                              String contextPath) | 
| Constructor and Description | 
|---|
| LinkTransformerImpl(ComponentEventLinkTransformer componentEventLinkTransformer,
                                      PageRenderLinkTransformer pageRenderLinkTransformer) | 
| LinkTransformerImpl(ComponentEventLinkTransformer componentEventLinkTransformer,
                                      PageRenderLinkTransformer pageRenderLinkTransformer) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | JpaModule. provideClassTransformWorkers(OrderedConfiguration<ComponentClassTransformWorker2> configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | TapestryModule. provideTransformWorkers(OrderedConfiguration<ComponentClassTransformWorker2> configuration,
                                              MetaWorker metaWorker,
                                              ComponentClassResolver resolver)Adds a number of standard component class transform workers:
 
 Parameter
 Identifies parameters based on the  Parameterannotation
 BindParameter
 Support for theBindParameterannotation
 Property
 Generates accessor methods ifPropertyannotation is present
 Import
 Supports theImportannotation
 UnclaimedField
 Manages unclaimed fields, storing their value in aPerThreadValueOnEvent
 Handle the @OnEvent annotation, and related naming convention
 RenderCommand
 Ensures all components also implementRenderCommandSupportsInformalParameters
 Checks for the annotation
 RenderPhase
 Link in render phase methods
 Retain
 Allows fields to retain their values between requests
 Meta
 Checks for meta data annotations and adds it to the component model
 PageActivationContext Support forPageActivationContextannotation
 DiscardAfter Support forDiscardAftermethod annotation 
 MixinAfter Support for theMixinAftermixin class annotation
 PageReset
 Checks for thePageResetannotation
 Mixin
 Adds a mixin as part of a component's implementation
 Cached
 Checks for theCachedannotation
 ActivationRequestParameter
 Support for theActivationRequestParameterannotation
 PageLoaded, PageAttached, PageDetached
 Support for annotationsPageLoaded,PageAttached,PageDetachedInjectService
 Handles theInjectServiceannotation
 Component
 Defines embedded components based on theComponentannotation
 Environment
 Allows fields to contain values extracted from theEnvironmentservice
 ApplicationState
 Converts fields that reference application state objects
 Persist
 Allows fields to store their their value persistently between requests viaPersistSessionAttribute
 Support for theSessionAttributeLog
 Checks for theLogannotation
 HeartbeatDeferred
 Support for theHeartbeatDeferredannotation, which defers method invocation to the end of theHeartbeatInject
 Used with theInjectannotation, when a value is supplied
 Operation Support for theOperationmethod annotation | 
| static void | AssetsModule. setupAssetDispatch(OrderedConfiguration<Dispatcher> configuration,
                                    Dispatcher assetDispatcher) | 
| static void | JavaScriptModule. setupModuleDispatchers(OrderedConfiguration<Dispatcher> configuration,
                                            ModuleManager moduleManager,
                                            OperationTracker tracker,
                                            ResourceStreamer resourceStreamer,
                                            PathConstructor pathConstructor,
                                            JavaScriptStackSource javaScriptStackSource,
                                            JavaScriptStackPathConstructor javaScriptStackPathConstructor,
                                            LocalizationSetter localizationSetter,
                                            String modulePathPrefix,
                                            String assetPathPrefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpServletRequestHandler | TapestryModule. buildHttpServletRequestHandler(org.slf4j.Logger logger,
                                                            List<HttpServletRequestFilter> configuration,
                                                            RequestHandler handler,
                                                            String applicationCharset,
                                                            TapestrySessionFactory sessionFactory) | 
| RequestHandler | TapestryModule. buildRequestHandler(org.slf4j.Logger logger,
                                      List<RequestFilter> configuration,
                                      Dispatcher masterDispatcher) | 
| ServletApplicationInitializer | TapestryModule. buildServletApplicationInitializer(org.slf4j.Logger logger,
                                                                    List<ServletApplicationInitializerFilter> configuration,
                                                                    ApplicationInitializer initializer) | 
| Constructor and Description | 
|---|
| UploadExceptionFilter(MultipartDecoder decoder,
                                          ComponentEventResultProcessor resultProcessor,
                                          ComponentSource componentSource) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | WebResourcesModule. provideLessCompilerProblemRenderer(MappedConfiguration<Class,ObjectRenderer> configuration)Alas  AntlrExceptions do not have a useful toString() which makes them useless in the exception report;
 here we provide anObjectRendererthat breaks them apart into useful strings. | 
| static void | WebResourcesModule. setupDefaultResourceMinimizers(MappedConfiguration<String,ResourceMinimizer> configuration) | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.