avignon.handlers
Class ScriptParamHandler

java.lang.Object
  extended byavignon.handlers.ScriptParamHandler
All Implemented Interfaces:
AvignonTagHandler

public class ScriptParamHandler
extends java.lang.Object
implements AvignonTagHandler

Passes parameters to an included script.
Attributes:

When the included script is run, text with the format #name# will be replaced with the value given in this tag.


Constructor Summary
ScriptParamHandler()
           
 
Method Summary
 void end(AvignonTestState state)
          Called when the tag is closed.
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Called when the tag is first encountered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptParamHandler

public ScriptParamHandler()
Method Detail

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Description copied from interface: AvignonTagHandler
Called when the tag is first encountered.

Specified by:
start in interface AvignonTagHandler
Parameters:
state -
attributes -

end

public void end(AvignonTestState state)
Description copied from interface: AvignonTagHandler
Called when the tag is closed.

Specified by:
end in interface AvignonTagHandler
Parameters:
state -

SourceForge.net Logo