|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameCache
The name cache defines an interface that is used by the NameFormat
and is usually implemented by NamespaceResolvers.
| Method Summary | |
|---|---|
void |
cacheName(java.lang.String jcrName,
QName name)
Deprecated. Puts a name into the cache. |
void |
evictAllNames()
Deprecated. Evicts all names from the cache, i.e. |
java.lang.String |
retrieveName(QName name)
Deprecated. Retrieves a jcr name from the cache for the given qualified name. |
QName |
retrieveName(java.lang.String jcrName)
Deprecated. Retrieves a qualified name from the cache for the given jcr name. |
| Method Detail |
|---|
QName retrieveName(java.lang.String jcrName)
null is returned.
jcrName - the jcr name
nulljava.lang.String retrieveName(QName name)
null is returned.
name - the qualified name
null
void cacheName(java.lang.String jcrName,
QName name)
jcrName - the jcr namename - the qualified namevoid evictAllNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||