|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class AspHandler

java.lang.Objectcom.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.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.AspHandler