Index
All Classes and Interfaces|All Packages
A
- AbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Provides builders for constructing absolute URLs pointing to portal resources.
- AbsolutePortalURLBuilderFactory - Interface in com.liferay.portal.url.builder
-
Creates new Absolute Portal URL Builder instances.
- addFile(String) - Method in interface com.liferay.portal.url.builder.ComboRequestAbsolutePortalURLBuilder
-
Add a file to the combo request.
B
- BrowserModuleAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a browser module script resource URL.
- build() - Method in interface com.liferay.portal.url.builder.facet.BuildableAbsolutePortalURLBuilder
-
Returns the URL according to the builder configuration.
- BuildableAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder.facet
-
Provides a builder that returns a URL.
- BundleScriptAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a URL to retrieve a JS file living inside a bundle.
- BundleStylesheetAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a URL to retrieve a stylesheet living inside a bundle.
C
- cache(CacheAwareAbsolutePortalURLBuilder.CachePolicy) - Method in interface com.liferay.portal.url.builder.facet.CacheAwareAbsolutePortalURLBuilder
-
Control the cache policy of this URL builder.
- CacheAwareAbsolutePortalURLBuilder<T> - Interface in com.liferay.portal.url.builder.facet
-
A URL builder that can control caching of underlying resource using a URL parameter (e.g.
- CacheAwareAbsolutePortalURLBuilder.CachePolicy - Enum Class in com.liferay.portal.url.builder.facet
- CDNAwareAbsolutePortalURLBuilder<T> - Interface in com.liferay.portal.url.builder.facet
-
A URL builder that controls serving by CDN/portal of underlying resource.
- com.liferay.portal.url.builder - package com.liferay.portal.url.builder
- com.liferay.portal.url.builder.facet - package com.liferay.portal.url.builder.facet
- ComboRequestAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a JavaScript combo request URL.
E
- ESModuleAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a URL to retrieve an ECMAScript Module file living inside a bundle.
F
- forBrowserModule(String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for AMD JavaScript files.
- forBundleScript(Bundle, String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for bundle JavaScript files.
- forBundleStylesheet(Bundle, String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for bundle stylesheets.
- forComboRequest() - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for JavaScript combo servlet requests.
- forESModule(String, String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for an ECMAScript module.
- FOREVER - Enum constant in enum class com.liferay.portal.url.builder.facet.CacheAwareAbsolutePortalURLBuilder.CachePolicy
-
Returns a version of this URL builder that returns the same URL each time it is built so that it can be cached by the browser forever (if the Cache-Control headers allow it).
- forPortalImage(String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for portal images.
- forPortalMainResource(String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for portal's main resources.
- forPortletDependency(PortletDependency, String, String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for portlet dependency resources.
- forServlet(String) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilder
-
Returns a URL builder for requests to dynamic content returned by servlets.
G
- getAbsolutePortalURLBuilder(HttpServletRequest) - Method in interface com.liferay.portal.url.builder.AbsolutePortalURLBuilderFactory
-
Returns a new Absolute Portal URL Builder instance tied to the given request.
I
- ignoreCDNHost() - Method in interface com.liferay.portal.url.builder.facet.CDNAwareAbsolutePortalURLBuilder
-
Returns a version of this URL builder that ignores the CDN part.
- ignorePathProxy() - Method in interface com.liferay.portal.url.builder.facet.PathProxyAwareAbsolutePortalURLBuilder
-
Returns a version of this URL builder that ignores the proxy path part.
N
- NEVER - Enum constant in enum class com.liferay.portal.url.builder.facet.CacheAwareAbsolutePortalURLBuilder.CachePolicy
-
Returns a version of this URL builder that changes the URL each time it is built so that it can never be cached by the browser.
P
- PathProxyAwareAbsolutePortalURLBuilder<T> - Interface in com.liferay.portal.url.builder.facet
-
A URL builder that controls prepending the proxy path (
com.liferay.portal.util.PropsValues#PORTAL_PROXY_PATH
) to the URL. - PortalImageAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a legacy portal image URL.
- PortalMainResourceAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a legacy portal main resource URL.
- PortletDependencyAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a portlet dependency URL.
S
- ServletAbsolutePortalURLBuilder - Interface in com.liferay.portal.url.builder
-
Builds a URL that connects to a dynamic servlet.
- setTimestamp(long) - Method in interface com.liferay.portal.url.builder.ComboRequestAbsolutePortalURLBuilder
-
Set the value to use for the "t" parameter that controls caching.
U
- UNTIL_CHANGED - Enum constant in enum class com.liferay.portal.url.builder.facet.CacheAwareAbsolutePortalURLBuilder.CachePolicy
-
Returns a version of this URL builder that changes the URL each time the resource changes.
V
- valueOf(String) - Static method in enum class com.liferay.portal.url.builder.facet.CacheAwareAbsolutePortalURLBuilder.CachePolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.liferay.portal.url.builder.facet.CacheAwareAbsolutePortalURLBuilder.CachePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages