@Nullable abstract fun getViewName(request: HttpServletRequest): String
Translate the given HttpServletRequest into a view name.
request - the incoming HttpServletRequest providing the context from which a view name is to be resolved
Exception - if view name translation fails
Return
the view name, or null if no default found