| |
|
| com.caucho.java.JavaWriter com.caucho.jsp.java.JspJavaWriter
JspJavaWriter | public class JspJavaWriter extends JavaWriter (Code) | | Writing class for generated Java code.
|
flushText | protected void flushText() throws IOException(Code) | | Generates the code for the static text
Parameters: out - the output writer for the generated java. |
println | public void println(boolean v) throws IOException(Code) | | Prints a boolean with a new line
|
println | public void println(int v) throws IOException(Code) | | Prints an integer with a new line
|
println | public void println(long v) throws IOException(Code) | | Prints an long with a new line
|
pushDepth | public void pushDepth() throws IOException(Code) | | Pushes an indentation depth.
|
setLocation | public void setLocation(String filename, int line) throws IOException(Code) | | Sets the source filename and line.
Parameters: filename - the filename of the source file. Parameters: line - the line of the source file. |
|
|
|