org.barracudamvc.examples.xmlc
Class CompEx10b
java.lang.Object
org.barracudamvc.core.event.DefaultEventGateway
org.barracudamvc.examples.xmlc.CompEx10b
- All Implemented Interfaces:
- EventGateway
- public class CompEx10b
- extends DefaultEventGateway
A sample screen (does the exact same thing as CompEx10, but routes to here
using an event, rather than a servlet url)
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
Constructor Summary |
CompEx10b()
Public constructor |
Methods inherited from class org.barracudamvc.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 |
logger
protected static final org.apache.log4j.Logger logger
CompEx10b
public CompEx10b()
- Public constructor
Copyright © 2004 BarracudaMVC.org All Rights Reserved.