|
Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cantaloop.cgimlet.testing.TestHandler
TestHandler.java
Field Summary | |
Options |
barOpt
|
Options |
fooOpt
|
java.lang.Object |
result
|
Fields inherited from interface org.cantaloop.cgimlet.Constants |
LOGGER_TOPIC_PREFIX, PROJECT_NS, PROJECT_NS_URI, PROPERTY |
Constructor Summary | |
TestHandler()
|
Method Summary | |
void |
configure(org.dom4j.Element root)
Request the handler to configure itself with the given configuration element. |
java.lang.Object |
generate(org.dom4j.Element root)
Request the handler to generate the code. |
void |
init(ProjectGenerator gen)
Initialize the handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Options fooOpt
public Options barOpt
public java.lang.Object result
Constructor Detail |
public TestHandler()
Method Detail |
public void init(ProjectGenerator gen)
ComponentHandler
init
in interface ComponentHandler
org.cantaloop.cgimlet.ComponentHandler
gen
- a ProjectGenerator
valuepublic void configure(org.dom4j.Element root)
ComponentHandler
configure
in interface ComponentHandler
org.cantaloop.cgimlet.ComponentHandler
configElem
- the root element of the configuration section of the handler.public java.lang.Object generate(org.dom4j.Element root)
ComponentHandler
generate
in interface ComponentHandler
org.cantaloop.cgimlet.ComponentHandler
root
- the root element of the content section of the handler.
|
Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |