|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.engine.template.IfTemplate
| Field Summary | |
protected Template |
body
|
protected Expression |
cond
|
| Constructor Summary | |
IfTemplate(Expression cond,
Template body)
|
|
| Method Summary | |
void |
process(RuntimeContext env)
|
protected boolean |
test(RuntimeContext ctxt)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Expression cond
protected Template body
| Constructor Detail |
public IfTemplate(Expression cond,
Template body)
| Method Detail |
public void process(RuntimeContext env)
throws ObjectBoxException
process in interface TemplateObjectBoxException
protected boolean test(RuntimeContext ctxt)
throws ObjectBoxException
ObjectBoxExceptionpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||