com.cc.framework.util.parser
Class JspParser

java.lang.Object
  extended bycom.cc.framework.util.parser.HtmlParser
      extended bycom.cc.framework.util.parser.JspParser

public class JspParser
extends HtmlParser

A very simple JSP parser

Author:
P001002

Nested Class Summary
 
Nested classes inherited from class com.cc.framework.util.parser.HtmlParser
 
Field Summary
 
Fields inherited from class com.cc.framework.util.parser.HtmlParser
pos, processed
 
Constructor Summary
JspParser()
          Constructor
 
Method Summary
protected  JspHandler getJspHandler()
           
protected  void process()
           
protected  void processJsp()
          Processes a JSP syntax element Scripting: <%!
protected  void processJspComment()
          Process a Comment
protected  void processJspDirective()
           
protected  void processJspScriptlet(int type)
           
 
Methods inherited from class com.cc.framework.util.parser.HtmlParser
eos, getHandler, getSource, isIdentifierChar, isValidating, isWhitespaceChar, match, match, parse, parseAttributes, parseAttributeValue, parseIdentifier, processChars, processComment, processElement, processEntity, processWhitespace, reset, setValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspParser

public JspParser()
Constructor

Method Detail

process

protected void process()
Overrides:
process in class HtmlParser

getJspHandler

protected JspHandler getJspHandler()

processJsp

protected void processJsp()
Processes a JSP syntax element

Scripting:

Directive


processJspComment

protected void processJspComment()
Process a Comment


processJspScriptlet

protected void processJspScriptlet(int type)

processJspDirective

protected void processJspDirective()


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.