Vincent, I'm not sure that you need to subclass ApplicationHelper to solve your filtering issue, but in case you want to do it: - Create a subclass of com.noelios.restlet.Factory - Override the createHelper(Application, Context) method to return your custom helper - Change the META-INF/services/org.restlet.spi.Factory file to point to your subclass of Factory
Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Vincent > Envoyé : mercredi 1 novembre 2006 01:23 > À : [email protected] > Objet : I have extended ApplicationHelper. Now what? > > How do I register it? Form reading the code, it looks like I > have to override > com.noelios.restlet.Factory.createHelper, but it seems wrong. > > Thank you. > > -Vincent.

