![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.http.servlets.jsp.JspHandler:

Definition at line 79 of file JspHandler.java.
Public Member Functions | |
| JspHandler (ServletContext context, JspParser parser, PrintWriter w, JspObject jsp) | |
| PrintWriter | getPrintWriter () |
| String | getPackageName () |
| String | getClassName () |
| void | includeFile (String file) throws IOException, SAXException |
| PrintWriter | pushPrintWriter (PrintWriter p) |
| PrintWriter | popPrintWriter () |
| void | addPageDirective (String name, String val) |
| Enumeration | getPageDirectives (String name) |
| String | getPageDirective (String name) |
| String | getPageDirective (String name, String dflt) |
| boolean | isValidTag (String name) |
| void | addHandler (String name, TagHandler h) |
| void | startDocument () |
| void | endDocument () |
| void | ignorableWhitespace (char[] ch, int off, int cnt) throws SAXException |
| void | processingInstruction (String target, String data) |
| void | characters (char[] ch, int off, int len) throws SAXException |
| void | endElement (String tag) throws SAXException |
| Entity resolver interface. | |
Package Attributes | |
| ServletContext | context |
| JspParser | parser |
| JspObject | jsp |
| Hashtable | tagHandlers = new Hashtable() |
| PrintWriter | w |
| CharArrayWriter | cw = null |
| boolean | written = false |
| ArrayQueue | tagStack = new ArrayQueue(0, -1) |
| ArrayQueue | wStack = new ArrayQueue(0, -1) |
| Hashtable | pageDirectives = new Hashtable() |
|
||||||||||||||||||||
|
Definition at line 91 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.addHandler(). |
|
||||||||||||
|
Definition at line 176 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.addHandler(), and com.quadcap.http.servlets.jsp.JspHandler.tagHandlers. Referenced by com.quadcap.http.servlets.jsp.JspHandler.addHandler(), and com.quadcap.http.servlets.jsp.JspHandler.JspHandler(). |
|
||||||||||||
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 143 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.addPageDirective(), and com.quadcap.http.servlets.jsp.JspHandler.pageDirectives. Referenced by com.quadcap.http.servlets.jsp.JspHandler.addPageDirective(). |
|
|
|
Definition at line 183 of file JspHandler.java. |
|
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 114 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspObject.getClassName(), and com.quadcap.http.servlets.jsp.JspHandler.jsp. |
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 113 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspObject.getPackageName(), and com.quadcap.http.servlets.jsp.JspHandler.jsp. |
|
||||||||||||
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 165 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.pageDirectives. |
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 158 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.getPageDirective(), and com.quadcap.http.servlets.jsp.JspHandler.pageDirectives. Referenced by com.quadcap.http.servlets.jsp.JspHandler.getPageDirective(). |
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 152 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.getPageDirectives(), and com.quadcap.http.servlets.jsp.JspHandler.pageDirectives. Referenced by com.quadcap.http.servlets.jsp.JspHandler.getPageDirectives(). |
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 112 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.w. |
|
|
Definition at line 186 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.characters(), and com.quadcap.http.servlets.jsp.JspHandler.ignorableWhitespace(). Referenced by com.quadcap.http.servlets.jsp.JspHandler.ignorableWhitespace(). |
|
|
|
Definition at line 172 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.isValidTag(), and com.quadcap.http.servlets.jsp.JspHandler.tagHandlers. Referenced by com.quadcap.http.servlets.jsp.JspParser.checkTag(), and com.quadcap.http.servlets.jsp.JspHandler.isValidTag(). |
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 138 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.w, and com.quadcap.http.servlets.jsp.JspHandler.wStack. |
|
||||||||||||
|
Definition at line 192 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.processingInstruction(). Referenced by com.quadcap.http.servlets.jsp.JspHandler.processingInstruction(). |
|
|
Implements com.quadcap.http.servlets.jsp.TagContext. Definition at line 131 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.pushPrintWriter(), com.quadcap.http.servlets.jsp.JspHandler.w, and com.quadcap.http.servlets.jsp.JspHandler.wStack. Referenced by com.quadcap.http.servlets.jsp.JspHandler.pushPrintWriter(). |
|
|||||||||||
|
Entity resolver interface.
Definition at line 267 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.context, com.quadcap.http.servlets.jsp.JspObject.getPackageName(), com.quadcap.http.servlets.jsp.JspHandler.jsp, and com.quadcap.http.servlets.jsp.JspHandler.resolveEntity(). Referenced by com.quadcap.http.servlets.jsp.JspHandler.resolveEntity(). |
|
|
Definition at line 195 of file JspHandler.java. References com.quadcap.http.servlets.jsp.JspHandler.setDocumentLocator(). Referenced by com.quadcap.http.servlets.jsp.JspHandler.setDocumentLocator(). |
|
|
Definition at line 180 of file JspHandler.java. |
|
|
|
Definition at line 80 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.resolveEntity(). |
|
|
Definition at line 85 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.endElement(), and com.quadcap.http.servlets.jsp.JspHandler.startElement(). |
|
|
Definition at line 82 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.getClassName(), com.quadcap.http.servlets.jsp.JspHandler.getPackageName(), and com.quadcap.http.servlets.jsp.JspHandler.resolveEntity(). |
|
|
Definition at line 89 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.addPageDirective(), com.quadcap.http.servlets.jsp.JspHandler.getPageDirective(), and com.quadcap.http.servlets.jsp.JspHandler.getPageDirectives(). |
|
|
Definition at line 81 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.includeFile(). |
|
|
Definition at line 83 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.addHandler(), com.quadcap.http.servlets.jsp.JspHandler.isValidTag(), and com.quadcap.http.servlets.jsp.JspHandler.startElement(). |
|
|
Definition at line 87 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.characters(), com.quadcap.http.servlets.jsp.JspHandler.endElement(), and com.quadcap.http.servlets.jsp.JspHandler.startElement(). |
|
|
Definition at line 84 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.getPrintWriter(), com.quadcap.http.servlets.jsp.JspHandler.popPrintWriter(), and com.quadcap.http.servlets.jsp.JspHandler.pushPrintWriter(). |
|
|
Definition at line 86 of file JspHandler.java. |
|
|
Definition at line 88 of file JspHandler.java. Referenced by com.quadcap.http.servlets.jsp.JspHandler.popPrintWriter(), and com.quadcap.http.servlets.jsp.JspHandler.pushPrintWriter(). |