Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getAliases
Method
getAliases
java/org/apache/catalina/mapper/Mapper.java:1635–1637 ·
view source on GitHub ↗
Get the aliases. @return the aliases
()
Source
from the content-addressed store, hash-verified
1633
* @
return
the aliases
1634
*/
1635
public
Collection<MappedHost> getAliases() {
1636
return
aliases;
1637
}
1638
1639
/**
1640
* Add an alias.
Callers
1
updateContextList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected