org.codehaus.groovy.sandbox.markup
Class BaseMarkupBuilder

java.lang.Object
  extended bygroovy.lang.GroovyObjectSupport
      extended byorg.codehaus.groovy.sandbox.markup.Builder
          extended byorg.codehaus.groovy.sandbox.markup.BaseMarkupBuilder
All Implemented Interfaces:
GroovyObject

public class BaseMarkupBuilder
extends Builder


Nested Class Summary
 
Nested classes inherited from class org.codehaus.groovy.sandbox.markup.Builder
Builder.Built
 
Field Summary
 
Fields inherited from class org.codehaus.groovy.sandbox.markup.Builder
namespaceMethodMap
 
Constructor Summary
BaseMarkupBuilder(Map namespaceMethodMap)
           
 
Method Summary
 Object bind(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
 

Constructor Detail

BaseMarkupBuilder

public BaseMarkupBuilder(Map namespaceMethodMap)
Method Detail

bind

public Object bind(Closure root)
Specified by:
bind in class Builder


Copyright © 2003-2004 The Codehaus. All Rights Reserved.