Uses of Interface
org.apache.tapestry5.ioc.services.ThreadLocale
-
Packages that use ThreadLocale Package Description org.apache.tapestry5.beanvalidator.modules org.apache.tapestry5.internal.beanvalidator [INTERNAL USE ONLY] JSR-303 Bean Validation implementation details; API subject to changeorg.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.internal.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; API subject to changeorg.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 org.apache.tapestry5.modules -
-
Uses of ThreadLocale in org.apache.tapestry5.beanvalidator.modules
Methods in org.apache.tapestry5.beanvalidator.modules with parameters of type ThreadLocale Modifier and Type Method Description static 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 ThreadLocale Constructor Description MessageInterpolatorImpl(MessageInterpolator delegate, ThreadLocale threadLocale)
-
Uses of ThreadLocale in org.apache.tapestry5.internal.pageload
Constructors in org.apache.tapestry5.internal.pageload with parameters of type ThreadLocale Constructor Description DefaultComponentRequestSelectorAnalyzer(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 ThreadLocale Constructor 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)
ComponentMessagesSourceImpl(boolean productionMode, List<Resource> appCatalogResources, PropertiesFileParser parser, ComponentResourceLocator resourceLocator, ClasspathURLConverter classpathURLConverter, ComponentRequestSelectorAnalyzer componentRequestSelectorAnalyzer, ThreadLocale threadLocale)
ComponentTemplateSourceImpl(boolean productionMode, TemplateParser parser, ComponentResourceLocator locator, ClasspathURLConverter classpathURLConverter, ComponentRequestSelectorAnalyzer componentRequestSelectorAnalyzer, ThreadLocale threadLocale)
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 ThreadLocale Constructor Description JavaScriptStackAssemblerImpl(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 ThreadLocale Constructor Description ConfigureHTMLElementFilter(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.translator
Constructors in org.apache.tapestry5.internal.translator with parameters of type ThreadLocale Constructor Description NumericTranslatorSupportImpl(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 Modifier and Type Class Description class
ThreadLocaleImpl
-
Uses of ThreadLocale in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return ThreadLocale Modifier and Type Method Description protected ThreadLocale
IOCTestCase. mockThreadLocale()
Deprecated.Methods in org.apache.tapestry5.ioc.test with parameters of type ThreadLocale Modifier and Type Method Description protected 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 ThreadLocale Modifier and Type Method Description static 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
-