| Package | Description |
|---|---|
| org.exoplatform.web.application | |
| org.exoplatform.web.url | |
| org.exoplatform.web.url.navigation | |
| org.exoplatform.web.url.simple |
| Modifier and Type | Method and Description |
|---|---|
<R,L extends PortalURL<R,L>> |
RequestContext.createURL(ResourceType<R,L> resourceType) |
<R,U extends PortalURL<R,U>> |
RequestContext.createURL(ResourceType<R,U> resourceType,
R resource) |
abstract <R,U extends PortalURL<R,U>> |
RequestContext.newURL(ResourceType<R,U> resourceType,
URLFactory urlFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PortalURL<R,U extends PortalURL<R,U>>
An URL for a resource managed by the portal.
|
class |
ResourceType<R,U extends PortalURL<R,U>>
The type of a resource.
|
class |
URLFactoryPlugin<R,U extends PortalURL<R,U>>
A plugin for adding an url factory to the
URLFactoryService. |
| Modifier and Type | Method and Description |
|---|---|
abstract <R,U extends PortalURL<R,U>> |
URLFactory.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>> |
URLFactoryService.newURL(ResourceType<R,U> resourceType,
URLContext context) |
<R,U extends PortalURL<R,U>> |
URLContext.render(U url)
Renders the url.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeURL
An url for navigation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleURL |
| Modifier and Type | Method and Description |
|---|---|
<R,U extends PortalURL<R,U>> |
SimpleURLContext.render(U url) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.