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.GroovyObjectinvokeMethod in class groovy.lang.GroovyObjectSupportpublic void startPrefixMapping(org.apache.commons.jelly.XMLOutput output)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void endPrefixMapping(org.apache.commons.jelly.XMLOutput output)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic <T extends TypedTagLibrary> T createInvoker(java.lang.Class<T> type)
Copyright © 2013. All Rights Reserved.