org.enhydra.barracuda.contrib.dbroggisch.page
Class RenderPageEventGateway

java.lang.Object
  extended byorg.enhydra.barracuda.core.event.DefaultEventGateway
      extended byorg.enhydra.barracuda.contrib.dbroggisch.page.RenderPageEventGateway
All Implemented Interfaces:
EventGateway

public class RenderPageEventGateway
extends DefaultEventGateway

A simple convenience class providing a ready-set event gateway with the basic necessities for rendering pages. Unless you are writing your own custom rendering code for pages, an object of this class must be provided in your application gateway via specifyEventGateways(new RenderPageEventGateway()) or via inclusion in your assembly descriptor. If you forget to do this, you will find that none of your pages render.

Version:
1.0
Author:
Diez B. Roggisch

Constructor Summary
RenderPageEventGateway()
           
 
Methods inherited from class org.enhydra.barracuda.core.event.DefaultEventGateway
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderPageEventGateway

public RenderPageEventGateway()


Copyright © 2003 BarracudaMVC.org All Rights Reserved.