Package org.apache.commons.jelly.tags.core
package org.apache.commons.jelly.tags.core
The core Tags from the JSTL plus Jelly extensions.
-
ClassDescriptionInterface for classes that support
ArgTag
children.Abstract base tag providingClassLoader
support.A tag which terminates the execution of the current <forEach> or <while> loop.A tag which catches exceptions thrown by its body.A tag which conditionally evaluates its body based on some conditionThis is the core tag library for jelly and contains commonly used tags.A tag which conditionally evaluates its body if none of its preceeding sibling<case>
tags have been evaluated.A tag which evaluates an expressionA tag that pipes its body to a file denoted by the name attribute or to an in memory String which is then output to a variable denoted by the var variable.Iterates over a collection, iterator or an array of objects.Holds the status of the loop.A tag which can retrieve the value of a static field of a given class.Deprecated.Imports another script.A tag which conditionally evaluates its body based on some conditionA Tag which can invoke a static method on a class, without an instance of the class being needed.A tag which calls a method in an object instantied by core:newDeprecated.Implemented asTagScript
inCoreTagLibrary
A tag which executes its body but passing no output.A tag which creates a new object of the given typeThe otherwise block of a choose/when/otherwise group of tagsParses the output of this tags body or of a given String as a Jelly script then either outputting the Script as a variable or executing the script.A tag which removes the variable of the given name from the current variable scope.A tag which creates a new child variable scope for its body.A tag which sets the bean properties on the given bean.Deprecated.Implemented asTagScript
inCoreTagLibrary
Executes the child <case> tag whose value equals my on attribute.A tag that spawns the contained script in a separate threadA tag which instantiates an instance of the given class and then sets the properties on the bean.A tag which creates a List implementation and optionally adds all of the elements identified by the items attribute.A tag which conditionally evaluates its body based on some conditionA tag which performs an iteration while the result of an expression is true.A simple tag used to preserve whitespace inside its body
TagScript
inCoreTagLibrary