|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URL | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.service.objecttypehandler | Provides a service to add arbitrary commands for resources. |
| com.sapportals.wcm.service.urlgenerator | Provides a service that returns URLs to access resources in the CM system. |
| com.sapportals.wcm.util.uri | Contains interfaces and classes to handle uniform resource identifiers (uri). |
| Uses of URL in com.sapportals.wcm.repository |
| Methods in com.sapportals.wcm.repository that return URL | |
URL |
IResource.getTargetURL()
Returns the target URL of a link or null if the resource is
not a link. |
| Methods in com.sapportals.wcm.repository with parameters of type URL | |
void |
IResource.setTargetURL(URL url)
Changes the target URL of a link. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
Creates a new link in a collection that supports ordering. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection that supports ordering. |
| Uses of URL in com.sapportals.wcm.service.objecttypehandler |
| Methods in com.sapportals.wcm.service.objecttypehandler that return URL | |
URL |
IObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the IObjectTypeHandler object. |
URL |
IObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
java.util.Properties props)
Get the URL attribute of the IObjectTypeHandler object. |
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the GenericObjectTypeHandler object. |
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
java.util.Properties props)
Get the URL attribute of the GenericObjectTypeHandler object. |
| Uses of URL in com.sapportals.wcm.service.urlgenerator |
| Methods in com.sapportals.wcm.service.urlgenerator with parameters of type URL | |
RID |
IURLGenerator.getRIDfromWebURL(URL webAddress)
Deprecated. as of EP 5.0 SP5, replaced by IURLGeneratorService.mapUri(IUri) |
| Uses of URL in com.sapportals.wcm.util.uri |
| Methods in com.sapportals.wcm.util.uri that return URL | |
static URL |
URL.getInstance(java.lang.String target)
Creates a "URL" object for usage as link target container. |
static URL |
URL.getInstance(IUriReference uriref)
Creates a "URL" object for usage as external link target container. |
static URL |
URL.getInstance(RID rid)
Creates a "URL" object for usage as internal link target container. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||