org.vraptor.plugin.spring
Class SpringPlugin
java.lang.Object
org.vraptor.plugin.spring.SpringPlugin
- All Implemented Interfaces:
- VRaptorPlugin
public class SpringPlugin
- extends Object
- implements VRaptorPlugin
Spring plugin which reads the application bean configuration and allows it to
be used for VRaptor's dependencies injection.
- Since:
- 2.2.4
- Author:
- Guilherme Silveira, Fabio Patricio, Rafael Steil
|
Method Summary |
void |
init(WebApplication application)
Called after vraptor.xml has been completely parsed to give a chance for
this plugin to do something in the web application |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_FILE_KEY
protected static final String CONFIG_FILE_KEY
- See Also:
- Constant Field Values
CONTEXT_KEY_KEY
protected static final String CONTEXT_KEY_KEY
- See Also:
- Constant Field Values
SpringPlugin
public SpringPlugin(Map<String,String> properties)
init
public void init(WebApplication application)
- Description copied from interface:
VRaptorPlugin
- Called after vraptor.xml has been completely parsed to give a chance for
this plugin to do something in the web application
- Specified by:
init in interface VRaptorPlugin
- Parameters:
application - the web application
Copyright © 2004-2008 VRaptor. All Rights Reserved.