this.uriMap.put(uri, rep);
}
@Override
public Restlet createInboundRoot() {
return new Restlet() {
@Override
public void handle(Request request, Response response) {
String remainder = request.getResourceRef()
.getRemainingPart();
Representation answer = SimpleUriMapApplication.this.uriMap