You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Concini (JIRA)" <de...@myfaces.apache.org> on 2009/05/13 17:19:45 UTC

[jira] Resolved: (MYFACES-2219) ViewHandler TODOs for JSF 2.0

     [ https://issues.apache.org/jira/browse/MYFACES-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Concini resolved MYFACES-2219.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha

Changes were required in several associated classes due to API changes with the 0505 draft.  

As work progressed, it became apparent that maintaining seperate JSP and facelet impls of ViewHandler no longer make sense.  Instead of separating out a new parent class, I just created a single new ViewHandlerImpl class that should handle responsibilities for both as the VDL specific work is now done in ViewDeclarationLanguage.  Once the VDL work is done, we'll need to change ApplicationImpl to create a ViewHandlerImpl instance instead of a JSPViewhandlerImpl instance (created a todo inline). 

> ViewHandler TODOs for JSF 2.0
> -----------------------------
>
>                 Key: MYFACES-2219
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2219
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Michael Concini
>            Priority: Minor
>             Fix For: 2.0.0-alpha
>
>         Attachments: MYFACES-2219.patch
>
>
> Handle ViewHandler TODOs for MyFaces 2.0 based on the proposed final draft spec.  

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