JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.http.context
Interface ServerContextPathProvider
All Known Implementing Classes:
HttpServerConfiguration
,
NettyHttpServerConfiguration
public interface
ServerContextPathProvider
A contract for providing a context path to a server.
Since:
1.2.8
Author:
James Kleeh
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getContextPath
()
Method Detail
getContextPath
@Nullable
String
getContextPath()
Returns:
The server context path, or null
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method