org.kohsuke.stapler.jelly.groovy
public class Namespace extends groovy.lang.GroovyObjectSupport
Modifier and Type | Method and Description |
---|---|
<T extends TypedTagLibrary> |
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) |
public java.lang.Object invokeMethod(java.lang.String localName, java.lang.Object args)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class groovy.lang.GroovyObjectSupport
public void startPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public <T extends TypedTagLibrary> T createInvoker(java.lang.Class<T> type)
Copyright © 2014. All Rights Reserved.