Weaver 3.1.0a1-D1

com.oldlight.weaver.admin.weaverbeans
Class FixPathsBean

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

public class FixPathsBean
extends Object
implements WeaverBean


Field Summary
private static WeaverAttributeAssertion[] assertions
           
private static String PARAM_SCOPE
           
private static String PARAM_VALUE
           
private static String PARAM_VAR
           
 
Constructor Summary
FixPathsBean()
           
 
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
 

Field Detail

PARAM_VAR

private static final String PARAM_VAR
See Also:
Constant Field Values

PARAM_SCOPE

private static final String PARAM_SCOPE
See Also:
Constant Field Values

PARAM_VALUE

private static final String PARAM_VALUE
See Also:
Constant Field Values

assertions

private static final WeaverAttributeAssertion[] assertions
Constructor Detail

FixPathsBean

public FixPathsBean()
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