org.apache.commons.jelly.tags.jsl
Class JSLTagSupport

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.xml.XPathTagSupport
              |
              +--org.apache.commons.jelly.tags.jsl.JSLTagSupport
All Implemented Interfaces:
Tag
Direct Known Subclasses:
ApplyTemplatesTag, TemplateTag

public abstract class JSLTagSupport
extends XPathTagSupport

A common base class useful for implementation inheritence

Version:
$Revision: 1.8 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
JSLTagSupport()
           
 
Method Summary
 org.dom4j.rule.Stylesheet getStylesheet()
           
 
Methods inherited from class org.apache.commons.jelly.tags.xml.XPathTagSupport
getXPathContext
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, 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
 

Constructor Detail

JSLTagSupport

public JSLTagSupport()
Method Detail

getStylesheet

public org.dom4j.rule.Stylesheet getStylesheet()


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