Namespace Nette\Application
NAbortException | The exception that is thrown when user attempts to terminate the current presenter or application. |
NAppForm | Web form as presenter component. |
NApplication | Front Controller. |
NApplicationException | NApplication fatal error. |
NBadRequestException | Bad HTTP / presenter request exception. |
NBadSignalException | Signal exception. |
NCliRouter | The unidirectional router for CLI. (experimental) |
NControl | NControl is renderable component. |
NDownloadResponse | File download response. |
NForbiddenRequestException | Forbidden request exception – access denied. |
NForwardingResponse | Forwards to new request. |
NInvalidLinkException | NLink generation exception. |
NInvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
NJsonResponse | JSON response used for AJAX requests. |
NLink | Lazy encapsulation of NPresenterComponent::link(). |
NMultiRouter | The router broker. |
NPresenter | NPresenter object represents a webpage instance. It executes all the logic for the request. |
NPresenterComponent | NPresenterComponent is the base class for all presenters components. |
NPresenterLoader | Default presenter loader. |
NPresenterRequest | NPresenter request. Immutable object. |
NRedirectingResponse | Redirects to new request. |
NRenderResponse | Rendering presenter response. |
NRoute | The bidirectional route is responsible for mapping |
NRoutingDebugger | Routing debugger for NDebug Bar. |
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 | NComponent with ability to receive signal. |
IStatePersistent | NComponent with ability to save and load its state. |