This very minute I'm refactoring: LinkFactory is going away, but there's a single service, ComponentEventLinkEncoder that's responsible for encoding and decoding component event and page render requests. It's a public service, so it will be something people can override.
On Tue, Mar 10, 2009 at 4:27 PM, Thiago H. de Paula Figueiredo <[email protected]> wrote: > Em Tue, 10 Mar 2009 20:20:54 -0300, Fernando Padilla <[email protected]> > escreveu: > >> How would a normal url rewrite system interact with javascript? >> when we call createLink on the server side, and pass it as a javascript >> parameter through addScript.. for our javascript?? etc etc.. >> ( ie, zone support, autocomplete support, etc etc ) > > AFAIK, every link creation method ultimately invokes some LinkFactory > method. My plan is to decorate LinkFactory, rewriting the generated links > after they're created. > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
