Skip to content
DavisDevelopment edited this page Dec 30, 2014 · 1 revision

class tannus.core.Page

The core Page-Controller Class. It's not enormously useful un-extended, and is meant primarily as a parent-class of any/all Page-Controllers in a given application.


Instance Fields

var route : Route

The route that instantiated this class

var parameters : Map<String, String>

A Map of all parameters defined by route

var title : Ptr<String>

A Pointer to the window title

var hash : Ptr<String>

A Pointer to the URL's hash property