Tomahawk sandbox tag library.
Tag validateUrl


A custom validator for url format, based upons Jakarta Commons.


Tag Information
Tag Classorg.apache.myfaces.custom.urlvalidator.ValidateUrlTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
schemesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
CSV values that indicates the set of schemes to check this url. If allowAllSchemas = true, the values of this field are ignored. If no schemes are provided, default to this set ("http", "https", "ftp").
allow2Slashesfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Allow two slashes in the path component of the URL.
allowAllSchemasfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Allows all validly formatted schemes to pass validation instead of supplying a set of valid schemes.
summaryMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
messagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
detailMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.