<abstract> new AbstractExtension()
Members
-
<protected> _pageStateManager :PageStateManager
-
State manager.
Type:
-
params :Object.<string, string>
-
The route parameters extracted from the current route.
Type:
- Object.<string, string>
-
status :number
-
The HTTP response code to send to the client.
Type:
- number
Methods
-
activate()
-
-
deactivate()
-
-
destroy()
-
-
getAllowedStateKeys()
-
Returns array of allowed state keys for extension.
-
getHttpStatus()
-
-
getRouteParams()
-
-
getState()
-
-
init()
-
-
<abstract> load()
-
-
setPageStateManager()
-
-
setRouteParams()
-
-
setState()
-
-
update()
-