ICEfaces
  1. ICEfaces
  2. ICE-9832

New ace:dynamicResource component

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 4, ACE comps
    • Assignee Priority:
      P2
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Create a new ace:dynamicResource component that will provide the same functionality as the legacy ice:outputResource component.

      The ice:outputResource component can be used to expose resources to the page. These resources can be rendered as links that trigger the browser to open the resource as an attachment, or open directly from the current page.

        Activity

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Assignee Mircea Toma [ mircea.toma ]
        Fix Version/s 4.0 [ 10770 ]
        Affects Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ]
        Assignee Priority P2 [ 10011 ]
        Hide
        Mircea Toma added a comment - - edited

        Implemented ace:dynamicResource component. Used ResourceRegistry for serving up dynamically created resources. Added also test case application in samples/core/test/dynamicResource directory.

        Show
        Mircea Toma added a comment - - edited Implemented ace:dynamicResource component. Used ResourceRegistry for serving up dynamically created resources. Added also test case application in samples/core/test/dynamicResource directory.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40048 Thu Feb 20 16:31:48 MST 2014 mircea.toma ICE-9832 Implemented dynamic resource component.
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dynamicresource/DynamicResourceMeta.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dynamicresource/DynamicResourceRenderer.java
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dynamicresource
        Commit graph ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dynamicresource/DynamicResource.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40049 Thu Feb 20 16:59:25 MST 2014 mircea.toma ICE-9832 Added test case for ace:dynamicResource component.
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/build.xml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/WEB-INF/web.xml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/WEB-INF/faces-config.xml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/resources
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/resources
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/java/org/icefaces
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/index.jsp
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/WEB-INF
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/resources/images/iceskate.png
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/java/org
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/java/org/icefaces/demo/dynamicResource/Entry.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/resources/text.resource.txt
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/test.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/webapp/resources/images
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/java/org/icefaces/demo/dynamicResource
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource/src/main/java/org/icefaces/demo
        Commit graph ADD /icefaces4/trunk/icefaces/samples/core/test/dynamicResource
        Hide
        Mircea Toma added a comment -

        Provide attribute that can define what scope the resource will be stored under.

        Show
        Mircea Toma added a comment - Provide attribute that can define what scope the resource will be stored under.
        Mircea Toma made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Hide
        Mircea Toma added a comment -

        Added 'scope' attribute that can specify which scope will the resource kept under.

        Show
        Mircea Toma added a comment - Added 'scope' attribute that can specify which scope will the resource kept under.
        Mircea Toma made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40096 Thu Feb 27 12:35:58 MST 2014 mircea.toma ICE-9832 Add 'scope' attribute that can specify which scope will the resource kept under.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dynamicresource/DynamicResourceMeta.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dynamicresource/DynamicResource.java
        Mircea Toma made changes -
        Fix Version/s 3.3 [ 10370 ]
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 11382 ]
        Fix Version/s 3.3 [ 10370 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Hide
        Ken Fyten added a comment -

        Re-opened to add EE 3.3.0_P02 fix version.

        Show
        Ken Fyten added a comment - Re-opened to add EE 3.3.0_P02 fix version.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Closed [ 6 ] Reopened [ 4 ]
        Ken Fyten made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Fix Version/s EE-3.3.0.GA_P02 [ 11371 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: