avignon
Class DoNothingHandler

java.lang.Object
  extended byavignon.DoNothingHandler
All Implemented Interfaces:
AvignonTagHandler
Direct Known Subclasses:
ScriptBlockHandler

public class DoNothingHandler
extends java.lang.Object
implements AvignonTagHandler

Handler that does nothing. Basically just used as a place holder when a real handler is not found.


Constructor Summary
DoNothingHandler()
           
 
Method Summary
 void end(AvignonTestState state)
          Executed when the tag closes.
 boolean equals(java.lang.Object value)
          Determines if the parameter is a DoNothingHandler.
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Executed when the tag starts.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingHandler

public DoNothingHandler()
Method Detail

end

public void end(AvignonTestState state)
Executed when the tag closes. Does nothing.

Specified by:
end in interface AvignonTagHandler
Parameters:
state - Ignored.

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Executed when the tag starts.

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

equals

public boolean equals(java.lang.Object value)
Determines if the parameter is a DoNothingHandler.

Parameters:
value - Object to test.
Returns:
True if the parameter is an instance of a DoNothingHandler.

SourceForge.net Logo