|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dom4j.rule.Stylesheet
org.apache.commons.jelly.tags.jsl.JellyStylesheet
public class JellyStylesheet
This class is a specialization of the Stylesheet from dom4j's rule engine that adds some Jelly specific features.
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
|
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, applyTemplates, applyTemplates, applyTemplates, clear, getModeName, getValueOfAction, removeRule, run, run, run, 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 |
---|
private org.apache.commons.logging.Log log
private org.apache.commons.jelly.XMLOutput output
Constructor Detail |
---|
public JellyStylesheet()
Method Detail |
---|
public org.apache.commons.jelly.XMLOutput getOutput()
public void setOutput(org.apache.commons.jelly.XMLOutput output)
output
- The output to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |