Uses of Interface
org.apache.tapestry5.services.BaseURLSource

Packages that use BaseURLSource
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

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

Classes in org.apache.tapestry5.internal.services that implement BaseURLSource
 class BaseURLSourceImpl
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type BaseURLSource
ComponentEventLinkEncoderImpl(ComponentClassResolver componentClassResolver, ContextPathEncoder contextPathEncoder, LocalizationSetter localizationSetter, Request request, Response response, RequestSecurityManager requestSecurityManager, BaseURLSource baseURLSource, PersistentLocale persistentLocale, boolean encodeLocaleIntoPath, String applicationFolder, MetaDataLocator metaDataLocator, ClientWhitelist clientWhitelist)
           
LinkImpl(String basePath, boolean forForm, LinkSecurity defaultSecurity, Response response, ContextPathEncoder contextPathEncoder, BaseURLSource baseURLSource)
           
 

Uses of BaseURLSource in org.apache.tapestry5.internal.services.assets
 

Constructors in org.apache.tapestry5.internal.services.assets with parameters of type BaseURLSource
AssetPathConstructorImpl(Request request, BaseURLSource baseURLSource, String applicationVersion, String applicationFolder, boolean fullyQualified, String assetPathPrefix)
           
 

Uses of BaseURLSource in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return BaseURLSource
protected  BaseURLSource TapestryTestCase.mockBaseURLSource()
           
 

Methods in org.apache.tapestry5.test with parameters of type BaseURLSource
protected  void TapestryTestCase.train_getBaseURL(BaseURLSource baseURLSource, boolean secure, String baseURL)
           
 



Copyright © 2003-2012 The Apache Software Foundation.