Uses of Interface
org.apache.tapestry5.ioc.services.ThreadLocale

Packages that use ThreadLocale
org.apache.tapestry5.beanvalidator Support for JSR-303 Bean Validation via the Hibernate validator implementation 
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.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.services Core services 
 

Uses of ThreadLocale in org.apache.tapestry5.beanvalidator
 

Methods in org.apache.tapestry5.beanvalidator with parameters of type ThreadLocale
static void BeanValidatorModule.contributeBeanValidatorSource(OrderedConfiguration<BeanValidatorConfigurer> configuration, ThreadLocale threadLocale)
           
 

Constructors in org.apache.tapestry5.beanvalidator with parameters of type ThreadLocale
BeanValidatorStack(AssetSource assetSource, ThreadLocale threadLocale)
           
 

Uses of ThreadLocale in org.apache.tapestry5.internal.beanvalidator
 

Constructors in org.apache.tapestry5.internal.beanvalidator with parameters of type ThreadLocale
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
DefaultComponentRequestSelectorAnalyzer(ThreadLocale threadLocale)
           
 

Uses of ThreadLocale in org.apache.tapestry5.internal.services
 

Constructors in org.apache.tapestry5.internal.services with parameters of type ThreadLocale
AssetSourceImpl(ThreadLocale threadLocale, Map<String,AssetFactory> configuration, SymbolSource symbolSource)
           
LocalizationSetterImpl(Request request, PersistentLocale persistentLocale, ThreadLocale threadLocale, String localeNames)
           
 

Uses of ThreadLocale in org.apache.tapestry5.internal.services.javascript
 

Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type ThreadLocale
CoreJavaScriptStack(boolean productionMode, SymbolSource symbolSource, AssetSource assetSource, ThreadLocale threadLocale)
           
DateFieldStack(ThreadLocale threadLocale, boolean compactJSON, AssetSource assetSource)
           
JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, boolean combineScripts)
           
 

Uses of ThreadLocale in org.apache.tapestry5.internal.translator
 

Constructors in org.apache.tapestry5.internal.translator with parameters of type ThreadLocale
NumericTranslatorSupportImpl(TypeCoercer typeCoercer, ThreadLocale threadLocale, Request request, JavaScriptSupport javascriptSupport, ClientBehaviorSupport clientBehaviorSupport, boolean compactJSON)
           
 

Uses of ThreadLocale in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement ThreadLocale
 class ThreadLocaleImpl
           
 

Uses of ThreadLocale in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return ThreadLocale
protected  ThreadLocale IOCTestCase.mockThreadLocale()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type ThreadLocale
protected  void IOCTestCase.train_getLocale(ThreadLocale threadLocale, Locale locale)
           
 

Uses of ThreadLocale in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type ThreadLocale
static void TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration, TypeCoercer coercer, ThreadLocale threadLocale, AssetSource assetSource, ComponentClassCache classCache, 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 ComponentClassTransformWorker to ComponentClassTransformWorker2 InjectionProvider to InjectionProvider2 Resource to DynamicTemplate Asset to Resource ValueEncoder to ValueEncoderFactory
 



Copyright © 2003-2012 The Apache Software Foundation.