|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yammer.dropwizard.views.View
org.axway.grapes.server.webapp.views.DependencyListView
public class DependencyListView
Dependency List View
Handles the dependency list for the web-app display. It is able to generate tables that contains custom dependencies information.
| Field Summary | |
|---|---|
static String |
DOWNLOAD_URL_FIELD
|
static String |
LICENSE_COMMENT_FIELD
|
static String |
LICENSE_FIELD
|
static String |
LICENSE_LONG_NAME_FIELD
|
static String |
LICENSE_URL_FIELD
|
static String |
SCOPE_FIELD
|
static String |
SIZE_FIELD
|
static String |
SOURCE_FIELD
|
static String |
SOURCE_VERSION_FIELD
|
static String |
TARGET_FIELD
|
| Constructor Summary | |
|---|---|
DependencyListView(String title,
List<License> licenses,
Decorator decorator)
|
|
| Method Summary | |
|---|---|
void |
addAll(List<Dependency> dependencies)
Add many dependencies to the list |
void |
addDependency(Dependency dependency)
Add a dependency to the list |
List<Dependency> |
getDependencies()
Get the dependencies of the view |
Table |
getTable()
Generate a table that contains the dependencies information with the column that match the configured filters |
String |
getTitle()
Returns the HTML page title |
| 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 |
| Field Detail |
|---|
public static final String SOURCE_FIELD
public static final String SOURCE_VERSION_FIELD
public static final String TARGET_FIELD
public static final String DOWNLOAD_URL_FIELD
public static final String SIZE_FIELD
public static final String SCOPE_FIELD
public static final String LICENSE_FIELD
public static final String LICENSE_LONG_NAME_FIELD
public static final String LICENSE_URL_FIELD
public static final String LICENSE_COMMENT_FIELD
| Constructor Detail |
|---|
public DependencyListView(String title,
List<License> licenses,
Decorator decorator)
| Method Detail |
|---|
public String getTitle()
public void addDependency(Dependency dependency)
dependency - Dependencypublic void addAll(List<Dependency> dependencies)
dependencies - Listpublic List<Dependency> getDependencies()
public Table getTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||