users@jersey.java.net

Is there a way to programmatically attach my excewption mappers?

From: Mats Henricson <Mats.Henricson_at_paf.com>
Date: Tue, 24 Mar 2009 17:26:09 +0200

Hi!

I've seen and used the @Provider annotation, but is there any way I can wire
up my resource and these mappers programatically (not using annotations)?

This could help me get my unit tests through, by subclassing Application.

Mats