org.vraptor.plugin.jpa
Class JavaPersistencePlugin
java.lang.Object
org.vraptor.plugin.jpa.JavaPersistencePlugin
- All Implemented Interfaces:
- VRaptorPlugin
public class JavaPersistencePlugin
- extends Object
- implements VRaptorPlugin
Created by IntelliJ IDEA.
User: fck
Date: Feb 28, 2007
Time: 11:30:45 AM
|
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 |
JavaPersistencePlugin
public JavaPersistencePlugin()
init
public void init(WebApplication application)
throws VRaptorException
- 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
- Throws:
VRaptorException - some problem that might occur, stops system startup
Copyright © 2004-2008 VRaptor. All Rights Reserved.