|
||||||||||
| PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface for the JET code generation backend.
| Method Summary | |
|---|---|
void |
beginPageProcessing()
|
void |
endPageProcessing()
|
void |
handleCharData(char[] chars)
|
void |
handleDirective(java.lang.String directive,
JETMark start,
JETMark stop,
java.util.Map attributes)
|
void |
handleExpression(JETMark start,
JETMark stop,
java.util.Map attributes)
|
void |
handleScriptlet(JETMark start,
JETMark stop,
java.util.Map attributes)
|
| Method Detail |
public void beginPageProcessing()
throws JETException
public void handleDirective(java.lang.String directive,
JETMark start,
JETMark stop,
java.util.Map attributes)
throws JETException
public void handleExpression(JETMark start,
JETMark stop,
java.util.Map attributes)
throws JETException
public void handleCharData(char[] chars)
throws JETException
public void endPageProcessing()
throws JETException
public void handleScriptlet(JETMark start,
JETMark stop,
java.util.Map attributes)
throws JETException
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||