org.kohsuke.stapler.jelly
Class ThisTagLibrary
java.lang.Object
org.apache.commons.jelly.TagLibrary
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
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 |
INSTANCE
public static final ThisTagLibrary INSTANCE
createTag
public org.apache.commons.jelly.Tag createTag(String name,
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(String tagName,
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.