If you look at the code behind the tapestry caching library in
ioko-tapestry-commons -
http://code.google.com/p/ioko-tapestry-commons/source/browse/trunk/tapestry-commons/tapestry-cacheControl/src/main/java/uk/co/ioko/tapestry/cacheControl/services/CacheControlMarkupRenderer.java
This wraps the render lifecycle and captures the output.

Ben Gidley

www.gidley.co.uk
b...@gidley.co.uk


On Mon, Oct 19, 2009 at 11:53 AM, iapilgrim <iapilg...@gmail.com> wrote:

>
> No matter what cache strategy is, I want to get entirely response data.
> How to get  entirely response data is my question ?
> Anyone can help?
>
>
> Martin Strand-4 wrote:
> >
> > Not really answering your question but if you want to cache entire pages
> I
> > would recommend using a caching proxy such as squid or varnish.
> > Of course it depends on your specific use case...
> >
> >
> > On Thu, 15 Oct 2009 04:11:20 +0200, iapilgrim <iapilg...@gmail.com>
> wrote:
> >
> >
> >>
> >> Hi all,
> >> I'm using T5.1.0.5. My goal is to get page response data and cache it
> for
> >> future use.
> >> One way to achieve that is in after render phase or clean up render
> >> phase.
> >> My questions are
> >> + Are data at after render phase final?
> >> I mean does T5 inject more data after that?
> >> + If I want to get response data of many pages how do I do that in one
> >> place.
> >> Decorate or contribute after render phase for example?
> >> + I has followed request-response processing.
> >> http://uli.spielviel.de/~uli/tapestry_request_processing.png
> >> tapestry_request_processing
> >> But find no way to achieve this.
> >>
> >> How about your idea?
> >> Thank in advance,
> >> Van
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/-T5--Get-Response-data-tp25902064p25956280.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to