|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestToViewNameTranslator
Strategy interface for translating an incoming
HttpServletRequest
into a
logical view name when no view name is explicitly supplied.
Method Summary | |
---|---|
String |
getViewName(HttpServletRequest request)
Translate the given HttpServletRequest into a view name. |
Method Detail |
---|
String getViewName(HttpServletRequest request) throws Exception
HttpServletRequest
into a view name.
request
- the incoming HttpServletRequest
providing
the context from which a view name is to be resolved
null
)
Exception
- if view name translation fails
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |