class UIController (View source)

The UI controller class.

Methods

static Response
autocompleteJump()

Return the autocomplete values for a search field.

static Response
autocompleteLink()

Return the autocomplete values for a link field.

static Response
field()

Return the UI component for a variable field based on the name.

static Response
jump()

Redirect to a given target URL.

Details

static Response autocompleteJump()

Return the autocomplete values for a search field.

Return Value

Response the response object

Return the autocomplete values for a link field.

Return Value

Response the response object

static Response field()

Return the UI component for a variable field based on the name.

Return Value

Response the response object

static Response jump()

Redirect to a given target URL.

Return Value

Response the response object