ICEfaces
  1. ICEfaces
  2. ICE-3604

Remove use of streamWriting configuration parameter in framework and components

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.7.2, 1.8DR#1
    • Fix Version/s: 1.8DR#2, 1.8
    • Component/s: Framework, ICE-Components
    • Labels:
      None
    • Environment:
      Any

      Description

      The streamWriting configuration parameter is no longer supported and has been removed from the documentation for some time. However, there are still several references to this parameter in the core and in various components. These references should be removed. I did a search of the trunk to find all the files that have at least one reference to streamWriting (or isStreamWriting). Some of the files reference it in more than one place. The trunk and branch appear to be the same in this regard:

      /Users/deryk/Repo/svn/ossrepo/icefaces/branches/icefaces-1.7/icefaces > find . -name *.java | xargs grep -m 1 -i streamWriting
      ./component/src/com/icesoft/faces/component/outputprogress/OutputProgressRenderer.java: if (domContext.isStreamWriting()) {
      ./component/src/com/icesoft/faces/component/paneltabset/PanelTabSetRenderer.java: if (domContext.isStreamWriting()) {
      ./component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java: if (DOMResponseWriter.isStreamWriting()) {
      ./component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java: if (!domContext.isStreamWriting()) {
      ./core/src/com/icesoft/faces/context/DOMContext.java: if (!DOMResponseWriter.isStreamWriting()) {
      ./core/src/com/icesoft/faces/context/DOMResponseWriter.java: private static boolean isStreamWritingFlag = false;
      ./core/src/com/icesoft/faces/renderkit/dom_html_basic/MessageRenderer.java: if (domContext.isStreamWriting()) {
      ./core/src/com/icesoft/faces/renderkit/dom_html_basic/MessagesRenderer.java: if (domContext.isStreamWriting()) {

        Activity

          People

          • Assignee:
            Unassigned
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: