You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2009/01/16 17:23:45 UTC

[jira] Created: (TILES-359) Refactor AttributeRenderer to use TilesRequestContext

Refactor AttributeRenderer to use TilesRequestContext
-----------------------------------------------------

                 Key: TILES-359
                 URL: https://issues.apache.org/struts/browse/TILES-359
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-core
    Affects Versions: 2.1.1
            Reporter: Antonio Petrelli
            Assignee: Antonio Petrelli
             Fix For: 2.1.2


Currently AttributeRenderer use the raw request objects, and not TilesRequestContext, so it needs to recreate it when needed.

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


[jira] Closed: (TILES-359) Refactor AttributeRenderer to use TilesRequestContext

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-359.
----------------------------------

    Resolution: Fixed

Now TilesRequestContext has getRequestObjects (returns the original request objects) and some methods that allow to write directly in the response, without passing a writer externally.

> Refactor AttributeRenderer to use TilesRequestContext
> -----------------------------------------------------
>
>                 Key: TILES-359
>                 URL: https://issues.apache.org/struts/browse/TILES-359
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently AttributeRenderer use the raw request objects, and not TilesRequestContext, so it needs to recreate it when needed.

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