|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.context.spring.CustomNamespaces
public class CustomNamespaces
Management of custom namespaces. Custom namespace handlers must register their namespace using this class so that their parsing is automatically realized when their elements are nested in other custom elements.
| Method Summary | |
|---|---|
static void |
addCustomNamespace(String ns)
Registers a new custom namespace |
static boolean |
isCustomNamespace(String ns)
Checks if the given ns is a registered custom namespace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addCustomNamespace(String ns)
ns - Namespace URIpublic static boolean isCustomNamespace(String ns)
ns is a registered custom namespace.
ns - Namespace URI
true if ns has been registered as a
custom namespace.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||