false);
}
public EnvironmentInteraction createRootEnvironmentInteraction () {
final ServletEnvironmentFactory servletEnvironmentFactory =
ServletEnvironmentFactory.getDefaultInstance();
ServletContext servletContext =
requestContext.getServletContext();
final ServletEnvironment servletEnvironment =
servletEnvironmentFactory.createEnvironment(servletContext);
// create the root interaction
final EnvironmentInteraction rootInteraction =
servletEnvironmentFactory.createEnvironmentInteraction(
servletEnvironment,
// TODO where can I get the Servlet from
null,
// TODO can't use a deprecated method
requestContext.getServletConfig(),