org.vraptor.core
Class ControllerFactory
java.lang.Object
org.vraptor.core.ControllerFactory
public class ControllerFactory
- extends Object
VRaptor's controller factory.
- Author:
- Guilherme Silveira
|
Method Summary |
Controller |
configure(javax.servlet.ServletContext appContext)
VRaptor's controller factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerFactory
public ControllerFactory()
configure
public Controller configure(javax.servlet.ServletContext appContext)
throws ConfigException
- VRaptor's controller factory.
- Parameters:
appContext - the servlet context
- Returns:
- the new vraptor controller
- Throws:
ConfigException - configuration exception
Copyright © 2004-2008 VRaptor. All Rights Reserved.