21222324252627
public ShellPlace getChild(String pathToken) { return getServicePlace(pathToken); } public JettyServicePlace getServicePlace(String domainKey) { return new JettyServicePlace(this, domainKey); }