org.infoglue.cms.invokers
Class HTMLPageInvoker

java.lang.Object
  extended byorg.infoglue.cms.invokers.PageInvoker
      extended byorg.infoglue.cms.invokers.HTMLPageInvoker

public class HTMLPageInvoker
extends PageInvoker

Author:
Mattias Bogeblad This class delivers a normal html page by using the normal template mechanism introduced in infoglue 1.0 Used mostly for simple pages when the new component-based page type is ready.

Constructor Summary
HTMLPageInvoker(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, TemplateController templateController, DeliveryContext deliveryContext)
           
 
Method Summary
 void invokePage()
          This is the method that will render the page.
 
Methods inherited from class org.infoglue.cms.invokers.PageInvoker
cachePage, deliverPage, getDeliveryContext, getPageString, getRequest, getResponse, getTemplateController, setPageString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLPageInvoker

public HTMLPageInvoker(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response,
                       TemplateController templateController,
                       DeliveryContext deliveryContext)
Method Detail

invokePage

public void invokePage()
                throws java.lang.Exception
This is the method that will render the page. It uses the original template style logic.

Specified by:
invokePage in class PageInvoker
Throws:
java.lang.Exception