Package Nette
Subpackage Application
| NAppForm | Web form as presenter component. |
| NApplication | Front Controller. |
| NCliRouter | The unidirectional router for CLI. (experimental) |
| NControl | Control is renderable component. |
| NDownloadResponse | File download response. |
| NForwardingResponse | Forwards to new request. |
| NJsonResponse | JSON response used for AJAX requests. |
| NLink | Lazy encapsulation of NPresenterComponent::link(). Do not instantiate directly, use NPresenterComponent::lazyLink() |
| NMultiRouter | The router broker. |
| NPresenter | Presenter object represents a webpage instance. It executes all the logic for the request. |
| NPresenterComponent | PresenterComponent is the base class for all presenters components. |
| NPresenterLoader | Default presenter loader. |
| NPresenterRequest | Presenter request. Immutable object. |
| NRedirectingResponse | Redirects to new request. |
| NRenderResponse | Rendering presenter response. |
| NRoute | The bidirectional route is responsible for mapping HTTP request to a PresenterRoute object for dispatch and vice-versa. |
| NSimpleRouter | 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. |
| NAbortException | 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. |
| 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. |