return new ResourcesVisitor(context, this, getService("resourceLoadingService",
ResourceLoadingService.class));
}
public Object visitUris(Template urisTemplate) {
return new UrisVisitor(context, this, getService("uriBrokerService", URIBrokerService.class));
}