Uses of Class
org.apache.jasper.compiler.JspReader
-
Packages that use JspReader Package Description org.apache.jasper.compiler -
-
Uses of JspReader in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspReader Modifier and Type Field Description private JspReader
Mark. reader
private JspReader
Parser. reader
Methods in org.apache.jasper.compiler with parameters of type JspReader Modifier and Type Method Description private java.lang.String
ParserController. getPageEncodingForJspSyntax(JspReader jspReader, Mark startMark)
private boolean
ParserController. hasJspRoot(JspReader reader)
static Node.Nodes
Parser. parse(ParserController pc, java.lang.String path, JspReader reader, Node parent, boolean isTagFile, boolean directivesOnly, java.net.URL jarFileUrl, java.lang.String pageEnc, java.lang.String jspConfigPageEnc, boolean isDefaultPageEncoding, boolean hasBom)
The main entry for Parserstatic org.xml.sax.Attributes
Parser. parseAttributes(ParserController pc, JspReader reader)
Parse Attributes for a reader, provided for external useConstructors in org.apache.jasper.compiler with parameters of type JspReader Constructor Description Mark(JspReader reader, char[] inStream, int fileid, java.lang.String name, java.lang.String inBaseDir, java.lang.String inEncoding)
ConstructorParser(ParserController pc, JspReader reader, boolean isTagFile, boolean directivesOnly, java.net.URL jarFileUrl, boolean hasBom)
The constructor
-