public interface IAppController
| Modifier and Type | Method and Description |
|---|---|
void |
exception(IAppRequestContext context)
Route handler for exceptions handling.
|
void |
indexPage(IAppRequestContext context)
Route handler for the "/" index page.
|
void |
notFound(IAppRequestContext context)
Route handler for a "Not Found" request.
|
void indexPage(IAppRequestContext context)
void notFound(IAppRequestContext context)
void exception(IAppRequestContext context)
Copyright © 2016. All rights reserved.