|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.autotag.core.QDoxTemplateSuiteFactory
public class QDoxTemplateSuiteFactory
Creates a template suite using QDox.
Constructor Summary | |
---|---|
QDoxTemplateSuiteFactory(File... sourceFiles)
Constructor. |
|
QDoxTemplateSuiteFactory(URL... urls)
Constructor. |
Method Summary | |
---|---|
TemplateSuite |
createTemplateSuite()
Creates a template suite. |
void |
setRequestClass(String requestClass)
Sets the request class used by the suite. |
void |
setSuiteDocumentation(String suiteDocumentation)
Sets the suite documentation to assign to the suite. |
void |
setSuiteName(String suiteName)
Sets the suite name to assign to the created suite. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QDoxTemplateSuiteFactory(File... sourceFiles)
sourceFiles
- All the source files to parse.public QDoxTemplateSuiteFactory(URL... urls)
urls
- All the URLs of source files to parse.Method Detail |
---|
public void setSuiteName(String suiteName)
suiteName
- The suite name.public void setSuiteDocumentation(String suiteDocumentation)
suiteDocumentation
- The suite documentation.public void setRequestClass(String requestClass)
requestClass
- The request class name.public TemplateSuite createTemplateSuite()
TemplateSuiteFactory
createTemplateSuite
in interface TemplateSuiteFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |