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

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

public class ApplyTemplatesTag
extends JSLTagSupport

Implements the apply templates function in the stylesheet, similar to the XSLT equivalent. a JSP include.

Version:
$Revision: 1.8 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
ApplyTemplatesTag()
           
 
Method Summary
 void doTag(XMLOutput output)
          By default just evaluate the body
 void setMode(java.lang.String mode)
          Sets the mode.
 void setSelect(org.jaxen.XPath select)
           
 
Methods inherited from class org.apache.commons.jelly.tags.jsl.JSLTagSupport
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
 

Constructor Detail

ApplyTemplatesTag

public ApplyTemplatesTag()
Method Detail

doTag

public void doTag(XMLOutput output)
           throws java.lang.Exception
By default just evaluate the body

setSelect

public void setSelect(org.jaxen.XPath select)

setMode

public void setMode(java.lang.String mode)
Sets the mode.
Parameters:
mode - New value of property mode.


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