|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.inria.ns.reflex.javadoc.ActiveTagsNames
public class ActiveTagsNames
Defines the mappings expected when Active Tags taglets are found while building the RefleX Javadoc.
The mappings are built from the namespace declarations found in the root element of the file "build.xml".
If the Javadoc is built with Ant, just add xmlns:foo="http://.../path/to/foo-doc.html" in the root element, otherwise, create a file named "build.xml" with any root element and declare the mappings :
<project default="javadoc" xmlns:xcl="http://.../path/to/active-tags/xcl/xcl.html" xmlns:exp="http://.../path/to/active-tags/exp/exp.html" xmlns:io="http://.../path/to/active-tags/io/io.html" ... > ... </project>
Each namespace declaration is used by the taglets to localize the Active Tags documentation.
Field Summary | |
---|---|
static Map |
MAPPING
The map that bounds the prefixes to the documents location. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Map MAPPING
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |