| 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 | Method and Description |
|---|---|
protected abstract ResourceType<R,U> |
URLFactoryPlugin.getResourceType()
Returns the resource type.
|
| 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) |
| Modifier and Type | Field and Description |
|---|---|
static ResourceType<NavigationResource,NodeURL> |
NodeURL.TYPE
.
|
| Modifier and Type | Method and Description |
|---|---|
protected ResourceType<NavigationResource,NodeURL> |
NodeURLFactoryPlugin.getResourceType() |
| Modifier and Type | Field and Description |
|---|---|
static ResourceType<NavigationResource,SimpleURL> |
SimpleURL.TYPE |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceType<NavigationResource,SimpleURL> |
SimpleURLFactoryPlugin.getResourceType() |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.