All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.tlds.feilong-tags-common.tld Maven / Gradle / Ivy

Go to download

feilong is a suite of core and expanded libraries that include utility classes, http, excel,cvs, io classes, and much much more.

There is a newer version: 4.0.8
Show newest version



	

	1.1
	feilong
	http://java.feilong.com/tags-common
	飞龙java自定义标签

	
	
		isInTime
		com.feilong.taglib.common.IsInTimeTag
		JSP
		
		
		
			date
			false
			true
			一个时间,如果为null,则使用当前时间
		
		
			beginDate
			false
			true
			开始时间,beginDate和 beginDateString 二者只能选择其一
		
		
			endDate
			false
			true
			结束时间,endDate和 endDateString 二者只能选择其一
		

		
			beginDateString
			false
			true
			开始时间,beginDate和 beginDateString 二者只能选择其一
		
		
			endDateString
			false
			true
			结束时间,endDate和 endDateString 二者只能选择其一
		
		
			pattern
			false
			true
			如果 使用的 beginDateString 和 endDateString ,其format模式
		
	


	
	
		isContains
		com.feilong.taglib.common.IsContainsTag
		判断一个值是否在一个集合当中
		JSP
		
			collection
			true
			true
			一个集合,将会被转成Iterator,可以为逗号隔开的字符串,会被分隔成Iterator
		
		
			value
			true
			true
			任意类型的值,最终toString 判断比较
		
	

	
	
		isNotContains
		com.feilong.taglib.common.IsNotContainsTag
		判断一个集合(或者可以被转成Iterator) 是否 没有 一个值 (或者说这个value 不在 collection当中)
		JSP
		
			collection
			true
			true
			一个集合,将会被转成Iterator,可以为逗号隔开的字符串,会被分隔成Iterator
		
		
			value
			true
			true
			任意类型的值,最终toString 判断比较
		
	

	
	
	
		swicth
		com.feilong.taglib.common.SwitchTag
		JSP
		switch
		
			value
			true
			true
		
	

	
	
		case
		com.feilong.taglib.common.SwitchCaseTag
		JSP
		switch case
		
			value
			true
			true
		
	

	
	
		default
		com.feilong.taglib.common.SwitchDefaultTag
		JSP
		switch default
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy