org.vraptor.config
Class VRaptorConfiguration
java.lang.Object
org.vraptor.config.VRaptorConfiguration
public class VRaptorConfiguration
- extends Object
Basic vraptor configuration pojo.
- Since:
- 2.3.2
- Author:
- Guilherme Silveira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VRaptorConfiguration
public VRaptorConfiguration()
isAutoDiscover
public boolean isAutoDiscover()
getItems
public List<ConfigItem> getItems()
readComponents
public void readComponents(WebApplication application)
throws ConfigException
- Reads all components.
- Throws:
ConfigException
readManagers
public void readManagers(WebApplication application)
throws ConfigException
- Reads all managers.
- Throws:
ConfigException
Copyright © 2004-2008 VRaptor. All Rights Reserved.