net.sf.flock.webapp.components
Class URLValidator

java.lang.Object
  |
  +--net.sf.tapestry.valid.BaseValidator
        |
        +--net.sf.flock.webapp.components.URLValidator
All Implemented Interfaces:
net.sf.tapestry.valid.IValidator

public class URLValidator
extends net.sf.tapestry.valid.BaseValidator


Field Summary
 
Fields inherited from class net.sf.tapestry.valid.BaseValidator
FIELD_SYMBOL, FORM_SYMBOL, FUNCTION_SYMBOL, VALIDATOR_SYMBOL
 
Constructor Summary
URLValidator()
           
 
Method Summary
 java.lang.Object toObject(net.sf.tapestry.valid.IField field, java.lang.String value)
           
 java.lang.String toString(net.sf.tapestry.valid.IField field, java.lang.Object value)
           
 
Methods inherited from class net.sf.tapestry.valid.BaseValidator
checkRequired, getString, getString, getString, isClientScriptingEnabled, isRequired, processValidatorScript, renderValidatorContribution, setClientScriptingEnabled, setRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLValidator

public URLValidator()
Method Detail

toObject

public java.lang.Object toObject(net.sf.tapestry.valid.IField field,
                                 java.lang.String value)
                          throws net.sf.tapestry.valid.ValidatorException
Specified by:
toObject in interface net.sf.tapestry.valid.IValidator
Specified by:
toObject in class net.sf.tapestry.valid.BaseValidator
net.sf.tapestry.valid.ValidatorException
See Also:
IValidator.toObject(IField, String)

toString

public java.lang.String toString(net.sf.tapestry.valid.IField field,
                                 java.lang.Object value)
Specified by:
toString in interface net.sf.tapestry.valid.IValidator
Specified by:
toString in class net.sf.tapestry.valid.BaseValidator
See Also:
IValidator.toString(IField, Object)


Copyright © 2002-2003 Presence Inc. All Rights Reserved.