Uses of Interface
org.apache.commons.jelly.LocationAware
Packages that use LocationAware
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
-
Uses of LocationAware in org.apache.commons.jelly
Classes in org.apache.commons.jelly that implement LocationAwareModifier and TypeClassDescriptionclassJellyExceptionis the root of all Jelly exceptions.classAJellyTagExceptionis an exception generated by a Tag implementation.classJellyExceptionis the root of all Jelly exceptions. -
Uses of LocationAware in org.apache.commons.jelly.impl
Classes in org.apache.commons.jelly.impl that implement LocationAwareModifier and TypeClassDescriptionclassBreakExceptionis used to terminate loops such as <forEach> and <while> tags.Methods in org.apache.commons.jelly.impl with parameters of type LocationAwareModifier and TypeMethodDescriptionprotected voidTagScript.applyLocation(LocationAware locationAware)