org.apache.commons.jelly.tags.xml
Class XMLTagLibrary

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.apache.commons.jelly.tags.xml.XMLTagLibrary

public class XMLTagLibrary
extends TagLibrary

Describes the Taglib. This class could be generated by XDoclet

Version:
$Revision: 219726 $
Author:
James Strachan

Constructor Summary
XMLTagLibrary()
           
 
Method Summary
 Expression createExpression(ExpressionFactory factory, TagScript tagScript, java.lang.String attributeName, java.lang.String attributeValue)
          Allows taglibs to use their own expression evaluation mechanism
protected  Expression createXPathTextExpression(java.lang.String exprText)
           
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createTag, createTagScript, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTagLibrary

public XMLTagLibrary()
Method Detail

createExpression

public Expression createExpression(ExpressionFactory factory,
                                   TagScript tagScript,
                                   java.lang.String attributeName,
                                   java.lang.String attributeValue)
                            throws JellyException
Description copied from class: TagLibrary
Allows taglibs to use their own expression evaluation mechanism

Overrides:
createExpression in class TagLibrary
Throws:
JellyException

createXPathTextExpression

protected Expression createXPathTextExpression(java.lang.String exprText)
                                        throws JellyException
Throws:
JellyException


Copyright © 2012. All Rights Reserved.