/**
  * Execute the Action
  *
  * @param      AgaviExecutionContainer The current execution container.
  *
  * @return     mixed The processed View information returned by the Action.
  *
  * @author     David Zülke <*****@*****.**>
  * @author     Felix Gilcher <*****@*****.**>
  * @since      0.11.0
  * 
  * @deprecated since 1.0.0, use AgaviExecutionContainer::runAction()
  */
 protected function runAction(AgaviExecutionContainer $container)
 {
     return $container->runAction();
 }