|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.tools.doclet.html.HtmlGenerator
org.infinispan.tools.doclet.config.AbstractConfigHtmlGenerator
org.infinispan.tools.doclet.config.ConfigHtmlGenerator
public class ConfigHtmlGenerator
Infinispan configuration reference guide generator
Field Summary |
---|
Fields inherited from class org.infinispan.tools.doclet.config.AbstractConfigHtmlGenerator |
---|
CONFIG_REF, CONFIG_REF_DESC_ATT, CONFIG_REF_NAME_ATT, CONFIG_REF_PARENT_NAME_ATT, rootDoc, sb |
Constructor Summary | |
---|---|
ConfigHtmlGenerator(String encoding,
String title,
String bottom,
String footer,
String header,
String metaDescription,
List<String> metaKeywords,
String classpath)
|
Method Summary | |
---|---|
protected List<Class<?>> |
getConfigBeans()
|
protected String |
getRootElementName()
Name of the root element in the schema |
protected String |
getSchemaFile()
Returns name of the schema file. |
protected String |
getTitle()
|
protected boolean |
postVisitNode(TreeNode n)
Callback invoked after visiting the specified node n. |
protected boolean |
preVisitNode(TreeNode n)
Callback invoked prior to visiting the specified node n. |
protected void |
preXMLTableOfContentsCreate(XSOMSchemaTreeWalker sw,
XMLTreeOutputWalker tw)
Invoked prior to creation of XML tree table of contents for configuration elements in schema |
Methods inherited from class org.infinispan.tools.doclet.config.AbstractConfigHtmlGenerator |
---|
extractConfigurationDocComments, findDescription, findDocElement, findField, generateContents, generateHeaderForConfigurationElement, generateTableRowForAttribute, getAsInputStreamFromClassLoader, getRootDoc, getStringBuilder, lookupFile, postXMLTableOfContentsCreate, setRootDoc |
Methods inherited from class org.infinispan.tools.doclet.html.HtmlGenerator |
---|
generateHtml, generateHtml, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigHtmlGenerator(String encoding, String title, String bottom, String footer, String header, String metaDescription, List<String> metaKeywords, String classpath)
Method Detail |
---|
protected List<Class<?>> getConfigBeans() throws Exception
getConfigBeans
in class AbstractConfigHtmlGenerator
Exception
protected String getSchemaFile()
AbstractConfigHtmlGenerator
Note that schema file should be placed on a classpath.
getSchemaFile
in class AbstractConfigHtmlGenerator
protected String getTitle()
getTitle
in class AbstractConfigHtmlGenerator
protected String getRootElementName()
AbstractConfigHtmlGenerator
getRootElementName
in class AbstractConfigHtmlGenerator
protected void preXMLTableOfContentsCreate(XSOMSchemaTreeWalker sw, XMLTreeOutputWalker tw)
AbstractConfigHtmlGenerator
preXMLTableOfContentsCreate
in class AbstractConfigHtmlGenerator
protected boolean preVisitNode(TreeNode n)
AbstractConfigHtmlGenerator
preVisitNode
in class AbstractConfigHtmlGenerator
protected boolean postVisitNode(TreeNode n)
AbstractConfigHtmlGenerator
postVisitNode
in class AbstractConfigHtmlGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |