}
@Override
public Urlable getChild(UriPathElement uriId) throws HttpException {
if (Llfcs.URI_ID.equals(uriId)) {
return new Llfcs(this);
} else if (DnoContracts.URI_ID.equals(uriId)) {
return new DnoContracts(this);
} else {
throw new NotFoundException();
}