com.atlassian.jira.jelly
Class JiraTagLib

java.lang.Object
  extended byTagLibrary
      extended bycom.atlassian.jira.jelly.JiraTagLib
Direct Known Subclasses:
JiraTagLib

public class JiraTagLib
extends TagLibrary

See Also:
Serialized Form

Constructor Summary
JiraTagLib()
           
 
Method Summary
 Tag createTag()
           
 Tag createTag(java.lang.String name, org.xml.sax.Attributes attributes)
           
 TagScript createTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTagLib

public JiraTagLib()
Method Detail

createTagScript

public TagScript createTagScript(java.lang.String name,
                                 org.xml.sax.Attributes attributes)
                          throws JellyException
Throws:
JellyException

createTag

public Tag createTag(java.lang.String name,
                     org.xml.sax.Attributes attributes)
              throws JellyException
Throws:
JellyException

createTag

public Tag createTag()
              throws java.lang.Exception
Throws:
java.lang.Exception