|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jasper.compiler.Parser
The class that parses the JSP input and calls the right methods on the code generator backend.
| Nested Class Summary | |
static interface |
Parser.Action
|
| Constructor Summary | |
Parser(JspReader reader,
ParseEventListener lnr)
|
|
| Method Summary | |
void |
parse()
|
void |
parse(java.lang.String until)
|
void |
parse(java.lang.String until,
java.lang.Class[] accept)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parser(JspReader reader,
ParseEventListener lnr)
| Method Detail |
public void parse()
throws JasperException
JasperException
public void parse(java.lang.String until)
throws JasperException
JasperException
public void parse(java.lang.String until,
java.lang.Class[] accept)
throws JasperException
JasperException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||