Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class AspHandler  view AspHandler download AspHandler.java

java.lang.Object
  extended bycom.tripi.asp.AspHandler

public class AspHandler
extends java.lang.Object

This class handles the parsing of ASP code.

Version:
0.9

Nested Class Summary
private  class AspHandler.CachedScript
          Class to hold cached-file data
 
Field Summary
private static java.util.Hashtable cachedScripts
          Cache of pre-parsed files.
(package private)  AspContext context
          Current ASP Context.
private static org.apache.log4j.Category DBG
           
(package private)  java.lang.String filename
          Display path to ASP file
 
Constructor Summary
AspHandler(AspContext context, java.lang.String filename)
          Constructor.
 
Method Summary
 Node parse()
          Parses the current file and returns the base node of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DBG

private static org.apache.log4j.Category DBG

cachedScripts

private static java.util.Hashtable cachedScripts
Cache of pre-parsed files.


context

AspContext context
Current ASP Context.


filename

java.lang.String filename
Display path to ASP file

Constructor Detail

AspHandler

public AspHandler(AspContext context,
                  java.lang.String filename)
Constructor.

Method Detail

parse

public Node parse()
           throws AspException
Parses the current file and returns the base node of the file.