org.kohsuke.stapler.jelly.groovy
Class Namespace

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.kohsuke.stapler.jelly.groovy.Namespace
All Implemented Interfaces:
groovy.lang.GroovyObject

public class Namespace
extends groovy.lang.GroovyObjectSupport

Author:
Kohsuke Kawaguchi

Method Summary
 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)
           
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, setMetaClass, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invokeMethod

public java.lang.Object invokeMethod(java.lang.String localName,
                                     java.lang.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 org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endPrefixMapping

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


Copyright © 2008. All Rights Reserved.