~ubuntu-branches/debian/sid/tomcat6/sid

« back to all changes in this revision

Viewing changes to java/javax/servlet/jsp/JspFactory.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-22 10:03:04 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20140522100304-mihmp51mlvi4mr0m
Tags: 6.0.41-1
* New upstream release.
  - Refreshed the patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
     * @param response  the current response pending on the servlet
102
102
     * @param errorPageURL the URL of the error page for the requesting JSP, or null
103
103
     * @param needsSession true if the JSP participates in a session
104
 
     * @param buffer    size of buffer in bytes, PageContext.NO_BUFFER if no buffer,
105
 
     *                  PageContext.DEFAULT_BUFFER if implementation default.
106
 
     * @param autoflush should the buffer autoflush to the output stream on buffer
107
 
     *                  overflow, or throw an IOException?
 
104
     * @param buffer       size of buffer in bytes, {@link JspWriter#NO_BUFFER}
 
105
     *                         if no buffer, {@link JspWriter#DEFAULT_BUFFER}
 
106
     *                         if implementation default.
 
107
     * @param autoflush    should the buffer autoflush to the output stream on
 
108
     *                         buffer overflow, or throw an IOException?
108
109
     *
109
110
     * @return the page context
110
111
     *