[Seaside] encode issues for non_html

Julian Fitzell jfitzell at gmail.com
Fri Sep 18 08:15:00 UTC 2009


Arguably, the name #encodeOn: is equally problematic. Or at least, the
implementors should probably dispatch back to the Document or to something
since the encoding could well depend on the type of Document and the object
being encoded?
Julian

On Fri, Sep 18, 2009 at 12:50 AM, Robert Shiplett <grshiplett2 at yahoo.com>wrote:

> String
>
> >>encodeOn: aDocument
> aDocument htmlEncoder nextPutAll: self
>
>
> WAEmail
>
> >>encodeOn: aDocument
> self encodeOn: aDocument htmlEncoder usingQuotes: false
>
>
> "Could we get by with
>
>   >>markupEncoder
>
> ?
>
> "
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090918/06f91f9a/attachment.htm


More information about the seaside mailing list