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.GroovyObject
invokeMethod
in class groovy.lang.GroovyObjectSupport
public void startPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws SAXException
SAXException
public void endPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws SAXException
SAXException
public <T extends TypedTagLibrary> T createInvoker(Class<T> type)
Copyright © 2016. All rights reserved.