Declaration:
<? interface ActionWrapper ?>
Description: This interface declares a single method that is called by ActionController::processHTTP() for all executed actions. The implementations of this interface can redefine the executed action's Document object (via its Action::getResponse() call) to set the common master template for all actions and packages on your site Methods: |
|