avignon.handlers
Class UpdateFieldHandler

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

Deprecated. Deprecated in favor of setup and teardown scripts.

public class UpdateFieldHandler
extends java.lang.Object
implements AvignonTagHandler

Adds to the list of database fields to update and the end of a DatabaseUpdate tag.
Attributes:


Constructor Summary
UpdateFieldHandler()
          Deprecated.  
 
Method Summary
 void end(AvignonTestState state)
          Deprecated. No action.
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Deprecated. Adds to the surrounding DatabaseUpdate tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateFieldHandler

public UpdateFieldHandler()
Deprecated. 
Method Detail

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Deprecated. 
Adds to the surrounding DatabaseUpdate tag.

Specified by:
start in interface AvignonTagHandler
Parameters:
state - Current AvignonTestState. Must have a DatabaseUpdateHandler on the stack already.
attributes - Must have a name and value attribute. The name attribute is the name of a field to update, while the value attribute is the value it will be set to.

end

public void end(AvignonTestState state)
Deprecated. 
No action.

Specified by:
end in interface AvignonTagHandler
Parameters:
state -

SourceForge.net Logo