Uses of Class
org.apache.jasper.compiler.JspReader
Packages that use JspReader
-
Uses of JspReader in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspReaderMethods in org.apache.jasper.compiler with parameters of type JspReaderModifier and TypeMethodDescriptionprivate StringParserController.getPageEncodingForJspSyntax(JspReader jspReader, Mark startMark) private booleanParserController.hasJspRoot(JspReader reader) static Node.NodesParser.parse(ParserController pc, String path, JspReader reader, Node parent, boolean isTagFile, boolean directivesOnly, URL jarFileUrl, String pageEnc, String jspConfigPageEnc, boolean isDefaultPageEncoding, boolean hasBom) The main entry for Parserstatic AttributesParser.parseAttributes(ParserController pc, JspReader reader) Parse Attributes for a reader, provided for external useConstructors in org.apache.jasper.compiler with parameters of type JspReaderModifierConstructorDescription(package private)Mark(JspReader reader, char[] inStream, int fileid, String name, String inBaseDir, String inEncoding) ConstructorprivateParser(ParserController pc, JspReader reader, boolean isTagFile, boolean directivesOnly, URL jarFileUrl, boolean hasBom) The constructor