On 4/24/07 4:24 AM, Jerome Louvel wrote:
> In the Servlet extension, we have a ServletContextAdapter that is used to
> adapt a Servlet context into a Restlet context. 
> 
> It ensures that logging and init parameters are properly exposed to your
> Restlet Application. Therefore, you should be able to get your
> initialization parameters simply by doing:
> 
>       String value =
> getContext().getParameters().getFirstValue("myServletInitParam");

Oh, good heavens -- you're making it that easy?  I was trying way to
hard to find it.  Thank you.


Peter
-- 
Peter Murray                            http://www.pandc.org/peter/work/
Assistant Director, New Service Development  tel:+1-614-728-3600;ext=338
OhioLINK: the Ohio Library and Information Network        Columbus, Ohio
The Disruptive Library Technology Jester                http://dltj.org/
Attrib-Noncomm-Share   http://creativecommons.org/licenses/by-nc-sa/2.5/

Reply via email to