dev@grizzly.java.net

need ServletAdapter.addFilter with Initparam example

From: Survivant 00 <survivant00_at_gmail.com>
Date: Fri, 6 Feb 2009 08:49:01 -0500

I need some help to complete a demo. I saw that we can pass a initParamMap
to the addFilter.. but what do I put in the map ?

example

*<init-param>
    <param-name>myInitParam</param-name>
    <param-value>myInitParamValue</param-value>
  </init-param>
*


sa.addFilter(filter, filterType.getFilterName().getValue(), map);

and how that will be use in the filter ?