public static class JETParser.DelegatingListener extends java.lang.Object implements JETParseEventListener
| Modifier and Type | Field and Description |
|---|---|
protected JETParser.Action |
action |
protected JETParseEventListener |
delegate |
| Constructor and Description |
|---|
JETParser.DelegatingListener(JETParseEventListener delegate,
JETParser.Action action) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginPageProcessing() |
void |
doAction() |
void |
endPageProcessing() |
void |
handleCharData(char[] chars) |
void |
handleDirective(java.lang.String directive,
JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs) |
void |
handleExpression(JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs) |
void |
handleScriptlet(JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs) |
protected JETParseEventListener delegate
protected JETParser.Action action
public JETParser.DelegatingListener(JETParseEventListener delegate, JETParser.Action action)
public void doAction()
throws JETException
JETExceptionpublic void beginPageProcessing()
throws JETException
beginPageProcessing in interface JETParseEventListenerJETExceptionpublic void endPageProcessing()
throws JETException
endPageProcessing in interface JETParseEventListenerJETExceptionpublic void handleDirective(java.lang.String directive,
JETMark start,
JETMark stop,
java.util.Map<java.lang.String,java.lang.String> attrs)
throws JETException
handleDirective in interface JETParseEventListenerJETExceptionpublic void handleScriptlet(JETMark start, JETMark stop, java.util.Map<java.lang.String,java.lang.String> attrs) throws JETException
handleScriptlet in interface JETParseEventListenerJETExceptionpublic void handleExpression(JETMark start, JETMark stop, java.util.Map<java.lang.String,java.lang.String> attrs) throws JETException
handleExpression in interface JETParseEventListenerJETExceptionpublic void handleCharData(char[] chars)
throws JETException
handleCharData in interface JETParseEventListenerJETException