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

java.lang.Object
  extended byorg.dom4j.rule.Stylesheet
      extended byorg.apache.commons.jelly.tags.jsl.JellyStylesheet

public class JellyStylesheet
extends org.dom4j.rule.Stylesheet

This class is a specialization of the Stylesheet from dom4j's rule engine that adds some Jelly specific features.

Version:
$Revision: 1.8 $
Author:
James Strachan

Field Summary
private  org.apache.commons.logging.Log log
          The Log to which logging calls will be made.
private  org.apache.commons.jelly.XMLOutput output
           
 
Fields inherited from class org.dom4j.rule.Stylesheet
 
Constructor Summary
JellyStylesheet()
           
 
Method Summary
 org.apache.commons.jelly.XMLOutput getOutput()
          Returns the output.
 void setOutput(org.apache.commons.jelly.XMLOutput output)
          Sets the output.
 
Methods inherited from class org.dom4j.rule.Stylesheet
addRule, applyTemplates, applyTemplates, applyTemplates, clear, getMode, getModeName, getValueOfAction, removeRule, run, run, run, setModeName, setValueOfAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.apache.commons.logging.Log log
The Log to which logging calls will be made.


output

private org.apache.commons.jelly.XMLOutput output
Constructor Detail

JellyStylesheet

public JellyStylesheet()
Method Detail

getOutput

public org.apache.commons.jelly.XMLOutput getOutput()
Returns the output.

Returns:
XMLOutput

setOutput

public void setOutput(org.apache.commons.jelly.XMLOutput output)
Sets the output.

Parameters:
output - The output to set