|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Namespace
Declares a namespace for use in the content repository. Namespaces have a repository wide scope and are not private to the current WCB. The prefix and URI attributes have the same meaning as described in the JSR-170 specificication 1.0.
| Required Element Summary | |
|---|---|
java.lang.String |
prefix
The namespace prefix. |
java.lang.String |
URI
The URI which identifies this namespace. |
| Element Detail |
|---|
public abstract java.lang.String prefix
public abstract java.lang.String URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||