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 RequestToApplicationMapperpublic String getApplication(javax.servlet.http.HttpServletRequest request)
getApplication in interface RequestToApplicationMapperpublic void addSecureMapping(String path, String applicationName)
addSecureMapping in interface RequestToApplicationMapperpublic void removeSecureMapping(String path)
removeSecureMapping in interface RequestToApplicationMapperpublic void removeAllMappings(String applicationName)
removeAllMappings in interface RequestToApplicationMapperCopyright © 2023 Atlassian. All rights reserved.