org.webmacro.engine
Class PropertyMethodBuilder

java.lang.Object
  extended byorg.webmacro.engine.PropertyMethodBuilder
All Implemented Interfaces:
Builder

public class PropertyMethodBuilder
extends java.lang.Object
implements Builder


Constructor Summary
PropertyMethodBuilder(java.lang.String name, ListBuilder args)
           
 
Method Summary
 java.lang.Object build(BuildContext bc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMethodBuilder

public PropertyMethodBuilder(java.lang.String name,
                             ListBuilder args)
Method Detail

build

public java.lang.Object build(BuildContext bc)
                       throws BuildException
Specified by:
build in interface Builder
Throws:
BuildException