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.

The exception that indicates client error with HTTP code 4xx.

Forbidden request exception - access denied.

Application helpers.

Presenter converts Request to IResponse.

Responsible for creating a new instance of given presenter.

Any response returned by presenter.

IRouter deprecated

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

Link generator.

Default presenter loader.

Presenter request.

Callback response.

File download response.

Forwards to new request.

JSON response used mainly for AJAX requests.

Redirects to new URI.

String output response.

No response.

The unidirectional router for CLI. (experimental)

The bidirectional route is responsible for mapping HTTP request to an array for dispatch and vice-versa.

The router broker.

The bidirectional route for trivial routing via query parameters.

Signal exception.

Component is the base class for all Presenter components.

Helpers for Presenter & Component.

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 Component::link().

Component multiplier.

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

PresenterComponent deprecated

Application extension for Nette DI.

Latte extension for Nette DI.

PresenterFactory callback.

Routing extension for Nette DI.

Latte powered template.

Latte powered template factory.

Macros for Nette\Application\UI.

Runtime helpers for UI macros.

Routing debugger for Debug Bar.