Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C F G O S W

C

contentLength - Variable in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
Save the content length so that we can query it at a later time (otherwise it would not be possible as HttpServletResponseWrapper does not have a method to get the content length).
contentType - Variable in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
Save the content type so that we can query it at a later time (otherwise it would not be possible as HttpServletResponseWrapper does not have a method to get the content type).

F

FilterServletOutputStream - class org.apache.cactus.sample.servlet.util.FilterServletOutputStream.
Helper class to help write filters that manipulates the output stream.
FilterServletOutputStream(OutputStream) - Constructor for class org.apache.cactus.sample.servlet.util.FilterServletOutputStream
Constructor.

G

GenericResponseWrapper - class org.apache.cactus.sample.servlet.util.GenericResponseWrapper.
Wrapper around a HttpServletResponse that we use to easily write filters that manipulate the output stream.
GenericResponseWrapper(HttpServletResponse) - Constructor for class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
getContentLength() - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
getContentType() - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
getData() - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
getOutputStream() - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
getWriter() - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 

O

org.apache.cactus.sample.servlet.util - package org.apache.cactus.sample.servlet.util
 
output - Variable in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
Holder for the output data

S

setContentLength(int) - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
setContentType(String) - Method in class org.apache.cactus.sample.servlet.util.GenericResponseWrapper
 
stream - Variable in class org.apache.cactus.sample.servlet.util.FilterServletOutputStream
The stream where all the data will get written to

W

write(int) - Method in class org.apache.cactus.sample.servlet.util.FilterServletOutputStream
 
write(byte[]) - Method in class org.apache.cactus.sample.servlet.util.FilterServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.cactus.sample.servlet.util.FilterServletOutputStream
 

C F G O S W