org.infoglue.cms.invokers
Class ComponentBasedHTMLPageInvoker

java.lang.Object
  extended byorg.infoglue.cms.invokers.PageInvoker
      extended byorg.infoglue.cms.invokers.ComponentBasedHTMLPageInvoker
Direct Known Subclasses:
DecoratedComponentBasedHTMLPageInvoker

public class ComponentBasedHTMLPageInvoker
extends PageInvoker

Author:
Mattias Bogeblad This class delivers a normal html page by using the component-based method.

Constructor Summary
ComponentBasedHTMLPageInvoker(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

ComponentBasedHTMLPageInvoker

public ComponentBasedHTMLPageInvoker(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 new component based structure.

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