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, getResourceListingPath
public static final java.lang.String ROOT
public RelativePathProvider(javax.servlet.ServletContext servletContext)
protected java.lang.String applicationPath()
AbstractPathProvider
applicationPath
in class AbstractPathProvider
protected java.lang.String getDocumentationPath()
AbstractPathProvider
getDocumentationPath
in class AbstractPathProvider