2.0
1.1
IfTags
http://www.servletsuite.com/servlets/iftags
Conditional tags
IfParameterEquals
com.cj.iftags.IfParameterEquals
JSP
Executes body if parameter equals to the given value
name
true
true
value
true
true
IfParameterNotEquals
com.cj.iftags.IfParameterNotEquals
JSP
Executes own body if parameter not equals to the given value
name
true
true
value
true
true
IfAjax
com.cj.iftags.IfAjaxTag
JSP
Executes own body if request comes from Ajax
IfNotAjax
com.cj.iftags.IfNotAjaxTag
JSP
Executes own body if request does not come from Ajax
IfParameterExists
com.cj.iftags.IfParameterExists
JSP
Executes own body if parameter exists
name
true
true
IfParameterNotExists
com.cj.iftags.IfParameterNotExists
JSP
Executes own body if parameter does not exist
name
true
true
IfObjectExists
com.cj.iftags.IfObjectExists
JSP
Executes own body if object exists
name
true
true
scope
false
true
type
false
true
IfObjectNotExists
com.cj.iftags.IfObjectNotExists
JSP
Executes own body if object does not exist
name
true
true
scope
false
true
type
false
true
IfTrue
com.cj.iftags.IfTrue
JSP
Executes own body if expression is true
cond
true
true
IfNull
com.cj.iftags.IfNull
JSP
Executes own body if expression is null
cond
true
true
IfEmptyString
com.cj.iftags.IfEmptyString
JSP
Executes own body if expression is empty string
cond
true
true
IfNotNull
com.cj.iftags.IfNotNull
JSP
Executes own body if expression is not null
cond
true
true
IfNotEmptyString
com.cj.iftags.IfNotEmptyString
JSP
Executes own body if expression is not empty string
cond
true
true
IfClassExists
com.cj.iftags.IfClassExists
JSP
Executes own body if class exists
name
true
true
IfClassNotExists
com.cj.iftags.IfClassNotExists
JSP
Executes own body if class does not exist
name
true
true
IfSecure
com.cj.iftags.IfSecure
JSP
Executes own body if request is secure
cond
true
true
IfNotSecure
com.cj.iftags.IfNotSecure
JSP
Executes own body if request is not secure
cond
true
true
IfAcceptLanguage
com.cj.iftags.IfAcceptLanguage
JSP
Executes own body if client accepts the given language
lang
true
true
IfNotAcceptLanguage
com.cj.iftags.IfNotAcceptLanguage
JSP
Executes own body if client does not accept the given language
lang
true
true