return new StandardEnvironment(super.getChildEnvironment(), entries);
}
protected void action(Path path, InputData input, OutputData output) throws Exception {
AtomicResponseHelper arUtil = new AtomicResponseHelper();
arUtil.wrapOutput((ServletOverridableOutputData)output);
try {
if (isContinuationRunning()) {
log.debug("Routing request through standard continuation.");
continuation._getService().action(path, input, output);