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 |
|
createInvoker(java.lang.Class<T> type)
Creates a type-safe invoker for calling taglibs. |
void |
endPrefixMapping(org.apache.commons.jelly.XMLOutput output)
|
java.lang.Object |
invokeMethod(java.lang.String localName,
java.lang.Object args)
|
void |
startPrefixMapping(org.apache.commons.jelly.XMLOutput output)
|
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 java.lang.Object invokeMethod(java.lang.String localName,
java.lang.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 org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
endPrefixMapping
public void endPrefixMapping(org.apache.commons.jelly.XMLOutput output)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
createInvoker
public <T extends TypedTagLibrary> T createInvoker(java.lang.Class<T> type)
- Creates a type-safe invoker for calling taglibs.
Copyright © 2012. All Rights Reserved.