org.apache.commons.jelly.tags.define
Class DefineTagSupport

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.define.DefineTagSupport
All Implemented Interfaces:
org.apache.commons.jelly.Tag
Direct Known Subclasses:
BeanTag, DynaBeanTag, ExtendTag, TagTag

public abstract class DefineTagSupport
extends org.apache.commons.jelly.TagSupport

An abstract base class useful for implementation inheritence.

Version:
$Revision: 1.5 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
DefineTagSupport()
           
 
Method Summary
protected  org.apache.commons.jelly.impl.DynamicTagLibrary getTagLibrary()
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
doTag, 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
 

Constructor Detail

DefineTagSupport

public DefineTagSupport()
Method Detail

getTagLibrary

protected org.apache.commons.jelly.impl.DynamicTagLibrary getTagLibrary()
                                                                 throws org.apache.commons.jelly.JellyTagException
Returns:
the current dynamic tag library instance or throws a JellyException if one is not available


Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.