WebBundleDescriptor wmd) {
Set set = wmd.getContextParametersSet();
Iterator iterator = set.iterator();
ContextEnvironmentDecorator decorator;
EnvironmentProperty envRef;
while (iterator.hasNext()){
envRef = (EnvironmentProperty)iterator.next();
decorator = new ContextEnvironmentDecorator(envRef);
webModule.addEnvironment(decorator);
}
}