org.codehaus.groovy.sandbox.markup
Class Builder
java.lang.Object
groovy.lang.GroovyObjectSupport
org.codehaus.groovy.sandbox.markup.Builder
- All Implemented Interfaces:
- groovy.lang.GroovyObject
- Direct Known Subclasses:
- BaseMarkupBuilder
- public abstract class Builder
- extends groovy.lang.GroovyObjectSupport
Constructor Summary |
Builder(Map namespaceMethodMap)
|
Method Summary |
abstract Object |
bind(groovy.lang.Closure root)
|
Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceMethodMap
protected final Map namespaceMethodMap
Builder
public Builder(Map namespaceMethodMap)
bind
public abstract Object bind(groovy.lang.Closure root)
Copyright © 2003-2004 The Codehaus. All Rights Reserved.