Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:regexp

jelly:regexp

Tag NameDescription
containsThis tag checks whether a regexp contains a string.
matchThis tag checks whether a regexp matches a string.

Tags

[tag libraries] [tags]

regexp:contains

This tag checks whether a regexp contains a string.

Attribute NameTypeDescription
escapeTextboolean
exprjava.lang.String
scopejava.lang.StringSets the variable scope for this variable. For example setting this value to 'parent' willset this value in the parent scope. When Jelly is run from inside a Servlet environmentthen other scopes will be available such as 'request', 'session' or 'application'.Other applications may implement their own custom scopes.
textjava.lang.String
trimboolean
varjava.lang.String

regexp:match

This tag checks whether a regexp matches a string.

Attribute NameTypeDescription
escapeTextboolean
exprjava.lang.String
scopejava.lang.StringSets the variable scope for this variable. For example setting this value to 'parent' willset this value in the parent scope. When Jelly is run from inside a Servlet environmentthen other scopes will be available such as 'request', 'session' or 'application'.Other applications may implement their own custom scopes.
textjava.lang.String
trimboolean
varjava.lang.String