A C D E G J L M N O P S T V X

A

ApplyTemplatesTag - class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag.
Implements the apply templates function in the stylesheet, similar to the XSLT equivalent.
ApplyTemplatesTag() - Constructor for class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
 
addTemplate(Rule) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Adds a new template rule to this stylesheet

C

context - Variable in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
createAction(StylesheetTag, XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
createExpression(ExpressionFactory, TagScript, String, String) - Method in class org.apache.commons.jelly.tags.jsl.JSLTagLibrary
 
createRule(StylesheetTag, XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
createStylesheet(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Factory method to create a new stylesheet

D

doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
By default just evaluate the body
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 

E

evaluate(JellyContext) - Method in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 

G

getExpressionText() - Method in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
getMode() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Getter for property mode.
getName() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Getter for property name.
getOutput() - Method in class org.apache.commons.jelly.tags.jsl.JellyStylesheet
Returns the output.
getPriority() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Getter for property priority.
getSource() - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
 
getSource() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
getStylesheet() - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
 
getStylesheet() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
getStylesheetOutput() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
getVariableValue(String, String, String) - Method in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
getXPathSource() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
getXPathSource() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 

J

JSLTagLibrary - class org.apache.commons.jelly.tags.jsl.JSLTagLibrary.
Describes the Taglib.
JSLTagLibrary() - Constructor for class org.apache.commons.jelly.tags.jsl.JSLTagLibrary
 
JellyStylesheet - class org.apache.commons.jelly.tags.jsl.JellyStylesheet.
This class is a specialization of the Stylesheet from dom4j's rule engine that adds some Jelly specific features.
JellyStylesheet() - Constructor for class org.apache.commons.jelly.tags.jsl.JellyStylesheet
 

L

log - Variable in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.jsl.JSLTagLibrary
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.jsl.JellyStylesheet
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.jsl.StyleTag
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.jsl.StylesheetTag
The Log to which logging calls will be made.
log - Variable in class org.apache.commons.jelly.tags.jsl.TemplateTag
The Log to which logging calls will be made.

M

match - Variable in class org.apache.commons.jelly.tags.jsl.TemplateTag
The pattern to match
mode - Variable in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
Holds value of property mode.
mode - Variable in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Holds value of property mode.
mode - Variable in class org.apache.commons.jelly.tags.jsl.TemplateTag
Holds value of property mode.

N

name - Variable in class org.apache.commons.jelly.tags.jsl.TemplateTag
Holds value of property name.

O

org.apache.commons.jelly.tags.jsl - package org.apache.commons.jelly.tags.jsl
The Jelly Stylesheet Library (JSL)
output - Variable in class org.apache.commons.jelly.tags.jsl.JellyStylesheet
 

P

pattern - Variable in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
priority - Variable in class org.apache.commons.jelly.tags.jsl.TemplateTag
Holds value of property priority.

S

StyleTag - class org.apache.commons.jelly.tags.jsl.StyleTag.
This tag performs a JSL stylesheet which was previously created via an <stylesheet> tag.
StyleTag() - Constructor for class org.apache.commons.jelly.tags.jsl.StyleTag
 
StylesheetTag - class org.apache.commons.jelly.tags.jsl.StylesheetTag.
This tag implements a JSL stylesheet which is similar to an XSLT stylesheet but can use Jelly tags inside it
StylesheetTag() - Constructor for class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
select - Variable in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
Holds the XPath object
select - Variable in class org.apache.commons.jelly.tags.jsl.StyleTag
The XPath expression to evaluate.
select - Variable in class org.apache.commons.jelly.tags.jsl.StylesheetTag
The XPath expression to evaluate.
setMatch(Pattern) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
setMode(String) - Method in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
Sets the mode.
setMode(String) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the mode.
setMode(String) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the mode.
setName(String) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the name.
setOutput(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.JellyStylesheet
Sets the output.
setPriority(double) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the priority.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
 
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the XPath expression to evaluate.
setStylesheet(Stylesheet) - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
Sets the stylesheet to use to style this tags body
setStylesheetOutput(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the XMLOutput to use by the current stylesheet
setVar(String) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the variable name to define for this expression
setXPathSource(Object) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the xpathSource.
stylesheet - Variable in class org.apache.commons.jelly.tags.jsl.StyleTag
Holds the stylesheet which will be applied to the source context.
stylesheet - Variable in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Holds the stylesheet which will be applied to the source context.

T

TemplateTag - class org.apache.commons.jelly.tags.jsl.TemplateTag.
This tag represents a declarative matching rule, similar to the template tag in XSLT.
TemplateTag() - Constructor for class org.apache.commons.jelly.tags.jsl.TemplateTag
 
text - Variable in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 

V

var - Variable in class org.apache.commons.jelly.tags.jsl.StylesheetTag
The variable which the stylesheet will be output as

X

XPathPatternExpression - class org.apache.commons.jelly.tags.jsl.XPathPatternExpression.
An expression which returns an XPath based Pattern (like an XSLT pattern).
XPathPatternExpression(String, Pattern) - Constructor for class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
xpathSource - Variable in class org.apache.commons.jelly.tags.jsl.StylesheetTag
The XPath source used by TemplateTag and ApplyTemplatesTag to pass XPath contexts
xpathSource - Variable in class org.apache.commons.jelly.tags.jsl.TemplateTag
The source XPath context for any child tags

A C D E G J L M N O P S T V X