org.axway.grapes.server.core.options
Class Decorator

java.lang.Object
  extended by org.axway.grapes.server.core.options.Decorator

public class Decorator
extends Object

Decorator

The Decorator holds all the filters that take part in the display rendering.

Author:
jdcoffre

Constructor Summary
Decorator()
           
 
Method Summary
 Boolean getShowAncestors()
           
 Boolean getShowCorporate()
           
 Boolean getShowLicenses()
           
 Boolean getShowLicensesComment()
           
 Boolean getShowLicensesLongName()
           
 Boolean getShowLicensesUrl()
           
 Boolean getShowProviders()
           
 Boolean getShowScopes()
           
 Boolean getShowSources()
           
 Boolean getShowSourcesVersion()
           
 boolean getShowTargets()
           
 Boolean getShowTargetsDownloadUrl()
           
 Boolean getShowTargetsSize()
           
 Boolean getShowThirdparty()
           
 void init(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
           
 void setShowAncestors(Boolean showAncestors)
           
 void setShowCorporate(Boolean showCorporate)
           
 void setShowLicenses(Boolean showLicenses)
           
 void setShowLicensesComment(Boolean showLicensesComment)
           
 void setShowLicensesComment(String showLicensesComment)
           
 void setShowLicensesLongName(Boolean showLicensesLongName)
           
 void setShowLicensesLongName(String showLicensesLongName)
           
 void setShowLicensesUrl(Boolean showLicensesUrl)
           
 void setShowLicensesUrl(String showLicensesUrl)
           
 void setShowProviders(Boolean showProvider)
           
 void setShowScopes(Boolean showScopes)
           
 void setShowSources(Boolean showSources)
           
 void setShowSourcesVersion(Boolean showSourcesVersion)
           
 void setShowSourcesVersion(String showSourcesVersion)
           
 void setShowTargets(Boolean showTargets)
           
 void setShowTargets(String showTargets)
           
 void setShowTargetsDownloadUrl(Boolean showTargetsDownloadUrl)
           
 void setShowTargetsDownloadUrl(String showTargetsDownloadUrl)
           
 void setShowTargetsSize(Boolean showTargetsSize)
           
 void setShowTargetsSize(String showTargetsSize)
           
 void setShowThirdparty(Boolean showThirdparty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decorator

public Decorator()
Method Detail

getShowLicenses

public Boolean getShowLicenses()

setShowLicenses

public void setShowLicenses(Boolean showLicenses)

getShowScopes

public Boolean getShowScopes()

setShowScopes

public void setShowScopes(Boolean showScopes)

getShowAncestors

public Boolean getShowAncestors()

setShowAncestors

public void setShowAncestors(Boolean showAncestors)

getShowCorporate

public Boolean getShowCorporate()

setShowCorporate

public void setShowCorporate(Boolean showCorporate)

getShowThirdparty

public Boolean getShowThirdparty()

setShowThirdparty

public void setShowThirdparty(Boolean showThirdparty)

getShowSources

public Boolean getShowSources()

setShowSources

public void setShowSources(Boolean showSources)

getShowProviders

public Boolean getShowProviders()

setShowProviders

public void setShowProviders(Boolean showProvider)

getShowLicensesLongName

public Boolean getShowLicensesLongName()

setShowLicensesLongName

public void setShowLicensesLongName(Boolean showLicensesLongName)

setShowLicensesLongName

public void setShowLicensesLongName(String showLicensesLongName)

getShowLicensesUrl

public Boolean getShowLicensesUrl()

setShowLicensesUrl

public void setShowLicensesUrl(Boolean showLicensesUrl)

setShowLicensesUrl

public void setShowLicensesUrl(String showLicensesUrl)

getShowLicensesComment

public Boolean getShowLicensesComment()

setShowLicensesComment

public void setShowLicensesComment(Boolean showLicensesComment)

setShowLicensesComment

public void setShowLicensesComment(String showLicensesComment)

getShowSourcesVersion

public Boolean getShowSourcesVersion()

setShowSourcesVersion

public void setShowSourcesVersion(Boolean showSourcesVersion)

setShowSourcesVersion

public void setShowSourcesVersion(String showSourcesVersion)

getShowTargets

public boolean getShowTargets()

setShowTargets

public void setShowTargets(Boolean showTargets)

setShowTargets

public void setShowTargets(String showTargets)

getShowTargetsDownloadUrl

public Boolean getShowTargetsDownloadUrl()

setShowTargetsDownloadUrl

public void setShowTargetsDownloadUrl(Boolean showTargetsDownloadUrl)

setShowTargetsDownloadUrl

public void setShowTargetsDownloadUrl(String showTargetsDownloadUrl)

getShowTargetsSize

public Boolean getShowTargetsSize()

setShowTargetsSize

public void setShowTargetsSize(Boolean showTargetsSize)

setShowTargetsSize

public void setShowTargetsSize(String showTargetsSize)

init

public void init(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)


Copyright © 2014. All Rights Reserved.