Uses of Interface
org.apache.tapestry5.http.services.BaseURLSource
-
Packages that use BaseURLSource Package Description org.apache.tapestry5.http.internal.services org.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.test Support for testing Tapestry pages -
-
Uses of BaseURLSource in org.apache.tapestry5.http.internal.services
Classes in org.apache.tapestry5.http.internal.services that implement BaseURLSource Modifier and Type Class Description class
BaseURLSourceImpl
-
Uses of BaseURLSource in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type BaseURLSource Constructor Description ComponentEventLinkEncoderImpl(ComponentClassResolver componentClassResolver, ContextPathEncoder contextPathEncoder, LocalizationSetter localizationSetter, Response response, RequestSecurityManager requestSecurityManager, BaseURLSource baseURLSource, PersistentLocale persistentLocale, boolean encodeLocaleIntoPath, String contextPath, 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 Constructor Description AssetPathConstructorImpl(Request request, BaseURLSource baseURLSource, boolean fullyQualified, String uncompressedAssetPrefix, PathConstructor pathConstructor, AssetPathConverter pathConverter)
-
Uses of BaseURLSource in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return BaseURLSource Modifier and Type Method Description protected BaseURLSource
TapestryTestCase. mockBaseURLSource()
Methods in org.apache.tapestry5.test with parameters of type BaseURLSource Modifier and Type Method Description protected void
TapestryTestCase. train_getBaseURL(BaseURLSource baseURLSource, boolean secure, String baseURL)
-