Namespace Nette\Application
Application | Front Controller. |
PresenterFactory | Default presenter loader. |
Request | Presenter request. Immutable object. |
IPresenter | Presenter converts Request to IResponse. |
IPresenterFactory | Responsible for creating a new instance of given presenter. |
IResponse | Any response returned by presenter. |
IRouter | The bi-directional router. |
AbortException | 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. |
ApplicationException | Application fatal error. |
BadRequestException | Bad HTTP / presenter request exception. |
ForbiddenRequestException | Forbidden request exception - access denied. |
InvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
Nette\Application\Diagnostics |
Nette\Application\Responses |
Nette\Application\Routers |
Nette\Application\UI |