nl.gx.webmanager.jcr.annotation
Annotation Type Namespace


@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

prefix

public abstract java.lang.String prefix
The namespace prefix. (e.g. "nt").


URI

public abstract java.lang.String URI
The URI which identifies this namespace. (e.g. "http://www.jcp.org/jcr/sv/1.0")



Copyright © 2007-2011 GX Software BV. All Rights Reserved.