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 TypeClassDescriptionclass
JellyException
is the root of all Jelly exceptions.class
AJellyTagException
is an exception generated by a Tag implementation.class
JellyException
is 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 TypeClassDescriptionclass
BreakException
is used to terminate loops such as <forEach> and <while> tags.Methods in org.apache.commons.jelly.impl with parameters of type LocationAwareModifier and TypeMethodDescriptionprotected void
TagScript.applyLocation
(LocationAware locationAware)