Package org.kohsuke.stapler.jelly.groovy
Class Namespace
java.lang.Object
groovy.lang.GroovyObjectSupport
org.kohsuke.stapler.jelly.groovy.Namespace
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class Namespace
extends groovy.lang.GroovyObjectSupport
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescription<T extends TypedTagLibrary>
TcreateInvoker(Class<T> type) Creates a type-safe invoker for calling taglibs.voidendPrefixMapping(org.apache.commons.jelly.XMLOutput output) invokeMethod(String localName, Object args) voidstartPrefixMapping(org.apache.commons.jelly.XMLOutput output) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, setMetaClass, setProperty
-
Method Details
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject- Overrides:
invokeMethodin classgroovy.lang.GroovyObjectSupport
-
startPrefixMapping
- Throws:
SAXException
-
endPrefixMapping
- Throws:
SAXException
-
createInvoker
Creates a type-safe invoker for calling taglibs.
-