org.chromattic.api.annotations
Annotation Type NamespaceMapping


@Retention(value=RUNTIME)
@Target(value={})
public @interface NamespaceMapping

Maps a prefix to a namespace

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 java.lang.String prefix
          The prefix mapped to the namespace.
 java.lang.String uri
          The namespace uri mapped to the prefix.
 

Element Detail

prefix

public abstract java.lang.String prefix
The prefix mapped to the namespace.

Returns:
the prfix mapping

uri

public abstract java.lang.String uri
The namespace uri mapped to the prefix.

Returns:
the namespace uri


Copyright © 2013 eXo Platform SAS. All Rights Reserved.