| Package | Description | 
|---|---|
| org.apache.tapestry5.beanvalidator.modules | |
| org.apache.tapestry5.internal.beanvalidator | 
 [INTERNAL USE ONLY] JSR-303 Bean Validation implementation details; API subject to change 
 | 
| org.apache.tapestry5.internal.pageload | 
 [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change 
 | 
| 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.internal.services.javascript | 
 [INTERNAL USE ONLY] JavaScript support implementations; API subject to change 
 | 
| org.apache.tapestry5.internal.translator | 
 [INTERNAL USE ONLY] translator implementation classes; API subject to change. 
 | 
| org.apache.tapestry5.ioc.internal.services | 
 [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
 | 
| org.apache.tapestry5.ioc.test | 
 Classes supporting testing of Tapestry IOC services 
 | 
| org.apache.tapestry5.modules | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
BeanValidatorModule.contributeBeanValidatorSource(OrderedConfiguration<BeanValidatorConfigurer> configuration,
                                                          ThreadLocale threadLocale)  | 
| Constructor and Description | 
|---|
MessageInterpolatorImpl(MessageInterpolator delegate,
                                              ThreadLocale threadLocale)  | 
| Constructor and Description | 
|---|
DefaultComponentRequestSelectorAnalyzer(ThreadLocale threadLocale)  | 
PagePreloaderImpl(org.slf4j.Logger logger,
                                  OperationTracker tracker,
                                  ComponentSource componentSource,
                                  Collection<String> configuration,
                                  ThreadLocale threadLocale,
                                  LocalizationSetter localizationSetter)  | 
| Constructor and Description | 
|---|
AssetSourceImpl(ThreadLocale threadLocale,
                              Map<String,AssetFactory> configuration,
                              SymbolSource symbolSource,
                              org.slf4j.Logger logger,
                              OperationTracker tracker)  | 
AssetSourceImpl(ThreadLocale threadLocale,
                              Map<String,AssetFactory> configuration,
                              SymbolSource symbolSource,
                              org.slf4j.Logger logger,
                              OperationTracker tracker,
                              Request request)  | 
LocalizationSetterImpl(Request request,
                                            PersistentLocale persistentLocale,
                                            ThreadLocale threadLocale,
                                            String localeNames)  | 
| Constructor and Description | 
|---|
JavaScriptStackAssemblerImpl(ThreadLocale threadLocale,
                                                        ResourceChangeTracker resourceChangeTracker,
                                                        StreamableResourceSource streamableResourceSource,
                                                        JavaScriptStackSource stackSource,
                                                        AssetChecksumGenerator checksumGenerator,
                                                        ModuleManager moduleManager,
                                                        ResourceMinimizer resourceMinimizer,
                                                        boolean minificationEnabled)  | 
| Constructor and Description | 
|---|
ConfigureHTMLElementFilter(ThreadLocale threadLocale,
                                                    boolean productionMode)  | 
JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale,
                                                                    AssetPathConstructor assetPathConstructor,
                                                                    JavaScriptStackSource javascriptStackSource,
                                                                    JavaScriptStackAssembler assembler,
                                                                    ResponseCompressionAnalyzer compressionAnalyzer,
                                                                    boolean combineScripts)  | 
| Constructor and Description | 
|---|
NumericTranslatorSupportImpl(TypeCoercer typeCoercer,
                                                        ThreadLocale threadLocale,
                                                        JavaScriptSupport javascriptSupport)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ThreadLocaleImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ThreadLocale | 
IOCTestCase.mockThreadLocale()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
IOCTestCase.train_getLocale(ThreadLocale threadLocale,
                              Locale locale)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration,
                                          ObjectLocator objectLocator,
                                          ThreadLocale threadLocale,
                                          AssetSource assetSource,
                                          DynamicTemplateParser dynamicTemplateParser)
Adds coercions:
 
 String to  
SelectModel
 Map to SelectModel
 Collection to GridDataSource
 null to GridDataSource
 List to SelectModel
 ComponentResourcesAware (typically, a component) to ComponentResources
 ComponentResources to PropertyOverrides
 String to Renderable
 Renderable to Block
 String to DateFormat
 String to Resource (via AssetSource.resourceForPath(String))
 Renderable to RenderCommand
 String to Pattern
 String to DateFormat
 Resource to DynamicTemplate
 Asset to Resource
 ValueEncoder to ValueEncoderFactory
  | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.