What I would like to do is define a method at the root resource level that is called prior to any sub resources of that class. Looking through the API I see nothing like this.
Jersey 1.6
Well, the simplest way to do so is to have no-arg constructor of your Controller and call whichever function you want from there.
Well, the simplest way to do so is to have no-arg constructor of your Controller and call whichever function you want from there.