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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends TypedTagLibrary>
TcreateInvoker(Class<T> type)Creates a type-safe invoker for calling taglibs.voidendPrefixMapping(org.apache.commons.jelly.XMLOutput output)ObjectinvokeMethod(String localName, Object args)voidstartPrefixMapping(org.apache.commons.jelly.XMLOutput output)
-
-
-
Method Detail
-
invokeMethod
public Object invokeMethod(String localName, Object args)
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject- Overrides:
invokeMethodin classgroovy.lang.GroovyObjectSupport
-
startPrefixMapping
public void startPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws SAXException- Throws:
SAXException
-
endPrefixMapping
public void endPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws SAXException- Throws:
SAXException
-
createInvoker
public <T extends TypedTagLibrary> T createInvoker(Class<T> type)
Creates a type-safe invoker for calling taglibs.
-
-