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. |