|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamespaceDAO
Namespace DAO Interface. This DAO is responsible for retrieving and creating Namespace definitions.
Method Summary | |
---|---|
void |
addPrefix(java.lang.String prefix,
java.lang.String uri)
Add a namespace prefix |
void |
addURI(java.lang.String uri)
Add a namespace URI |
void |
afterDictionaryInit()
|
void |
destroy()
Destroy Namespaces |
void |
init()
Initialise Namespaces |
void |
registerDictionary(DictionaryDAO dictionaryDAO)
Register with the Dictionary |
void |
removePrefix(java.lang.String prefix)
Remove a namspace prefix |
void |
removeURI(java.lang.String uri)
Remove the specified URI |
Methods inherited from interface org.alfresco.service.namespace.NamespacePrefixResolver |
---|
getNamespaceURI, getPrefixes, getPrefixes, getURIs |
Method Detail |
---|
void addURI(java.lang.String uri)
uri
- the namespace uri to addvoid removeURI(java.lang.String uri)
uri
- the uri to removevoid addPrefix(java.lang.String prefix, java.lang.String uri)
prefix
- the prefixuri
- the uri to prefixvoid removePrefix(java.lang.String prefix)
prefix
- the prefix to removevoid init()
void afterDictionaryInit()
void destroy()
void registerDictionary(DictionaryDAO dictionaryDAO)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |