[Webwork-user] handlesCommands() ?
Brought to you by:
baldree,
rickardoberg
From: Harvey K. <ha...@ka...> - 2002-05-27 15:45:28
|
protected boolean handlesCommands() { return true; } Saw the above line of code in one of the samples in an Action class. Can't seem to find any docs on this. Does it tell WW that the Action class supports commands (CommandDriven)? Thanks. |