|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.danube.webflow.DanubeExternalContext
public class DanubeExternalContext
Danube Spring WebFLow's external context adapter.
| Nested Class Summary | |
|---|---|
static class |
DanubeExternalContext.EnumerationIteratorAdapter<T>
Enumeration adapter over itereator |
class |
DanubeExternalContext.SessionMap
Session map adapter |
| Field Summary | |
|---|---|
protected HTTPConnection |
connection
Connection reference |
protected DanubeFlowController |
controller
Reference to the controller |
| Constructor Summary | |
|---|---|
DanubeExternalContext(DanubeFlowController controller,
HTTPConnection connection)
Constructor |
|
| Method Summary | |
|---|---|
org.springframework.webflow.core.collection.SharedAttributeMap |
getApplicationMap()
|
String |
getContextPath()
Returns connection's context path |
String |
getDispatcherPath()
Returns connection's component path |
org.springframework.webflow.core.collection.SharedAttributeMap |
getGlobalSessionMap()
|
org.springframework.webflow.core.collection.MutableAttributeMap |
getRequestMap()
|
org.springframework.webflow.core.collection.ParameterMap |
getRequestParameterMap()
Returns request parameter map adapter from connection's request paramaters |
String |
getRequestPathInfo()
Returns connection's component resource path |
org.springframework.webflow.core.collection.SharedAttributeMap |
getSessionMap()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HTTPConnection connection
protected DanubeFlowController controller
| Constructor Detail |
|---|
public DanubeExternalContext(DanubeFlowController controller,
HTTPConnection connection)
controller - reference to the controllerconnection - reference to the current connection| Method Detail |
|---|
public String getContextPath()
getContextPath in interface org.springframework.webflow.context.ExternalContextpublic String getDispatcherPath()
getDispatcherPath in interface org.springframework.webflow.context.ExternalContextpublic String getRequestPathInfo()
getRequestPathInfo in interface org.springframework.webflow.context.ExternalContextpublic org.springframework.webflow.core.collection.ParameterMap getRequestParameterMap()
getRequestParameterMap in interface org.springframework.webflow.context.ExternalContextpublic org.springframework.webflow.core.collection.SharedAttributeMap getApplicationMap()
getApplicationMap in interface org.springframework.webflow.context.ExternalContextpublic org.springframework.webflow.core.collection.SharedAttributeMap getGlobalSessionMap()
getGlobalSessionMap in interface org.springframework.webflow.context.ExternalContextpublic org.springframework.webflow.core.collection.MutableAttributeMap getRequestMap()
getRequestMap in interface org.springframework.webflow.context.ExternalContextpublic org.springframework.webflow.core.collection.SharedAttributeMap getSessionMap()
getSessionMap in interface org.springframework.webflow.context.ExternalContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||