You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2008/01/23 17:23:34 UTC

[jira] Created: (TRINIDAD-916) Add hooks to CoreRenderer for before and after encode

Add hooks to CoreRenderer for before and after encode
-----------------------------------------------------

                 Key: TRINIDAD-916
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-916
             Project: MyFaces Trinidad
          Issue Type: New Feature
          Components: Components
    Affects Versions: 1.2.5-core, 1.0.5-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


There is current no way to have a renderer that is a super class of other renderers to know before and after encoding is done. This is because CoreRenderer's overridden encodeBegin and encodeEnd are final to force people to use the encode* methods that use FacesBean.

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


[jira] Resolved: (TRINIDAD-916) Add hooks to CoreRenderer for before and after encode

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-916.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.6-core
                   1.0.6-core

Fixed in 1.2.6, 1.0.6 and 1.2.5.1

> Add hooks to CoreRenderer for before and after encode
> -----------------------------------------------------
>
>                 Key: TRINIDAD-916
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-916
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 1.0.5-core, 1.2.5-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For: 1.0.6-core, 1.2.6-core
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> There is current no way to have a renderer that is a super class of other renderers to know before and after encoding is done. This is because CoreRenderer's overridden encodeBegin and encodeEnd are final to force people to use the encode* methods that use FacesBean.

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