Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • NAppForm
  • NApplication
  • NCliRouter
  • NControl
  • NDownloadResponse
  • NForwardingResponse
  • NJsonResponse
  • NLink
  • NMultiRouter
  • NPresenter
  • NPresenterComponent
  • NPresenterLoader
  • NPresenterRequest
  • NRedirectingResponse
  • NRenderResponse
  • NRoute
  • NSimpleRouter

Interfaces

  • IPartiallyRenderable
  • IPresenter
  • IPresenterLoader
  • IPresenterResponse
  • IRenderable
  • IRouter
  • ISignalReceiver
  • IStatePersistent

Exceptions

  • NAbortException
  • NApplicationException
  • NBadRequestException
  • NBadSignalException
  • NForbiddenRequestException
  • NInvalidLinkException
  • NInvalidPresenterException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Package Nette

Subpackage Application

Classes summary
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.
Interfaces summary
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.
Exceptions summary
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.
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0