com.oldlight.weaver.weaverbeans
Class NullBean
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullBean
public NullBean()
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.