org.codehaus.groovy.sandbox.markup
Class Builder

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

public abstract class Builder
extends GroovyObjectSupport


Nested Class Summary
protected static class Builder.Built
           
 
Field Summary
protected  java.util.Map namespaceMethodMap
           
 
Fields inherited from class groovy.lang.GroovyObjectSupport
 
Constructor Summary
Builder(java.util.Map namespaceMethodMap)
           
 
Method Summary
abstract  java.lang.Object bind(Closure root)
           
private static java.util.Map fettleMethodMap(Closure defaultGenerator, java.util.Map methodMap)
           
 
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
 

Field Detail

namespaceMethodMap

protected final java.util.Map namespaceMethodMap
Constructor Detail

Builder

public Builder(java.util.Map namespaceMethodMap)
Method Detail

fettleMethodMap

private static java.util.Map fettleMethodMap(Closure defaultGenerator,
                                             java.util.Map methodMap)

bind

public abstract java.lang.Object bind(Closure root)


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