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 JspReaderMark. readerprivate JspReaderParser. readerMethods in org.apache.jasper.compiler with parameters of type JspReader Modifier and Type Method Description private java.lang.StringParserController. getPageEncodingForJspSyntax(JspReader jspReader, Mark startMark)private booleanParserController. hasJspRoot(JspReader reader)static Node.NodesParser. 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.AttributesParser. 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
-