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(String name,
Attributes attributes)
IIUC, this method will never be invoked.
|
org.apache.commons.jelly.impl.TagScript |
createTagScript(String tagName,
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(String name, 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(String tagName, Attributes atts) throws org.apache.commons.jelly.JellyException
createTagScript in class org.apache.commons.jelly.TagLibraryorg.apache.commons.jelly.JellyExceptionCopyright © 2019. All rights reserved.