| java.lang.Object org.apache.jasper.compiler.Generator
Generator | class Generator (Code) | | Generate Java source from Nodes
author: Anil K. Vijendran author: Danno Ferrin author: Mandar Raje author: Rajiv Mordani author: Pierre Delisle author: Tomcat 4.1.x and Tomcat 5: author: Kin-man Chung author: Jan Luehe author: Shawn Bayern author: Mark Roth author: Denis Benoit |
escape | static String escape(String s)(Code) | | Parameters: s - the input string escaped string, per Java rule |
generate | public static void generate(ServletWriter out, Compiler compiler, Node.Nodes page) throws JasperException(Code) | | The main entry for Generator.
Parameters: out - The servlet output writer Parameters: compiler - The compiler Parameters: page - The input page |
generateSetDynamicAttribute | public void generateSetDynamicAttribute()(Code) | | |
quote | static String quote(String s)(Code) | | Parameters: s - the input string quoted and escaped string, per Java rule |
quote | static String quote(char c)(Code) | | Single quote and escape a character
|
|
|