Package Nette
Subpackage Application
Application | Front Controller. |
PresenterFactory | Default presenter loader. |
PresenterRequest | 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. |
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. |
Application\Diagnostics |
Application\Responses |
Application\Routers |
Application\UI |