org.vraptor.config
Class VRaptorConfiguration

java.lang.Object
  extended by org.vraptor.config.VRaptorConfiguration

public class VRaptorConfiguration
extends Object

Basic vraptor configuration pojo.

Since:
2.3.2
Author:
Guilherme Silveira

Constructor Summary
VRaptorConfiguration()
           
 
Method Summary
 List<ConfigItem> getItems()
           
 boolean isAutoDiscover()
           
 void readComponents(WebApplication application)
          Reads all components.
 void readManagers(WebApplication application)
          Reads all managers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VRaptorConfiguration

public VRaptorConfiguration()
Method Detail

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.