Uses of Interface
org.apache.tapestry5.ioc.services.ThreadLocale
Packages that use ThreadLocale
Package
Description
[INTERNAL USE ONLY] JSR-303 Bean Validation implementation details; API subject to change
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
[INTERNAL USE ONLY] REST support classes; API subject to change
[INTERNAL USE ONLY] translator implementation classes; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of ThreadLocale in org.apache.tapestry5.beanvalidator.modules
Methods in org.apache.tapestry5.beanvalidator.modules with parameters of type ThreadLocaleModifier and TypeMethodDescriptionstatic void
BeanValidatorModule.contributeBeanValidatorSource
(OrderedConfiguration<BeanValidatorConfigurer> configuration, ThreadLocale threadLocale) -
Uses of ThreadLocale in org.apache.tapestry5.internal.beanvalidator
Constructors in org.apache.tapestry5.internal.beanvalidator with parameters of type ThreadLocaleModifierConstructorDescriptionMessageInterpolatorImpl
(javax.validation.MessageInterpolator delegate, ThreadLocale threadLocale) -
Uses of ThreadLocale in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type ThreadLocaleModifierConstructorDescriptionDefaultComponentRequestSelectorAnalyzer
(ThreadLocale threadLocale) PagePreloaderImpl
(org.slf4j.Logger logger, OperationTracker tracker, ComponentSource componentSource, Collection<String> configuration, ThreadLocale threadLocale, LocalizationSetter localizationSetter) -
Uses of ThreadLocale in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type ThreadLocaleModifierConstructorDescriptionAssetSourceImpl
(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) ComponentMessagesSourceImpl
(boolean productionMode, boolean multipleClassLoaders, List<Resource> appCatalogResources, PropertiesFileParser parser, ComponentResourceLocator resourceLocator, ClasspathURLConverter classpathURLConverter, ComponentRequestSelectorAnalyzer componentRequestSelectorAnalyzer, ThreadLocale threadLocale, ComponentClassResolver componentClassResolver, org.slf4j.Logger logger) ComponentTemplateSourceImpl
(boolean productionMode, boolean multipleClassLoaders, TemplateParser parser, ComponentResourceLocator locator, ClasspathURLConverter classpathURLConverter, ComponentRequestSelectorAnalyzer componentRequestSelectorAnalyzer, ThreadLocale threadLocale, org.slf4j.Logger logger) LocalizationSetterImpl
(Request request, PersistentLocale persistentLocale, ThreadLocale threadLocale, String localeNames) -
Uses of ThreadLocale in org.apache.tapestry5.internal.services.assets
Constructors in org.apache.tapestry5.internal.services.assets with parameters of type ThreadLocaleModifierConstructorDescriptionJavaScriptStackAssemblerImpl
(ThreadLocale threadLocale, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource, JavaScriptStackSource stackSource, AssetChecksumGenerator checksumGenerator, ModuleManager moduleManager, ResourceMinimizer resourceMinimizer, boolean minificationEnabled) -
Uses of ThreadLocale in org.apache.tapestry5.internal.services.javascript
Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type ThreadLocaleModifierConstructorDescriptionConfigureHTMLElementFilter
(ThreadLocale threadLocale, boolean productionMode) JavaScriptStackPathConstructorImpl
(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, JavaScriptStackAssembler assembler, ResponseCompressionAnalyzer compressionAnalyzer, boolean combineScripts) -
Uses of ThreadLocale in org.apache.tapestry5.internal.services.rest
Constructors in org.apache.tapestry5.internal.services.rest with parameters of type ThreadLocaleModifierConstructorDescriptionDefaultOpenApiDescriptionGenerator
(OpenApiTypeDescriber typeDescriber, MappedEntityManager mappedEntityManager, BaseURLSource baseUrlSource, SymbolSource symbolSource, ComponentMessagesSource componentMessagesSource, ThreadLocale threadLocale, PageSource pageSource, ComponentClassResolver componentClassResolver, PageRenderLinkSource pageRenderLinkSource, Request request) -
Uses of ThreadLocale in org.apache.tapestry5.internal.translator
Constructors in org.apache.tapestry5.internal.translator with parameters of type ThreadLocaleModifierConstructorDescriptionNumericTranslatorSupportImpl
(TypeCoercer typeCoercer, ThreadLocale threadLocale, JavaScriptSupport javascriptSupport) -
Uses of ThreadLocale in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement ThreadLocale -
Uses of ThreadLocale in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return ThreadLocaleModifier and TypeMethodDescriptionprotected final ThreadLocale
IOCTestCase.mockThreadLocale()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type ThreadLocaleModifier and TypeMethodDescriptionprotected final void
IOCTestCase.train_getLocale
(ThreadLocale threadLocale, Locale locale) Deprecated. -
Uses of ThreadLocale in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type ThreadLocaleModifier and TypeMethodDescriptionstatic void
TapestryModule.contributeTypeCoercer
(MappedConfiguration<CoercionTuple.Key, CoercionTuple> configuration, ObjectLocator objectLocator, ThreadLocale threadLocale, AssetSource assetSource, DynamicTemplateParser dynamicTemplateParser) Adds coercions: String toSelectModel
Map toSelectModel
Collection toGridDataSource
null toGridDataSource
List toSelectModel
ComponentResourcesAware
(typically, a component) toComponentResources
ComponentResources
toPropertyOverrides
String toRenderable
Renderable
toBlock
String toDateFormat
String toResource
(viaAssetSource.resourceForPath(String)
)Renderable
toRenderCommand
String toPattern
String toDateFormat
Resource
toDynamicTemplate
Asset
toResource
ValueEncoder
toValueEncoderFactory