beforeRun() protected method
This method is called right before run()
is executed.
You may override this method to do preparation work for the action run. If the method returns false, it will cancel the action.
protected boolean beforeRun ( ) | ||
---|---|---|
return | boolean |
Whether to run the action. |
Please login to continue.