public interface IMappingStrategy
Modifier and Type | Method and Description |
---|---|
String |
mapResourcePrefix(String contextPath)
Map a context path to a path prefix for resources.
|
String |
mapScopeHandlerName(String contextPath)
Map a context path to the name of a scope handler.
|
String |
mapServiceName(String name)
Map a name to the name of a service.
|
String mapServiceName(String name)
name
- name to mapString mapScopeHandlerName(String contextPath)
contextPath
- context path to mapCopyright © 2006-2012 The Red5 Project