Package Nette\Application
| NApplication | Front Controller. |
| NPresenterFactory | Default presenter loader. |
| NPresenterRequest | Presenter request. Immutable object. |
| IPresenter | Presenter converts Request to IResponse. |
| IPresenterFactory | Responsible for creating a new instance of given presenter. |
| IPresenterResponse | Any response returned by presenter. |
| IRouter | The bi-directional router. |
| NAbortException | The exception that is thrown when user attempts to terminate the current presenter or application. This is special "silent exception" with no error message or code. |
| NApplicationException | Application fatal error. |
| NBadRequestException | Bad HTTP / presenter request exception. |
| NForbiddenRequestException | Forbidden request exception - access denied. |
| NInvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
| Nette\Application\Diagnostics |
| Nette\Application\Responses |
| Nette\Application\Routers |
| Nette\Application\UI |