public class LocalRequestToApplicationMapper extends Object implements RequestToApplicationMapper
Constructor and Description |
---|
LocalRequestToApplicationMapper(RequestToApplicationMapper requestToApplicationMapper) |
Modifier and Type | Method and Description |
---|---|
void |
addSecureMapping(String path,
String applicationName) |
String |
getApplication(javax.servlet.http.HttpServletRequest request) |
String |
getApplication(String path) |
void |
removeAllMappings(String applicationName) |
void |
removeSecureMapping(String path) |
public LocalRequestToApplicationMapper(RequestToApplicationMapper requestToApplicationMapper)
public String getApplication(String path)
getApplication
in interface RequestToApplicationMapper
public String getApplication(javax.servlet.http.HttpServletRequest request)
getApplication
in interface RequestToApplicationMapper
public void addSecureMapping(String path, String applicationName)
addSecureMapping
in interface RequestToApplicationMapper
public void removeSecureMapping(String path)
removeSecureMapping
in interface RequestToApplicationMapper
public void removeAllMappings(String applicationName)
removeAllMappings
in interface RequestToApplicationMapper
Copyright © 2020 Atlassian. All rights reserved.