presentation.doxy
134 method is called with a \link wcmf::lib::presentation::ResponseDocument `ResponseDocument`\endlink.
229 In this case \link wcmf::application::controller::SearchIndexController `SearchIndexController`\endlink
237 \link wcmf::lib::presentation::impl::DefaultRequest::initialize `DefaultRequest::initialize`\endlink
242 but would be overwritten by explicit request parameters if provided. The character <em>*</em> is used
284 - the route with _less variables_ is more specific and if two routes have the same number of variables
289 which overrides the \link wcmf::lib::presentation::impl::DefaultRequest::isMatch `DefaultRequest::isMatch`\endlink
343 \link wcmf::lib::presentation::Controller::setLocalSessionValue `Controller::setLocalSessionValue`\endlink).
363 \link wcmf::lib::presentation::Application::handleException `Application::handleException`\endlink
392 \link wcmf::lib::presentation::Controller::executeSubAction `Controller::executeSubAction`\endlink
393 method. An example is \link wcmf::application::controller::RESTController `RESTController`\endlink
399 \link wcmf::lib::presentation::Controller::requireTransaction `Controller::requireTransaction`\endlink
400 can be called at the beginning of the method. This call will start a transaction or join the already
401 opened one. The transaction will be automatically committed after method execution or rolled back in
402 case of an exception. Calls to \link wcmf::lib::presentation::Controller::executeSubAction `Controller::executeSubAction`\endlink
413 \link wcmf::application::controller::BatchController::getWorkPackage `BatchController::getWorkPackage`\endlink
467 on the response instance (see \link wcmf::lib::presentation::ControllerMessage::setProperty `ControllerMessage::setProperty`\endlink).
removeListener($eventName, $callback)
Remove a listener for a given event.
Application is the main application class, that does all the initialization.
Definition: Application.php:22