864865866867868869870871872873874
} Constraint c = appliedConstraints.get(URL_CONSTRAINT); if (url) { if (c == null) { c = new UrlConstraint(); c.setOwningClass(owningClass); c.setPropertyName(propertyName); appliedConstraints.put(URL_CONSTRAINT, c); } c.setParameter(true);