public class SortTag extends XPathTagSupport
body, context, parent| Constructor and Description |
|---|
SortTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setDescending(boolean descending)
Set whether to sort ascending or descending.
|
void |
setList(java.util.List list)
Set the list to sort.
|
void |
setSort(org.jaxen.XPath sortXPath)
Sets the xpath expression to use to sort selected nodes.
|
getXPathContextfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tagpublic void setList(java.util.List list)
public void setSort(org.jaxen.XPath sortXPath)
throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionpublic void setDescending(boolean descending)
Copyright © 2012. All Rights Reserved.