avignon.handlers
Class InputValueHandler

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

Deprecated. Deprecated in favor of the EnterText tag.

public class InputValueHandler
extends java.lang.Object
implements AvignonTagHandler

Sets an input value for the surrounding SubmitPage tag.
Attributes:


Constructor Summary
InputValueHandler()
          Deprecated.  
 
Method Summary
 void end(AvignonTestState state)
          Deprecated. Called when the tag is closed.
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Deprecated. 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

InputValueHandler

public InputValueHandler()
Deprecated. 
Method Detail

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Deprecated. 
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)
Deprecated. 
Description copied from interface: AvignonTagHandler
Called when the tag is closed.

Specified by:
end in interface AvignonTagHandler
Parameters:
state -

SourceForge.net Logo