|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
com.werken.werkz.jelly.WerkzTagSupport
com.werken.werkz.jelly.CallbackTagSupport
public abstract class CallbackTagSupport
Abstract base class for all callback tags.
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
The Log to which logging calls will be made. |
private java.lang.String |
name
the name of the target |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
CallbackTagSupport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
Sets the name of the target |
| Methods inherited from class com.werken.werkz.jelly.WerkzTagSupport |
|---|
getGoal, getProject |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.jelly.Tag |
|---|
doTag |
| Field Detail |
|---|
protected org.apache.commons.logging.Log log
private java.lang.String name
| Constructor Detail |
|---|
public CallbackTagSupport()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||