net.sf.easyweb4j.dispatcher
Class DispatcherConfig

java.lang.Object
  extended by net.sf.easyweb4j.dispatcher.DispatcherConfig

public class DispatcherConfig
extends Object

Holds configuration information for the dispatcher.

Author:
Chandra Sekar S

Constructor Summary
DispatcherConfig(String controllersPackage, String rootControllerName, boolean xPoweredBy)
           
 
Method Summary
 String getControllersPackage()
           
 String getRootControllerName()
           
 boolean isXPoweredBy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherConfig

public DispatcherConfig(String controllersPackage,
                        String rootControllerName,
                        boolean xPoweredBy)
Method Detail

getControllersPackage

public String getControllersPackage()

getRootControllerName

public String getRootControllerName()

isXPoweredBy

public boolean isXPoweredBy()


Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.