You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2006/11/15 21:44:38 UTC

[jira] Resolved: (TOBAGO-174) Changed signature of TobagoRenderer to standard Renderer signature

     [ http://issues.apache.org/jira/browse/TOBAGO-174?page=all ]

Bernd Bohmann resolved TOBAGO-174.
----------------------------------

    Resolution: Fixed

> Changed signature of TobagoRenderer to standard Renderer signature
> ------------------------------------------------------------------
>
>                 Key: TOBAGO-174
>                 URL: http://issues.apache.org/jira/browse/TOBAGO-174
>             Project: MyFaces Tobago
>          Issue Type: Task
>          Components: Core, Themes
>    Affects Versions: 1.0.8
>            Reporter: Bernd Bohmann
>         Assigned To: Bernd Bohmann
>             Fix For: 1.0.9
>
>
> TobagoRenderer has following methods 
> void encodeBeginTobago(FacesContext facesContext, UIComponent component)  throws IOException;
> void encodeChildrenTobago(FacesContext facesContext, UIComponent component) throws IOException;
> void encodeEndTobago(FacesContext facesContext, UIComponent component) throws IOException;
> to 
> void encodeBegin(FacesContext facesContext, UIComponent component)  throws IOException;
> void encodeChildren(FacesContext facesContext, UIComponent component) throws IOException;
> void encodeEnd(FacesContext facesContext, UIComponent component) throws IOException;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira