|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrun.jsp.parser.JSPParserBase
This class serves as a base class for the Parser, the idea is to keep as much Java code out of the jjt file as possible.
| Inner Class Summary | |
static class |
JSPParserBase.BadEncodingException
({pagePath}) The encoding {charset} was not valid: {rootCause} |
static class |
JSPParserBase.TwoDifferentContentTypesSpecified
Parse error: two different encoding's specified "{enc1}" ({page1}:{line1}) and "{enc2}" ({page2}:{line2}) |
| Field Summary | |
protected TranslationContext |
tc
|
| Constructor Summary | |
JSPParserBase()
|
|
| Method Summary | |
static SimpleNode |
parse(TranslationContext tc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TranslationContext tc
| Constructor Detail |
public JSPParserBase()
| Method Detail |
public static SimpleNode parse(TranslationContext tc)
throws ParseException,
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||