com.softwareag.centrasite.appl.framework.beans.standard
Interface URIValidator

All Known Subinterfaces:
ExternalLink, ServiceBinding
All Known Implementing Classes:
ExternalLinkImpl, ServiceBindingImpl

public interface URIValidator


Method Summary
 boolean getValidateURI()
          Gets whether to do URI validation for this object.
 void setValidateURI(boolean validate)
          Sets whether to do URI validation for this object.
 

Method Detail

getValidateURI

boolean getValidateURI()
Gets whether to do URI validation for this object.

Returns:
boolean

setValidateURI

void setValidateURI(boolean validate)
Sets whether to do URI validation for this object.

Parameters:
validate -