org.kohsuke.stapler.jelly
Class StaplerTagLibrary

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.kohsuke.stapler.jelly.StaplerTagLibrary

public class StaplerTagLibrary
extends org.apache.commons.jelly.TagLibrary

Author:
Kohsuke Kawaguchi

Constructor Summary
StaplerTagLibrary()
           
 
Method Summary
 org.apache.commons.jelly.impl.TagScript createTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
           
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTag, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaplerTagLibrary

public StaplerTagLibrary()
Method Detail

createTagScript

public org.apache.commons.jelly.impl.TagScript createTagScript(java.lang.String name,
                                                               org.xml.sax.Attributes attributes)
                                                        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.