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
Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, getProperty, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invokeMethod
public Object invokeMethod(String localName,
Object args)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
- Overrides:
invokeMethod
in class groovy.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.
Copyright © 2012. All Rights Reserved.