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 Details

    • invokeMethod

      public Object invokeMethod(String localName, 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 SAXException
      Throws:
      SAXException
    • endPrefixMapping

      public void endPrefixMapping(org.apache.commons.jelly.XMLOutput output) throws SAXException
      Throws:
      SAXException
    • createInvoker

      public <T extends TypedTagLibrary> T createInvoker(Class<T> type)
      Creates a type-safe invoker for calling taglibs.