|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.protocol.webdav.UriMapper
public class UriMapper
Default implementation of IUriMapper.
Copyright (c) SAP AG 2001-2005
| Constructor Summary | |
|---|---|
UriMapper(RID rootPath,
IHierarchicalUri rootUri)
Create a new mapping between root path and uri |
|
UriMapper(RID rootPath,
IHierarchicalUri rootUri,
List aliases)
Create a new mapping between root path and uri |
|
UriMapper(RID rootPath,
IHierarchicalUri rootUri,
List aliases,
boolean caseSensitive)
Create a new mapping between root path and uri |
|
| Method Summary | |
|---|---|
protected RID |
discoverQueryInternal(RID path)
|
RID |
getRootRID()
Get the root resource id of this mapping |
IHierarchicalUri |
getRootUri()
Get the root uri of this mapping |
protected RID |
hideQueryInternal(RID path)
|
boolean |
isCaseSensitive()
|
boolean |
isGeneric()
Determine if this mapper is generic, e.g. handles conversions outside its root. |
IUriReference |
toAbsolutePath(RID path)
Map the given resource id to an relative uri reference with absolute path component. |
IHierarchicalUri |
toAbsoluteUri(RID path)
Map the given path to an (absolute) uri. |
RID |
toRID(IHierarchicalUri uri)
Map the given uri to its resource id. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UriMapper(RID rootPath,
IHierarchicalUri rootUri)
rootPath - of mappingrootUri - uri of mapping
public UriMapper(RID rootPath,
IHierarchicalUri rootUri,
List aliases)
rootPath - of mappingrootUri - uri of mappingaliases - list of IHierarchicalUris pointing to same server
public UriMapper(RID rootPath,
IHierarchicalUri rootUri,
List aliases,
boolean caseSensitive)
rootPath - of mappingrootUri - uri of mappingaliases - list of IHierarchicalUris pointing to same servercaseSensitive - mapping of RIDs/URIs| Method Detail |
|---|
public boolean isGeneric()
IUriMapper
isGeneric in interface IUriMapperpublic boolean isCaseSensitive()
public IHierarchicalUri getRootUri()
IUriMapper
getRootUri in interface IUriMapperpublic RID getRootRID()
IUriMapper
getRootRID in interface IUriMapperpublic IHierarchicalUri toAbsoluteUri(RID path)
IUriMapper
toAbsoluteUri in interface IUriMapperpath - to map to uri
public IUriReference toAbsolutePath(RID path)
IUriMapper
toAbsolutePath in interface IUriMapperpath - to map to uri reference
public RID toRID(IHierarchicalUri uri)
IUriMapper
toRID in interface IUriMapperuri - to map to resource id
public String toString()
toString in class Objectprotected RID hideQueryInternal(RID path)
protected RID discoverQueryInternal(RID path)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||