Default Error Presenter.

Micro presenter.

The exception that is thrown when user attempts to terminate the current presenter or application.

Front Controller.

Application fatal error.

Bad HTTP / presenter request exception.

Forbidden request exception - access denied.

Presenter converts Request to IResponse.

Responsible for creating a new instance of given presenter.

Any response returned by presenter.

The bi-directional router.

The exception that is thrown when a presenter cannot be loaded.

Default presenter loader.

Presenter request.

File download response.

Forwards to new request.

JSON response used mainly for AJAX requests.

Redirects to new URI.

String output response.

The unidirectional router for CLI. (experimental)

The bidirectional route is responsible for mapping HTTP request to a Request object for dispatch and vice-versa.

The router broker.

The bidirectional route for trivial routing via query parameters.

Signal exception.

Control is renderable Presenter component.

Web form adapted for Presenter.

Component with ability to repaint.

Component with ability to receive signal.

Component with ability to save and load its state.

Defines template.

Defines ITemplate factory.

Link generation exception.

Lazy encapsulation of PresenterComponent::link().

Component multiplier.

Presenter component represents a webpage instance. It converts Request to IResponse.

PresenterComponent is the base class for all Presenter components.

Helpers for Presenter & PresenterComponent.

Template loader.

Latte powered template.

Latte powered template factory.

Macros for Nette\Application\UI.

Routing debugger for Debug Bar.