// In order to get the required template definition to be processed
// we need to invoke a URI inclusion based on the given href.
Fetcher fetcher = new Fetcher(pipeline);
fetcher.setHref(href);
fetcher.doInclude();
}
super.doAction(dynamicProcess);
}
}