Hello,

you can use the Context member:

* set your property it in the application's context (you can override the 
"start" method or the "createInboundRoot" method)
getContext().getAttributes().put("<key>", "value");

* retrieve it from the ServerResource
getContext().getAttributes().get("<key>")

Best regards,
Thierry Boileau

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2708919

Reply via email to