| res,
this.servletContext,
(HttpContext) this.appContext.get(Constants.CONTEXT_ENVIRONMENT_CONTEXT),
this.containerEncoding,
formEncoding);
env.enableLogging(new LogKitLogger(this.log));
return env;
}
/**
* Instatiates the parent component manager, as specified in the
|