net.sf.easyweb4j.dispatcher
Class DispatcherConfig
java.lang.Object
net.sf.easyweb4j.dispatcher.DispatcherConfig
public class DispatcherConfig
- extends Object
Holds configuration information for the dispatcher.
- Author:
- Chandra Sekar S
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatcherConfig
public DispatcherConfig(String controllersPackage,
String rootControllerName,
boolean xPoweredBy)
getControllersPackage
public String getControllersPackage()
getRootControllerName
public String getRootControllerName()
isXPoweredBy
public boolean isXPoweredBy()
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.