public class MavenJeezTagLibrary extends JeezTagLibrary
JeezTagLibrary
.Constructor and Description |
---|
MavenJeezTagLibrary() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.jelly.impl.TagScript |
createTagScript(java.lang.String name,
org.xml.sax.Attributes attrs)
Create a
TagScript based upon an element's
name and attributes. |
createTag, find, getDynamicTag, getParent, getUri, registerBeanTag, registerDynamicTag, setParent, setUri
public org.apache.commons.jelly.impl.TagScript createTagScript(java.lang.String name, org.xml.sax.Attributes attrs) throws org.apache.commons.jelly.JellyException
TagScript
based upon an element's
name and attributes.createTagScript
in class JeezTagLibrary
name
- The name.attrs
- The attributes.TagScript
from an elements
name and attributes.org.apache.commons.jelly.JellyException
- If an error occurs while attempting to
create the script.TagLibrary.createTagScript(java.lang.String, org.xml.sax.Attributes)
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.