|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRIDMapper
IProxy. During
the rendering process, classes request mappers for the RID
instances they need to persist on the html-page. So instead that many classes
write the complete RID on the page, they all just write the (shorter) mapping
on the page. getRID(Sting mapper) method to retrieve the actual RID.
So the implementing class has to ensure that the mapping will survive the
server-roundtrip.| Method Summary | |
|---|---|
String |
getMapper(RID rid)
Deprecated. As of NetWeaver 7.1 |
RID |
getRID(String mapper)
Deprecated. As of NetWeaver 7.1 |
| Method Detail |
|---|
String getMapper(RID rid)
rid - the rid of the resource that a mapping is needed for. Must not
be null. The RID should not have to be encoded.
RID have been received, they should all return
the same result.RID getRID(String mapper)
mapper - the mapper that has been created using the getMapper
method. Must not be null
getMapper method: ridProvided.equals(ridReturned) == true NullPointerException will
be thrown.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
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 | |||||||||