public class RelativePathProvider extends AbstractPathProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROOT |
| Constructor and Description |
|---|
RelativePathProvider(javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
applicationPath()
For relative PathProviders this is typically '/' meaning relative to the swagger ui page serving the
documentation.
|
protected java.lang.String |
getDocumentationPath()
The base path to the swagger api documentation.
|
getApplicationBasePath, getOperationPath, getResourceListingPathpublic static final java.lang.String ROOT
public RelativePathProvider(javax.servlet.ServletContext servletContext)
protected java.lang.String applicationPath()
AbstractPathProviderapplicationPath in class AbstractPathProviderprotected java.lang.String getDocumentationPath()
AbstractPathProvidergetDocumentationPath in class AbstractPathProvider