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 String
ParserController.getPageEncodingForJspSyntax
(JspReader jspReader, Mark startMark) private boolean
ParserController.hasJspRoot
(JspReader reader) static Node.Nodes
Parser.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 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 JspReaderModifierConstructorDescription(package private)
Mark
(JspReader reader, char[] inStream, int fileid, String name, String inBaseDir, String inEncoding) Constructorprivate
Parser
(ParserController pc, JspReader reader, boolean isTagFile, boolean directivesOnly, URL jarFileUrl, boolean hasBom) The constructor