characterEncoding
protected String characterEncoding
charsetSet
protected boolean charsetSet
commited
protected boolean commited
contentLanguage
protected String contentLanguage
contentLength
protected int contentLength
contentType
protected String contentType
errorException
protected Exception errorException
errorURI
protected String errorURI
message
protected String message
notes
protected Object[] notes
status
protected int status
acknowledge
public void acknowledge()
throws IOException
action
public void action(ActionCode actionCode,
Object param)
addHeader
public void addHeader(String name,
String value)
containsHeader
public boolean containsHeader(String name)
doWrite
public void doWrite(ByteChunk chunk)
throws IOException
finish
public void finish()
throws IOException
getBytesWritten
public long getBytesWritten()
getCharacterEncoding
public String getCharacterEncoding()
getContentLanguage
public String getContentLanguage()
getContentLength
public int getContentLength()
getContentType
public String getContentType()
getErrorException
public Exception getErrorException()
getErrorURI
public String getErrorURI()
getLocale
public Locale getLocale()
getMessage
public String getMessage()
getNote
public final Object getNote(int pos)
getRequest
public Request getRequest()
getStatus
public int getStatus()
isCommitted
public boolean isCommitted()
isExceptionPresent
public boolean isExceptionPresent()
recycle
public void recycle()
reset
public void reset()
throws IllegalStateException
sendHeaders
public void sendHeaders()
throws IOException
setBytesWritten
public void setBytesWritten(long bytesWritten)
setCharacterEncoding
public void setCharacterEncoding(String charset)
setCommitted
public void setCommitted(boolean v)
setContentLength
public void setContentLength(int contentLength)
setContentType
public void setContentType(String type)
setErrorException
public void setErrorException(Exception ex)
setErrorURI
public void setErrorURI(String uri)
setHeader
public void setHeader(String name,
String value)
setLocale
public void setLocale(Locale locale)
setMessage
public void setMessage(String message)
setNote
public final void setNote(int pos,
Object value)
setOutputBuffer
public void setOutputBuffer(OutputBuffer outputBuffer)
setRequest
public void setRequest(Request req)
setStatus
public void setStatus(int status)