lib
Interface TestTagLib

All Superinterfaces:
groovy.lang.GroovyObject, org.kohsuke.stapler.jelly.groovy.TypedTagLibrary

@TagLibraryUri(value="/lib/test")
public interface TestTagLib
extends org.kohsuke.stapler.jelly.groovy.TypedTagLibrary


Method Summary
 void bar()
           
 void bar(groovy.lang.Closure body)
           
 void bar(Map args)
           
 void bar(Map args, groovy.lang.Closure body)
           
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 

Method Detail

bar

void bar(Map args,
         groovy.lang.Closure body)

bar

void bar(groovy.lang.Closure body)

bar

void bar(Map args)

bar

void bar()


Copyright © 2004-2013. All Rights Reserved.