Weaver 3.1.0a1-D1

com.oldlight.weaver.weaverbeans
Class NullBean

java.lang.Object
  extended bycom.oldlight.weaver.weaverbeans.NullBean
All Implemented Interfaces:
WeaverBean

public class NullBean
extends Object
implements WeaverBean

Null Weaver Bean class. This class carries out no actual action - but may be useful for side effects in the application definition file.

Author:
Paul Harvey

Constructor Summary
NullBean()
           
 
Method Summary
 void handle(WeaverExecutionContext context)
          Invoked by Weaver as a result of a call tag in the WAD file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullBean

public NullBean()
Method Detail

handle

public void handle(WeaverExecutionContext context)
            throws WeaverClientException
Description copied from interface: WeaverBean
Invoked by Weaver as a result of a call tag in the WAD file.

Specified by:
handle in interface WeaverBean
Parameters:
context - The current execution context.
Throws:
WeaverClientException - Thrown by your W-Bean to flag an error to Weaver.

Copyright ©Paul Harvey