Package ca.uhn.fhir.rest.server
Class HardcodedServerAddressStrategy
java.lang.Object
ca.uhn.fhir.rest.server.HardcodedServerAddressStrategy
- All Implemented Interfaces:
IServerAddressStrategy
Server address strategy which simply returns a hardcoded URL
-
Constructor Details
-
HardcodedServerAddressStrategy
public HardcodedServerAddressStrategy() -
HardcodedServerAddressStrategy
-
-
Method Details
-
getValue
-
setValue
-
determineServerBase
public String determineServerBase(jakarta.servlet.ServletContext theServletContext, jakarta.servlet.http.HttpServletRequest theRequest) Description copied from interface:IServerAddressStrategy
Determine the server base for a given request- Specified by:
determineServerBase
in interfaceIServerAddressStrategy
-