|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.webflow.executor.support.FlowExecutorArgumentHandler org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler org.codehaus.groovy.grails.webflow.executor.support.GrailsConventionsFlowExecutorArgumentHandler
public class GrailsConventionsFlowExecutorArgumentHandler
A FlowExecutorArgumentHandler that extracts the flowId and flowExecutionId from Grails' action name and id parameters
Constructor Summary | |
---|---|
GrailsConventionsFlowExecutorArgumentHandler(GrailsWebRequest webRequest)
|
Method Summary | |
---|---|
String |
extractFlowId(org.springframework.webflow.context.ExternalContext context)
|
boolean |
isFlowIdPresent(org.springframework.webflow.context.ExternalContext context)
|
Methods inherited from class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler |
---|
appendFlowExecutorPath, appendQueryParameter, appendQueryParameters, createExternalUrl, createFlowDefinitionUrl, createFlowExecutionUrl, extractEventId, extractFlowExecutionKey, findParameter, getParameterValueDelimiter, isEventIdPresent, isFlowExecutionKeyPresent, setParameterValueDelimiter |
Methods inherited from class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler |
---|
applyDefaultFlowId, encodeValue, exposeFlowExecutionContext, getDefaultFlowId, getEventIdArgumentName, getFlowExecutionContextAttributeName, getFlowExecutionKeyArgumentName, getFlowExecutionKeyAttributeName, getFlowIdArgumentName, getUrlEncodingScheme, isRedirectContextRelative, makeRedirectUrlContextRelativeIfNecessary, setDefaultFlowId, setEventIdArgumentName, setFlowExecutionContextAttributeName, setFlowExecutionKeyArgumentName, setFlowExecutionKeyAttributeName, setFlowIdArgumentName, setRedirectContextRelative, setUrlEncodingScheme |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrailsConventionsFlowExecutorArgumentHandler(GrailsWebRequest webRequest)
Method Detail |
---|
public boolean isFlowIdPresent(org.springframework.webflow.context.ExternalContext context)
isFlowIdPresent
in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
isFlowIdPresent
in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
public String extractFlowId(org.springframework.webflow.context.ExternalContext context) throws org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException
extractFlowId
in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
extractFlowId
in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |