You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/05/03 15:55:08 UTC

[jira] Closed: (TAPESTRY-210) New methods in IMarkupWriter to better facilitate raw/not raw printing

     [ http://issues.apache.org/jira/browse/TAPESTRY-210?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-210:
-----------------------------------------

     Resolution: Fixed
    Fix Version: 4.0

Didn't actually use your patch, but thanks anyways!

> New methods in IMarkupWriter to better facilitate raw/not raw printing
> ----------------------------------------------------------------------
>
>          Key: TAPESTRY-210
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-210
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 3.0.1
>  Environment: Operating System: All
> Platform: All
>     Reporter: Filip S. Adamsen
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0
>  Attachments: raw_or_not.zip
>
> I'd like to propose the three following methods to be added to IMarkupWriter:
>   public void attribute(String name, String value, boolean raw);
>   public void print(char[] data, int offset, int length, boolean raw);
>   public void print(String value, boolean raw);
> Each method would simply invoke <method>(...) or <method>Raw(...) respectively 
> depending on the raw parameter.
> All changes are backwards-compatible, unless someone has chosen to implement 
> IMarkupWriter from scratch. This is unlikely, though.
> The attached zip file contains patches for IMarkupWriter, AbstractMarkupWriter, 
> and NullWriter.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org