Update of /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/servlet/http
In directory usw-pr-cvs1:/tmp/cvs-serv8485/common/src/main/net/sourceforge/ejtools/servlet/http
Modified Files:
CharResponseWrapper.java StringResponseWrapper.java
XSLFilter.java
Log Message:
Pretty print code
Index: CharResponseWrapper.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/servlet/http/CharResponseWrapper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CharResponseWrapper.java 2 May 2002 19:43:36 -0000 1.4
--- CharResponseWrapper.java 30 May 2002 21:32:52 -0000 1.5
***************
*** 14,19 ****
/**
! * A Response wrapper that allows the manipulation of the Servlet Response.
! * Create a buffer based on a Char array.
*
* @author letiemble
--- 14,18 ----
/**
! * A Response wrapper that allows the manipulation of the Servlet Response. Create a buffer based on a Char array.
*
* @author letiemble
Index: StringResponseWrapper.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/servlet/http/StringResponseWrapper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StringResponseWrapper.java 2 May 2002 19:43:36 -0000 1.4
--- StringResponseWrapper.java 30 May 2002 21:32:52 -0000 1.5
***************
*** 14,19 ****
/**
! * A Response wrapper that allows the manipulation of the Servlet Response.
! * Create a buffer based on a String.
*
* @author letiemble
--- 14,18 ----
/**
! * A Response wrapper that allows the manipulation of the Servlet Response. Create a buffer based on a String.
*
* @author letiemble
Index: XSLFilter.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/net/sourceforge/ejtools/servlet/http/XSLFilter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** XSLFilter.java 2 May 2002 19:43:36 -0000 1.5
--- XSLFilter.java 30 May 2002 21:32:52 -0000 1.6
***************
*** 60,65 ****
* @param request Incoming request
* @param response Outgoing response
! * @param chain Filter chain to forward the request and the
! * response
* @exception IOException In case of error
* @exception ServletException In case of error
--- 60,64 ----
* @param request Incoming request
* @param response Outgoing response
! * @param chain Filter chain to forward the request and the response
* @exception IOException In case of error
* @exception ServletException In case of error
***************
*** 107,112 ****
*
* @param config The filter configuration
! * @exception ServletException Exception thrown if the filter was not
! * properly configured
*/
public void init(FilterConfig config) throws ServletException
--- 106,110 ----
*
* @param config The filter configuration
! * @exception ServletException Exception thrown if the filter was not properly configured
*/
public void init(FilterConfig config) throws ServletException
|