org.axway.grapes.server.core.options
Class Decorator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decorator
public Decorator()
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.