@Nullable abstract fun view(): Any
Return the selected String view name or View object.
open static fun view(name: String): Builder
Create a new builder for response rendering based on the given view name.
name - the view name to be resolved to a View
Return
the builder