Package org.apache.cxf.jaxrs.swagger
Class AbstractSwaggerFeature.Portable
- java.lang.Object
-
- org.apache.cxf.jaxrs.swagger.AbstractSwaggerFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Direct Known Subclasses:
Swagger2Feature.Portable
- Enclosing class:
- AbstractSwaggerFeature<T extends AbstractSwaggerFeature.Portable>
public abstract static class AbstractSwaggerFeature.Portable extends Object implements AbstractPortableFeature
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanlicenseWasSet
-
Constructor Summary
Constructors Constructor Description Portable()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
doInitializeProvider, initialize, initialize, initialize
-
-
-
-
Method Detail
-
initialize
public void initialize(Server server, Bus bus)
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
setBasePathByAddress
protected abstract void setBasePathByAddress(String address)
-
calculateDefaultBasePath
protected void calculateDefaultBasePath(Server server)
-
getResourcePackage
public String getResourcePackage()
-
setResourcePackage
public void setResourcePackage(String resourcePackage)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getBasePath
public String getBasePath()
-
setBasePath
public void setBasePath(String basePath)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getContact
public String getContact()
-
setContact
public void setContact(String contact)
-
getLicense
public String getLicense()
-
setLicense
public void setLicense(String license)
-
getLicenseUrl
public String getLicenseUrl()
-
setLicenseUrl
public void setLicenseUrl(String licenseUrl)
-
getTermsOfServiceUrl
public String getTermsOfServiceUrl()
-
setTermsOfServiceUrl
public void setTermsOfServiceUrl(String termsOfServiceUrl)
-
getFilterClass
public String getFilterClass()
-
setFilterClass
public void setFilterClass(String filterClass)
-
isRunAsFilter
public boolean isRunAsFilter()
-
setRunAsFilter
public void setRunAsFilter(boolean runAsFilter)
-
isActivateOnlyIfJaxrsSupported
public boolean isActivateOnlyIfJaxrsSupported()
-
setActivateOnlyIfJaxrsSupported
public void setActivateOnlyIfJaxrsSupported(boolean activateOnlyIfJaxrsSupported)
-
-