You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Oliver Lee <ol...@gmail.com> on 2007/12/23 05:53:30 UTC

T4.0.2,where to find the implement of Interface "ServletRequestServicer"?

Hi,
i am studying the source code of T4.0.2,in the ApplicationServlet.java:

----------------------------------------------------------------------------------

_requestServicer = (ServletRequestServicer) _registry.getService(
                "tapestry.request.ServletRequestServicer",
                ServletRequestServicer.class);

------------------------------------------------------------------------------------

how can i know where to register this "tapestry.request.ServletRequestServicer" service,
and where is the implement of ServletRequestServicer?thanks a lot!!




Oliver Lee
2007-12-23