superviseur.net.servlets
Class CapServlet.ReponseWriter

java.lang.Object
  extended byjava.io.Writer
      extended bysuperviseur.net.servlets.CapServlet.ReponseWriter
Enclosing class:
CapServlet

private class CapServlet.ReponseWriter
extends java.io.Writer


Field Summary
private  java.lang.StringBuffer s
           
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
private CapServlet.ReponseWriter()
           
 
Method Summary
 void close()
           
 void execute(java.io.BufferedReader in)
           
 void flush()
           
 void write(char[] cbuf, int off, int len)
           
 void write(java.lang.String str)
           
 void writeResponse(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class java.io.Writer
write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

private final java.lang.StringBuffer s
Constructor Detail

CapServlet.ReponseWriter

private CapServlet.ReponseWriter()
Method Detail

writeResponse

public void writeResponse(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
                   throws javax.servlet.ServletException,
                          java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

close

public void close()

flush

public void flush()

write

public void write(char[] cbuf,
                  int off,
                  int len)

write

public void write(java.lang.String str)

execute

public void execute(java.io.BufferedReader in)