Namespace Nette\Application
NAppForm | Web form adapted for Presenter. |
NApplication | Front Controller. |
NCliRouter | The unidirectional router for CLI. (experimental) |
NControl | Control is renderable Presenter component. |
NDownloadResponse | File download response. |
NForwardingResponse | Forwards to new request. |
NJsonResponse | JSON response used mainly for AJAX requests. |
NMultiRouter | The router broker. |
NPresenter | Presenter component represents a webpage instance. It converts PresenterRequest to IPresenterResponse. |
NPresenterComponent | PresenterComponent is the base class for all Presenter components. |
NPresenterFactory | Default presenter loader. |
NPresenterRequest | Presenter request. Immutable object. |
NRedirectingResponse | Redirects to new URI. |
NRenderResponse | String output response. |
NRoute | The bidirectional route is responsible for mapping |
NRoutingDebugger | Routing debugger for Debug Bar. |
NSimpleRouter | 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. |
NAbortException | The exception that is thrown when user attempts to terminate the current presenter or application. |
NApplicationException | Application fatal error. |
NBadRequestException | Bad HTTP / presenter request exception. |
NBadSignalException | Signal exception. |
NForbiddenRequestException | Forbidden request exception – access denied. |
NInvalidLinkException | Link generation exception. |
NInvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |