org.webmacro.engine
Class NullBuilder

java.lang.Object
  |
  +--org.webmacro.engine.NullBuilder
All Implemented Interfaces:
Builder

public final class NullBuilder
extends java.lang.Object
implements Builder


Constructor Summary
NullBuilder()
           
 
Method Summary
 java.lang.Object build(BuildContext pc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullBuilder

public NullBuilder()
Method Detail

build

public final java.lang.Object build(BuildContext pc)
Specified by:
build in interface Builder