org.kohsuke.stapler.jelly
Class ThisTagLibrary

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.kohsuke.stapler.jelly.ThisTagLibrary

public class ThisTagLibrary
extends org.apache.commons.jelly.TagLibrary

Loads Jelly views associated with "it" as if it were taglibs.

Author:
Kohsuke Kawaguchi

Field Summary
static ThisTagLibrary INSTANCE
           
 
Constructor Summary
ThisTagLibrary(org.apache.commons.jelly.expression.Expression expr)
           
 
Method Summary
 org.apache.commons.jelly.Tag createTag(java.lang.String name, org.xml.sax.Attributes attributes)
          IIUC, this method will never be invoked.
 org.apache.commons.jelly.impl.TagScript createTagScript(java.lang.String tagName, org.xml.sax.Attributes atts)
           
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ThisTagLibrary INSTANCE
Constructor Detail

ThisTagLibrary

public ThisTagLibrary(org.apache.commons.jelly.expression.Expression expr)
Parameters:
expr - Expression that evaluates to Class to resolve scripts from.
Method Detail

createTag

public org.apache.commons.jelly.Tag createTag(java.lang.String name,
                                              org.xml.sax.Attributes attributes)
                                       throws org.apache.commons.jelly.JellyException
IIUC, this method will never be invoked.

Overrides:
createTag in class org.apache.commons.jelly.TagLibrary
Throws:
org.apache.commons.jelly.JellyException

createTagScript

public org.apache.commons.jelly.impl.TagScript createTagScript(java.lang.String tagName,
                                                               org.xml.sax.Attributes atts)
                                                        throws org.apache.commons.jelly.JellyException
Overrides:
createTagScript in class org.apache.commons.jelly.TagLibrary
Throws:
org.apache.commons.jelly.JellyException


Copyright © 2011. All Rights Reserved.