Class VplsWebApplication


  • public class VplsWebApplication
    extends org.onlab.rest.AbstractWebApplication
    VPLS web application.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.Class<?>> getClasses()  
      • Methods inherited from class org.onlab.rest.AbstractWebApplication

        getClasses
      • Methods inherited from class javax.ws.rs.core.Application

        getProperties, getSingletons
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VplsWebApplication

        public VplsWebApplication()
    • Method Detail

      • getClasses

        public java.util.Set<java.lang.Class<?>> getClasses()
        Specified by:
        getClasses in class org.onlab.rest.AbstractWebApplication