Namespace Nette\Application
AbortException | The exception that is thrown when user attempts to terminate the current presenter or application. |
AppForm | Web form as presenter component. |
Application | Front Controller. |
ApplicationException | Application fatal error. |
BadRequestException | Bad HTTP / presenter request exception. |
BadSignalException | Signal exception. |
CliRouter | The unidirectional router for CLI. (experimental) |
Control | Control is renderable component. |
DownloadResponse | File download response. |
ForbiddenRequestException | Forbidden request exception – access denied. |
ForwardingResponse | Forwards to new request. |
InvalidLinkException | Link generation exception. |
InvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
JsonResponse | JSON response used for AJAX requests. |
Link | Lazy encapsulation of PresenterComponent::link(). |
MultiRouter | The router broker. |
Presenter | Presenter object represents a webpage instance. It executes all the logic for the request. |
PresenterComponent | PresenterComponent is the base class for all presenters components. |
PresenterLoader | Default presenter loader. |
PresenterRequest | Presenter request. Immutable object. |
RedirectingResponse | Redirects to new request. |
RenderResponse | Rendering presenter response. |
Route | The bidirectional route is responsible for mapping |
RoutingDebugger | Routing debugger for Debug Bar. |
SimpleRouter | The bidirectional route for trivial routing via query string. |
IPartiallyRenderable | |
IPresenter | Defines method that must be implemented to allow a component to act like a presenter. |
IPresenterLoader | Responsible for loading presenters. |
IPresenterResponse | Any response returned by presenter. |
IRenderable | |
IRouter | The bi-directional router. |
ISignalReceiver | Component with ability to receive signal. |
IStatePersistent | Component with ability to save and load its state. |