jrun.jsp.parser
Class JSPParserBase

java.lang.Object
  |
  +--jrun.jsp.parser.JSPParserBase
Direct Known Subclasses:
JSPParser

public class JSPParserBase
extends java.lang.Object

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

tc

protected TranslationContext tc
Constructor Detail

JSPParserBase

public JSPParserBase()
Method Detail

parse

public static SimpleNode parse(TranslationContext tc)
                        throws ParseException,
                               java.io.IOException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.