<webflow:flow-executor> 옵션
<webflow:flow-executor> 옵션은 웹 플로우 정의 파일에 작성된 웹 페이지 흐름의 시나리오에 따라 웹 페이지 흐름을 생성하고 실행합니다. 형식은 다음과 같습니다.
<webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry"/>
▼ 표 15-3 <webflow:flow-executor>의 속성
속성 |
설명 |
id |
<webflow:flow-executor> 옵션 ID입니다. |
flow-registry |
<webflow:flow-registry> 옵션 ID입니다. |
다음은 <webflow:flow-executor> 옵션을 설정한 예입니다. <webflow:flow-executor> 옵션 내 flow-registry 속성을 설정하지 않으면 flowRegistry가 기본값이 됩니다.
<webflow:flow-executor> 옵션 설정 예
<webflow:flow-executor id="flowExecutor"/>
Tip ≣ |
자세한 스프링 웹 플로우 내용은 Spring Web Flow Reference Guide 웹 사이트(http://docs.spring.io/spring-webflow/docs/current/reference/html/)를 참고하기 바랍니다.