play.libs.ws.ning
Class NingWSPlugin

java.lang.Object
  extended by play.Plugin
      extended by play.libs.ws.WSPlugin
          extended by play.libs.ws.ning.NingWSPlugin
All Implemented Interfaces:
play.api.Plugin

public class NingWSPlugin
extends WSPlugin


Field Summary
 
Fields inherited from class play.libs.ws.WSPlugin
app
 
Constructor Summary
NingWSPlugin(Application app)
           
 
Method Summary
 WSAPI api()
          The root api of the plugin.
protected  boolean loaded()
          Used for testing.
 void onStart()
          Called when the application starts.
 void onStop()
          Called when the application stops.
 
Methods inherited from class play.Plugin
enabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NingWSPlugin

public NingWSPlugin(Application app)
Method Detail

onStart

public void onStart()
Description copied from class: Plugin
Called when the application starts.

Specified by:
onStart in interface play.api.Plugin
Overrides:
onStart in class Plugin

onStop

public void onStop()
Description copied from class: Plugin
Called when the application stops.

Specified by:
onStop in interface play.api.Plugin
Overrides:
onStop in class Plugin

api

public WSAPI api()
Description copied from class: WSPlugin
The root api of the plugin.

Specified by:
api in class WSPlugin

loaded

protected boolean loaded()
Description copied from class: WSPlugin
Used for testing.

Specified by:
loaded in class WSPlugin
Returns:
true if the plugin loaded successfully, false otherwise.