org.axway.grapes.server.webapp.views
Class ModuleView

java.lang.Object
  extended by com.yammer.dropwizard.views.View
      extended by org.axway.grapes.server.webapp.views.ModuleView

public class ModuleView
extends com.yammer.dropwizard.views.View


Constructor Summary
ModuleView()
           
 
Method Summary
 Integer getDepth(Module submodule)
           
 Module getModule()
           
 String getOrganization()
           
 Set<Module> getSubmodules()
           
 void setModule(Module module)
           
 void setOrganization(String organization)
           
 
Methods inherited from class com.yammer.dropwizard.views.View
getCharset, getTemplateName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleView

public ModuleView()
Method Detail

setModule

public void setModule(Module module)

getModule

public Module getModule()

getSubmodules

public Set<Module> getSubmodules()

getDepth

public Integer getDepth(Module submodule)

setOrganization

public void setOrganization(String organization)

getOrganization

public String getOrganization()


Copyright © 2014. All Rights Reserved.