net.floodlightcontroller.staticflowentry.web
Class StaticFlowEntryWebRoutable

java.lang.Object
  extended by net.floodlightcontroller.staticflowentry.web.StaticFlowEntryWebRoutable
All Implemented Interfaces:
RestletRoutable

public class StaticFlowEntryWebRoutable
extends java.lang.Object
implements RestletRoutable


Constructor Summary
StaticFlowEntryWebRoutable()
           
 
Method Summary
 java.lang.String basePath()
          Set the base path for the Topology
 org.restlet.Restlet getRestlet(org.restlet.Context context)
          Create the Restlet router and bind to the proper resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFlowEntryWebRoutable

public StaticFlowEntryWebRoutable()
Method Detail

getRestlet

public org.restlet.Restlet getRestlet(org.restlet.Context context)
Create the Restlet router and bind to the proper resources.

Specified by:
getRestlet in interface RestletRoutable
Parameters:
context - the context for constructing the restlet
Returns:
the restlet

basePath

public java.lang.String basePath()
Set the base path for the Topology

Specified by:
basePath in interface RestletRoutable
Returns:
the base path URL where the router should be registered