|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream java.io.FilterOutputStream java.io.PrintStream org.apache.jasper.compiler.AntCompiler.SystemLogHandler
protected static class AntCompiler.SystemLogHandler
Field Summary | |
---|---|
protected static ThreadLocal<ByteArrayOutputStream> |
data
Thread <-> ByteArrayOutputStream associations. |
protected static ThreadLocal<PrintStream> |
streams
Thread <-> PrintStream associations. |
protected PrintStream |
wrapped
Wrapped PrintStream. |
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
AntCompiler.SystemLogHandler(PrintStream wrapped)
Construct the handler to capture the output of the given steam. |
Method Summary | |
---|---|
boolean |
checkError()
|
void |
close()
|
protected PrintStream |
findStream()
Find PrintStream to which the output must be written to. |
void |
flush()
|
PrintStream |
getWrapped()
Deprecated. Unused. Will be removed in Tomcat 8.0.x. |
void |
print(boolean b)
|
void |
print(char c)
|
void |
print(char[] s)
|
void |
print(double d)
|
void |
print(float f)
|
void |
print(int i)
|
void |
print(long l)
|
void |
print(Object obj)
|
void |
print(String s)
|
void |
println()
|
void |
println(boolean x)
|
void |
println(char x)
|
void |
println(char[] x)
|
void |
println(double x)
|
void |
println(float x)
|
void |
println(int x)
|
void |
println(long x)
|
void |
println(Object x)
|
void |
println(String x)
|
protected void |
setError()
|
static void |
setThread()
Start capturing thread's output. |
static String |
unsetThread()
Stop capturing thread's output and return captured data as a String. |
void |
write(byte[] b)
|
void |
write(byte[] buf,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.PrintStream |
---|
append, append, append, clearError, format, format, printf, printf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PrintStream wrapped
protected static ThreadLocal<PrintStream> streams
protected static ThreadLocal<ByteArrayOutputStream> data
Constructor Detail |
---|
public AntCompiler.SystemLogHandler(PrintStream wrapped)
Method Detail |
---|
@Deprecated public PrintStream getWrapped()
public static void setThread()
public static String unsetThread()
protected PrintStream findStream()
public void flush()
flush
in interface Flushable
flush
in class PrintStream
public void close()
close
in interface Closeable
close
in class PrintStream
public boolean checkError()
checkError
in class PrintStream
protected void setError()
setError
in class PrintStream
public void write(int b)
write
in class PrintStream
public void write(byte[] b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] buf, int off, int len)
write
in class PrintStream
public void print(boolean b)
print
in class PrintStream
public void print(char c)
print
in class PrintStream
public void print(int i)
print
in class PrintStream
public void print(long l)
print
in class PrintStream
public void print(float f)
print
in class PrintStream
public void print(double d)
print
in class PrintStream
public void print(char[] s)
print
in class PrintStream
public void print(String s)
print
in class PrintStream
public void print(Object obj)
print
in class PrintStream
public void println()
println
in class PrintStream
public void println(boolean x)
println
in class PrintStream
public void println(char x)
println
in class PrintStream
public void println(int x)
println
in class PrintStream
public void println(long x)
println
in class PrintStream
public void println(float x)
println
in class PrintStream
public void println(double x)
println
in class PrintStream
public void println(char[] x)
println
in class PrintStream
public void println(String x)
println
in class PrintStream
public void println(Object x)
println
in class PrintStream
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |