On Aug 14, 2012, at 8/142:07 PM , Thiago H de Paula Figueiredo wrote: > On Tue, 14 Aug 2012 15:19:04 -0300, Lenny Primak <lpri...@hope.nyc.ny.us> > wrote: > >> Seems like he has a T5 interface that as all kinds of getters. Seems like >> what I am going for or am I confused? > > I think it can be used for speeding the implementation of what you want. The > other part would be to define an interface like this: > > public inteface TapestryServices { > Request request(); // or getRequest() > ApplicationStateManager applicationStateManager(); > ... > } >
This is what the T5.java service is doing already. It's a single injectable service that has methods to gain access to many (all?) the public services. Robert --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org