org.axway.grapes.server.webapp.views
Class LicenseListView
java.lang.Object
com.yammer.dropwizard.views.View
org.axway.grapes.server.webapp.views.LicenseListView
public class LicenseListView
- extends com.yammer.dropwizard.views.View
License List View
View that can either be displayed in HTML or serialized in JSON that contains a list of license
- Author:
- jdcoffre
| 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 |
LicenseListView
public LicenseListView(String title)
getTitle
public String getTitle()
add
public void add(License license)
addAll
public void addAll(List<License> licenses)
getLicenses
public List<License> getLicenses()
getTable
public Table getTable()
- Generate a table that contains the dependencies information with the column that match the configured filters
- Returns:
- Table
Copyright © 2014. All Rights Reserved.