Uses of Interface
org.apache.tapestry.services.RequestLocaleManager

Packages that use RequestLocaleManager
org.apache.tapestry.services.impl Service implementations. 
 

Uses of RequestLocaleManager in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement RequestLocaleManager
 class RequestLocaleManagerImpl
          Service tapestry.request.RequestLocaleManager.
 

Fields in org.apache.tapestry.services.impl declared as RequestLocaleManager
protected  RequestLocaleManager JSONResponseBuilder._localeManager
           
protected  RequestLocaleManager DefaultResponseContributorImpl._localeManager
           
 

Methods in org.apache.tapestry.services.impl with parameters of type RequestLocaleManager
 void InfrastructureImpl.setLocaleManager(RequestLocaleManager manager)
           
 void JSONResponseContributorImpl.setLocaleManager(RequestLocaleManager localeManager)
           
 void PrototypeResponseContributorImpl.setLocaleManager(RequestLocaleManager localeManager)
           
 void EngineManagerImpl.setLocaleManager(RequestLocaleManager manager)
           
 void DojoAjaxResponseContributorImpl.setLocaleManager(RequestLocaleManager localeManager)
           
 void DefaultResponseContributorImpl.setLocaleManager(RequestLocaleManager localeManager)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type RequestLocaleManager
DefaultResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse, AssetFactory assetFactory, String namespace)
          Creates a new response builder with the required services it needs to render the response when DefaultResponseBuilder.renderResponse(IRequestCycle) is called.
DojoAjaxResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse, List errorPages, AssetFactory assetFactory, String namespace, IEngineService pageService)
          Creates a new response builder with the required services it needs to render the response when DojoAjaxResponseBuilder.renderResponse(IRequestCycle) is called.
JSONResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse, WebRequest request, AssetFactory assetFactory, String namespace)
          Creates a new response builder with the required services it needs to render the response when JSONResponseBuilder.renderResponse(IRequestCycle) is called.
PrototypeResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse, AssetFactory assetFactory, String namespace)
          Creates a new response builder with the required services it needs to render the response when PrototypeResponseBuilder.renderResponse(IRequestCycle) is called.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.