public class ThisTagLibrary
extends org.apache.commons.jelly.TagLibrary
| Modifier and Type | Field and Description |
|---|---|
static ThisTagLibrary |
INSTANCE |
| Constructor and Description |
|---|
ThisTagLibrary(org.apache.commons.jelly.expression.Expression expr) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final ThisTagLibrary INSTANCE
public ThisTagLibrary(org.apache.commons.jelly.expression.Expression expr)
expr - Expression that evaluates to Class to resolve scripts from.public org.apache.commons.jelly.Tag createTag(java.lang.String name,
org.xml.sax.Attributes attributes)
throws org.apache.commons.jelly.JellyException
createTag in class org.apache.commons.jelly.TagLibraryorg.apache.commons.jelly.JellyExceptionpublic org.apache.commons.jelly.impl.TagScript createTagScript(java.lang.String tagName,
org.xml.sax.Attributes atts)
throws org.apache.commons.jelly.JellyException
createTagScript in class org.apache.commons.jelly.TagLibraryorg.apache.commons.jelly.JellyExceptionCopyright © 2015. All Rights Reserved.