Namespace Nette\Application
AppForm | Web form adapted for Presenter. |
Application | Front Controller. |
CliRouter | The unidirectional router for CLI. (experimental) |
Control | Control is renderable Presenter component. |
DownloadResponse | File download response. |
ForwardingResponse | Forwards to new request. |
JsonResponse | JSON response used mainly for AJAX requests. |
MultiRouter | The router broker. |
Presenter | Presenter component represents a webpage instance. It converts PresenterRequest to IPresenterResponse. |
PresenterComponent | PresenterComponent is the base class for all Presenter components. |
PresenterFactory | Default presenter loader. |
PresenterRequest | Presenter request. Immutable object. |
RedirectingResponse | Redirects to new URI. |
RenderResponse | String output response. |
Route | The bidirectional route is responsible for mapping |
RoutingDebugger | Routing debugger for Debug Bar. |
SimpleRouter | The bidirectional route for trivial routing via query parameters. |
IPartiallyRenderable | |
IPresenter | Presenter converts PresenterRequest to IPresenterResponse. |
IPresenterFactory | Responsible for creating a new instance of given presenter. |
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. |
AbortException | The exception that is thrown when user attempts to terminate the current presenter or application. |
ApplicationException | Application fatal error. |
BadRequestException | Bad HTTP / presenter request exception. |
BadSignalException | Signal exception. |
ForbiddenRequestException | Forbidden request exception – access denied. |
InvalidLinkException | Link generation exception. |
InvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |