Package | Description |
---|---|
org.apache.commons.jelly |
This package contains the main jelly API classes.
|
org.apache.commons.jelly.impl |
Core implementation classes for Jelly.
|
Modifier and Type | Class and Description |
---|---|
class |
JellyException
JellyException is the root of all Jelly exceptions. |
class |
JellyTagException
A
JellyTagException is an exception generated by a Tag
implementation. |
class |
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
Modifier and Type | Class and Description |
---|---|
class |
BreakException
BreakException is used to terminate loops such as
<forEach> and <while> tags. |
Modifier and Type | Method and Description |
---|---|
protected void |
TagScript.applyLocation(LocationAware locationAware) |
Copyright © 2014 Apache Software Foundation. All rights reserved.