I think if you want to re-order everything you will need to use your own customized DeploymentConfiguration subclass. See the org.apache.wink.server.internal.servlet.RestServlet#createDeploymentConfiguration().
Basically in your servlet definition you will need to have an init-param with name "deploymentConfiguration" and the full class name of your DeploymentConfiguration sub-class. In your org.apache.wink.server.internal.DeploymentConfiguration sub-class, you can override initRequestHandlersChain() and do whatever you want. Note that you should only do this if you really want to be able to change some of the internal code. On Tue, Nov 23, 2010 at 8:54 AM, fishrick <[email protected]> wrote: > > Jesse, how do you get the handler in line before system handlers? > -- > View this message in context: > http://apache-wink-users.3471013.n2.nabble.com/What-is-the-best-way-in-a-handler-to-get-the-Entity-and-method-that-is-going-to-be-invoked-tp5756400p5766747.html > Sent from the Apache Wink Users mailing list archive at Nabble.com. >
