protected void includePage(String pageName) {
   if (log.isDebugEnabled()) log.debug("Including of page " + pageName + " scheduled.");
   tag.addProcessingInstruction(ProcessingInstruction.getIncludePageInstruction(pageName));
 }