public interface RequestToViewNameTranslator (Code)
Strategy interface for translating an incoming
javax.servlet.http.HttpServletRequest into a
logical view name when no view name is explicitly supplied.
author: Rob Harrop since: 2.0
Translate the given
HttpServletRequest into a view name.
Parameters: request - the incoming HttpServletRequest providingthe context from which a view name is to be resolved the view name (never null) throws: Exception - if view name translation fails