public abstract class BaseTagSupport
extends org.apache.commons.jelly.TagSupport
Constructor and Description |
---|
BaseTagSupport()
Create an instance
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkAttribute(java.lang.Object attribute,
java.lang.String message)
Check a given 'attribute' has a value and throw the corresponding
exception if it doesn't
|
MavenJellyContext |
getMavenContext() |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public MavenJellyContext getMavenContext()
protected void checkAttribute(java.lang.Object attribute, java.lang.String message) throws org.apache.commons.jelly.MissingAttributeException
attribute
- the attribute to checkmessage
- the message to pass in with the exceptionorg.apache.commons.jelly.MissingAttributeException
- when the attribute is nullCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.