public class HostLocationResolver extends AbstractLocationResolver
log| Constructor and Description | 
|---|
HostLocationResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getPrefix()
the prefix that this resolver will attend to 
 | 
LocationSpec<?> | 
newLocationSpecFromString(java.lang.String spec,
                         java.util.Map<?,?> locationFlags,
                         LocationRegistry registry)
Creates a LocationSpec given a spec string, flags (e.g. 
 | 
accepts, init, isEnabledpublic LocationSpec<?> newLocationSpecFromString(java.lang.String spec, java.util.Map<?,?> locationFlags, LocationRegistry registry)
LocationResolvernewLocationSpecFromString in interface LocationResolvernewLocationSpecFromString in class AbstractLocationResolverpublic java.lang.String getPrefix()
LocationResolver