Uses of Class
org.exoplatform.web.url.ResourceType
Packages that use ResourceType
Package
Description
-
Uses of ResourceType in org.exoplatform.web.application
Methods in org.exoplatform.web.application with parameters of type ResourceTypeModifier 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 ResourceType in org.exoplatform.web.url
Methods in org.exoplatform.web.url that return ResourceTypeModifier and TypeMethodDescriptionprotected abstract ResourceType<R, U> URLFactoryPlugin.getResourceType()Returns the resource type.Methods in org.exoplatform.web.url with parameters of type ResourceTypeModifier 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) -
Uses of ResourceType in org.exoplatform.web.url.simple
Fields in org.exoplatform.web.url.simple declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceType<NavigationResource, SimpleURL> SimpleURL.TYPEMethods in org.exoplatform.web.url.simple that return ResourceTypeModifier and TypeMethodDescriptionprotected ResourceType<NavigationResource, SimpleURL> SimpleURLFactoryPlugin.getResourceType()