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 DefaultResponseContributorImpl._localeManager
           
protected  RequestLocaleManager JSONResponseBuilder._localeManager
           
 

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

Constructors in org.apache.tapestry.services.impl with parameters of type RequestLocaleManager
DefaultResponseBuilder(RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse)
          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)
          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)
          Creates a new response builder with the required services it needs to render the response when JSONResponseBuilder.renderResponse(IRequestCycle) is called.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.