|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.Plugin
public class Plugin
A Play plugin.
| Constructor Summary | |
|---|---|
Plugin()
|
|
| Method Summary | |
|---|---|
boolean |
enabled()
Is this plugin enabled. |
void |
onStart()
Called when the application starts. |
void |
onStop()
Called when the application stops. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plugin()
| Method Detail |
|---|
public void onStart()
onStart in interface play.api.Pluginpublic void onStop()
onStop in interface play.api.Pluginpublic boolean enabled()
enabled in interface play.api.Plugin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||