org.infoglue.cms.invokers
Class HTMLPageInvoker

java.lang.Object
  |
  +--org.infoglue.cms.invokers.PageInvoker
        |
        +--org.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
clone, equals, finalize, 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
java.lang.Exception


Copyright © 2003 InfoGlue.org All Rights Reserved.