You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org> on 2007/08/18 15:16:31 UTC

[jira] Created: (COCOON-2118) Implement map: expression language

Implement map: expression language
----------------------------------

                 Key: COCOON-2118
                 URL: https://issues.apache.org/jira/browse/COCOON-2118
             Project: Cocoon
          Issue Type: New Feature
          Components: - Components: Sitemap
    Affects Versions: 2.2-dev (Current SVN)
            Reporter: Grzegorz Kossakowski
            Assignee: Grzegorz Kossakowski
             Fix For: 2.2-dev (Current SVN)


Implement expression language ("map:") that let's you to access sitemap variables.

Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (COCOON-2118) Implement map: expression language

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski reassigned COCOON-2118:
--------------------------------------------

    Assignee:     (was: Grzegorz Kossakowski)

I don't plan to work on this issue in foreseeable future so I leave it unassigned.

FYI: This feature has been implemented in C3 and in C2.2 it would be rather hard to implement it due to (still, sight) complicated ObjectModel. I have lost any faith when it comes to this.

> Implement map: expression language
> ----------------------------------
>
>                 Key: COCOON-2118
>                 URL: https://issues.apache.org/jira/browse/COCOON-2118
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap
>    Affects Versions: 2.2
>            Reporter: Grzegorz Kossakowski
>
> Implement expression language ("map:") that let's you to access sitemap variables.
> Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.
> It was proposed here[1] and clarified here[2].
> [1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
> [2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (COCOON-2118) Implement map: expression language

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski reassigned COCOON-2118:
--------------------------------------------

    Assignee: Grzegorz Kossakowski

> Implement map: expression language
> ----------------------------------
>
>                 Key: COCOON-2118
>                 URL: https://issues.apache.org/jira/browse/COCOON-2118
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>            Assignee: Grzegorz Kossakowski
>
> Implement expression language ("map:") that let's you to access sitemap variables.
> Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.
> It was proposed here[1] and clarified here[2].
> [1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
> [2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COCOON-2118) Implement map: expression language

Posted by "Reinhard Poetz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563060#action_12563060 ] 

Reinhard Poetz commented on COCOON-2118:
----------------------------------------

make sure that following use cases (summerized by Torsten: http://marc.info/?l=xml-cocoon-dev&m=120148008619808&w=2) are still supported:

   <map:match pattern="matching/*">
     <map:generate src="sax-pipeline/{1}.xml"/>

   <map:match pattern="matching/*">
     <map:generate src="sax-pipeline/{\1}.xml"/>

   <map:match pattern="matching/*" name="root">
     <map:generate src="sax-pipeline/{#root:1}.xml"/>

> Implement map: expression language
> ----------------------------------
>
>                 Key: COCOON-2118
>                 URL: https://issues.apache.org/jira/browse/COCOON-2118
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>
> Implement expression language ("map:") that let's you to access sitemap variables.
> Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.
> It was proposed here[1] and clarified here[2].
> [1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
> [2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COCOON-2118) Implement map: expression language

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski updated COCOON-2118:
-----------------------------------------

    Description: 
Implement expression language ("map:") that let's you to access sitemap variables.

Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.

It was proposed here[1] and clarified here[2].

[1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
[2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

  was:
Implement expression language ("map:") that let's you to access sitemap variables.

Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.


> Implement map: expression language
> ----------------------------------
>
>                 Key: COCOON-2118
>                 URL: https://issues.apache.org/jira/browse/COCOON-2118
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>            Assignee: Grzegorz Kossakowski
>             Fix For: 2.2-dev (Current SVN)
>
>
> Implement expression language ("map:") that let's you to access sitemap variables.
> Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.
> It was proposed here[1] and clarified here[2].
> [1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
> [2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COCOON-2118) Implement map: expression language

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski updated COCOON-2118:
-----------------------------------------

    Fix Version/s:     (was: 2.2-dev (Current SVN))
         Assignee:     (was: Grzegorz Kossakowski)

To be implemented in a one of next releases.

> Implement map: expression language
> ----------------------------------
>
>                 Key: COCOON-2118
>                 URL: https://issues.apache.org/jira/browse/COCOON-2118
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Components: Sitemap
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>
> Implement expression language ("map:") that let's you to access sitemap variables.
> Actually, it's already implemented in PreparedVariableResolver for years but the task is about implementing it as class imlementing org.apache.cocoon.components.expression.Expression interface.
> It was proposed here[1] and clarified here[2].
> [1] http://article.gmane.org/gmane.text.xml.cocoon.devel/73700
> [2] http://article.gmane.org/gmane.text.xml.cocoon.devel/73760

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.