public class Namespace
extends groovy.lang.GroovyObjectSupport
| Modifier and Type | Method and Description |
|---|---|
<T extends TypedTagLibrary> |
createInvoker(Class<T> type)
Creates a type-safe invoker for calling taglibs.
|
void |
endPrefixMapping(org.apache.commons.jelly.XMLOutput output) |
Object |
invokeMethod(String localName,
Object args) |
void |
startPrefixMapping(org.apache.commons.jelly.XMLOutput output) |
public Object invokeMethod(String localName, Object args)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class groovy.lang.GroovyObjectSupportpublic void startPrefixMapping(org.apache.commons.jelly.XMLOutput output)
throws SAXException
SAXExceptionpublic void endPrefixMapping(org.apache.commons.jelly.XMLOutput output)
throws SAXException
SAXExceptionpublic <T extends TypedTagLibrary> T createInvoker(Class<T> type)
Copyright © 2013. All rights reserved.