ExtensionType

Enumeration of extension types.

Values

ValueMeaning
applicationStart"ApplicationStart"

An extension used to handle application start.

customGrammar"CustomGrammar"

An extension used to add custom grammars.

partParser"PartParser"

An extension used to parse a view part.

viewExtension"ViewExtension"

An extension used to extend the general view class.

viewCtorExtension"ViewCtorExtension"

An extension used to extend the general view constructor.

controllerExtension"ControllerExtension"

An extension used to extend the general controller class.

httpSettings"HttpSettings"

An extension to handle the http settings of Diamond.

httpRequest"HttpRequest"

An extension used to handle http requests.

handleError"HandleError"

An extension used to handle errors.

staticFileExtension"StaticFiles"

An extension used to handle static file requests.

Meta