|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.context.servlet.ServletExternalContext
org.springframework.webflow.mvc.servlet.MvcExternalContext
public class MvcExternalContext
Spring MVC external context implementation. Is a ServletExternalContext, but overrides operations to plug in
specific functionality available in a Spring MVC Environment.
| Constructor Summary | |
|---|---|
MvcExternalContext(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FlowUrlHandler flowUrlHandler)
Create a new external context wrapping given servlet HTTP request and response and given servlet context. |
|
| Method Summary | |
|---|---|
java.util.Locale |
getLocale()
Returns the client locale. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MvcExternalContext(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FlowUrlHandler flowUrlHandler)
context - the servlet contextrequest - the http servlet requestresponse - the http servlet responseflowUrlHandler - the flow url handler| Method Detail |
|---|
public java.util.Locale getLocale()
ExternalContext
getLocale in interface ExternalContextgetLocale in class ServletExternalContext
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||