Uses of Class
org.exoplatform.web.url.PortalURL
Packages that use PortalURL
Package
Description
-
Uses of PortalURL in org.exoplatform.web.application
Methods in org.exoplatform.web.application with type parameters of type PortalURLModifier and TypeMethodDescriptionfinal <R,L extends PortalURL<R, L>>
LRequestContext.createURL(ResourceType<R, L> resourceType) final <R,U extends PortalURL<R, U>>
URequestContext.createURL(ResourceType<R, U> resourceType, R resource) abstract <R,U extends PortalURL<R, U>>
URequestContext.newURL(ResourceType<R, U> resourceType, URLFactory urlFactory) -
Uses of PortalURL in org.exoplatform.web.url
Classes in org.exoplatform.web.url with type parameters of type PortalURLModifier and TypeClassDescriptionclassAn URL for a resource managed by the portal.classResourceType<R,U extends PortalURL<R, U>> The type of a resource.classURLFactoryPlugin<R,U extends PortalURL<R, U>> A plugin for adding an url factory to theURLFactoryService.Methods in org.exoplatform.web.url with type parameters of type PortalURLModifier and TypeMethodDescriptionabstract <R,U extends PortalURL<R, U>>
UURLFactory.newURL(ResourceType<R, U> resourceType, URLContext context) Creates a new url or return null if the resource type cannot be resolved to an url.<R,U extends PortalURL<R, U>>
UURLFactoryService.newURL(ResourceType<R, U> resourceType, URLContext context) URLContext.render(U url) Renders the url. -
Uses of PortalURL in org.exoplatform.web.url.simple
Subclasses of PortalURL in org.exoplatform.web.url.simpleMethods in org.exoplatform.web.url.simple with type parameters of type PortalURL