diff --git a/spring-webflow-reference/css/html/stylesheet.css b/spring-webflow-reference/css/html/stylesheet.css
deleted file mode 100644
index 54e4ba76..00000000
--- a/spring-webflow-reference/css/html/stylesheet.css
+++ /dev/null
@@ -1,56 +0,0 @@
-html {
- padding: 0pt;
- margin: 0pt;
-}
-
-body {
- margin-left: 10%;
- margin-right: 10%;
- font-family: Arial, Sans-serif;
-}
-
-div {
- margin: 0pt;
-}
-
-p {
- text-align: justify;
-}
-
-hr {
- border: 1px solid gray;
- background: gray;
-}
-
-h1,h2,h3 {
- color: #234623;
- font-family: Arial, Sans-serif;
-}
-
-pre {
- line-height: 1.0;
- color: black;
-}
-
-pre.programlisting {
- font-size: 10pt;
- padding: 7pt 3pt;
- border: 1pt solid black;
- background: #eeeeee;
-}
-
-div.table {
- margin: 1em;
- padding: 0.5em;
- text-align: center;
-}
-
-div.table table {
- display: table;
- width: 100%;
-}
-
-div.table td {
- padding-left: 7px;
- padding-right: 7px;
-}
diff --git a/spring-webflow-reference/src/el.xml b/spring-webflow-reference/src/el.xml
index 128b453e..f3162f22 100644
--- a/spring-webflow-reference/src/el.xml
+++ b/spring-webflow-reference/src/el.xml
@@ -65,7 +65,7 @@
Such expressions are dynamically evaluated by the EL and should not be enclosed in delimiters like ${} or #{}.
For example:
- ]]>
@@ -84,7 +84,7 @@
Each eval block is explictly delimited with the ${} delimiters.
For example:
- ]]>
@@ -110,7 +110,7 @@
Use flowScope to assign a flow variable.
Flow scope gets allocated when a flow starts and destroyed when the flow ends.
- ]]>
@@ -121,7 +121,7 @@
View scope gets allocated when a view-state enters and destroyed when the state exits.
View scope is only referenceable from within a view-state.
-
@@ -134,7 +134,7 @@
Use requestScope to assign a request variable.
Request scope gets allocated when a flow is called and destroyed when the flow returns.
- ]]>
@@ -144,7 +144,7 @@
Use flashScope to assign a flash variable.
Flash scope gets allocated when a flow starts, cleared after every view render, and destroyed when the flow ends.
- ]]>
@@ -155,7 +155,7 @@
Conversation scope gets allocated when a top-level flow starts and destroyed when the top-level flow ends.
Conversation scope is shared by a top-level flow and all of its subflows.
- ]]>
@@ -164,7 +164,7 @@
Use requestParameters to access a client request parameter:
- ]]>
@@ -173,7 +173,7 @@
Use currentEvent to access attributes of the current Event:
- ]]>
@@ -182,7 +182,7 @@
Use currentUser to access the authenticated Principal:
- ]]>
@@ -193,7 +193,7 @@
Use messageContext to access a context for retrieving and creating flow execution messages, including error and success messages.
See the MessageContext Javadocs for more information.
- ]]>
@@ -202,7 +202,7 @@
Use resourceBundle to access a message resource.
- ]]>
@@ -232,7 +232,7 @@
Use externalContext to access the client environment, including user session attributes.
See the ExternalContext API JavaDocs for more information.
- ]]>
@@ -244,14 +244,14 @@
When assigning a variable in one of the flow scopes, referencing that scope is required.
For example:
- ]]>
When simply accessing a variable in one of the scopes, referencing the scope is optional.
For example:
- ]]>
diff --git a/spring-webflow-reference/src/portlet.xml b/spring-webflow-reference/src/portlet.xml
index 2bcac518..a6e19b62 100644
--- a/spring-webflow-reference/src/portlet.xml
+++ b/spring-webflow-reference/src/portlet.xml
@@ -164,7 +164,7 @@ public class ViewFlowHandler extends AbstractFlowHandler {
-
@@ -178,7 +178,7 @@ externalContext.requestMap.portletWindowState
-
diff --git a/spring-webflow-reference/src/spring-faces.xml b/spring-webflow-reference/src/spring-faces.xml
index 4e601840..043ac7a0 100644
--- a/spring-webflow-reference/src/spring-faces.xml
+++ b/spring-webflow-reference/src/spring-faces.xml
@@ -214,7 +214,7 @@
]]>
and then reference this variable in one of the flow's JSF view templates through EL:
- ]]>
@@ -280,7 +280,7 @@
method an wrap it in a custom JSF DataModel so that the list can be used in a standard JSF DataTable
component:
- 0}">
@@ -347,7 +347,7 @@
hotels
list, and then place a "More Results" link below the table:
- ]]>
@@ -394,7 +394,7 @@
commandLink
component:
- ]]>
@@ -483,7 +483,7 @@
they can alternately be forced to use a normal form submit by setting ajaxEnabled="false" on the
component):
- ]]>
diff --git a/spring-webflow-reference/src/spring-mvc.xml b/spring-webflow-reference/src/spring-mvc.xml
index 1952db87..bf92cb17 100644
--- a/spring-webflow-reference/src/spring-mvc.xml
+++ b/spring-webflow-reference/src/spring-mvc.xml
@@ -77,7 +77,7 @@
These responsibilities are illustrated in the definition of the org.springframework.mvc.servlet.FlowHandler interface:
-
+
public interface FlowHandler {
public String getFlowId();
diff --git a/spring-webflow-reference/src/system-setup.xml b/spring-webflow-reference/src/system-setup.xml
index cd44b40b..b3b70444 100644
--- a/spring-webflow-reference/src/system-setup.xml
+++ b/spring-webflow-reference/src/system-setup.xml
@@ -13,7 +13,7 @@
Web Flow provides a Spring schema that allows you to configure the system.
To use this schema, include it in one of your infrastructure-layer beans files:
-
Register your flows in a FlowRegistry:
-
]]>
@@ -49,7 +49,7 @@
Deploy a FlowExecutor, the central service for executing flows:
- ]]>
@@ -66,7 +66,7 @@
If no flow-builder-services tag is specified, the default service implementations are used.
When the tag is defined, you only need to reference the services you want to customize.
-
@@ -77,7 +77,7 @@
The configurable services are the conversion-service, formatter-registry, expression-parser, and view-factory-creator.
These services are configured by referencing custom beans you define. For example:
- parent attribute to link two flow registries together in a hierarchy.
When the child registry is queried, if it cannot find the requested flow it will delegate to its parent.
-
@@ -144,7 +144,7 @@
Use the location element to specify paths to flow definitions to register.
By default, flows will be assigned registry identifiers equal to their filenames minus the file extension.
- ]]>
@@ -153,7 +153,7 @@
Specify an id to assign a custom registry identifier to a flow:
- ]]>
@@ -162,7 +162,7 @@
Use the flow-definition-attributes element to assign custom meta-attributes to a registered flow:
-
@@ -176,7 +176,7 @@
Use the flow-location-patterns element to register flows that match a specific resource location pattern:
- ]]>
@@ -188,7 +188,7 @@
Use the flow-execution-listeners element to register listeners that observe the lifecycle of flow executions:
-
@@ -197,7 +197,7 @@
You may also configure a listener to observe only certain flows:
- ]]>
@@ -206,7 +206,7 @@
Use the flow-execution-repository element to tune flow execution persistence settings:
- ]]>
diff --git a/spring-webflow-reference/src/upgrade-guide.xml b/spring-webflow-reference/src/upgrade-guide.xml
index 20eb9749..8eea21b8 100644
--- a/spring-webflow-reference/src/upgrade-guide.xml
+++ b/spring-webflow-reference/src/upgrade-guide.xml
@@ -33,7 +33,7 @@
The source must be a single flow to convert.
The resulting converted flow will be sent to standard output.
-
+
java org.springframework.webflow.upgrade.WebFlowUpgrader flow-to-upgrade.xml
diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml
index 1d471b3e..ae323975 100644
--- a/spring-webflow-reference/src/views.xml
+++ b/spring-webflow-reference/src/views.xml
@@ -297,7 +297,7 @@ public class BookingValidator {
Adding plain text messages
-
Adding internationalized messages
-
To create a flow-specific message bundle, simply define messages.properties file(s) in your flow's directory.
Create a default messages.properties file and a .properties file for each additional Locale you need to support.
-
From within a view or a flow, you may also access message resources using the resourceBundle EL variable:
- ]]>
diff --git a/spring-webflow-reference/styles/html/custom.xsl b/spring-webflow-reference/styles/html/custom.xsl
deleted file mode 100644
index 7d06277d..00000000
--- a/spring-webflow-reference/styles/html/custom.xsl
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
- 1
- 0
- 1
-
-
-
- images/
- .gif
-
- 120
- images/callouts/
- .gif
-
-
- css/stylesheet.css
- text/css
- book toc,title
-
- text-align: left
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-webflow-reference/styles/html/titlepage.xml b/spring-webflow-reference/styles/html/titlepage.xml
deleted file mode 100644
index 0c0258f7..00000000
--- a/spring-webflow-reference/styles/html/titlepage.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-webflow-reference/styles/pdf/custom.xsl b/spring-webflow-reference/styles/pdf/custom.xsl
deleted file mode 100644
index dbd0c8e2..00000000
--- a/spring-webflow-reference/styles/pdf/custom.xsl
+++ /dev/null
@@ -1,429 +0,0 @@
-
-
-
-
-
-
-
- '1'
- @file.prefix@@dbf.xsl@/images/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -5em
- -5em
-
-
-
-
-
- book toc,title
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- please define productname in your docbook file!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 0
- 1
- 1
-
-
-
-
- 0
- 0
- 0
-
-
-
- false
-
-
- 11
- 8
-
-
- 1.4
-
-
-
- left
- bold
-
-
- pt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 0.8em
- 0.8em
- 0.8em
-
-
- pt
-
- 0.1em
- 0.1em
- 0.1em
-
-
- 0.6em
- 0.6em
- 0.6em
-
-
- pt
-
- 0.1em
- 0.1em
- 0.1em
-
-
- 0.4em
- 0.4em
- 0.4em
-
-
- pt
-
- 0.1em
- 0.1em
- 0.1em
-
-
-
-
-
-
- 4pt
- 4pt
- 4pt
- 4pt
-
-
-
- 0.1pt
- 0.1pt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- pt
-
-
-
-
- 1em
- 1em
- 1em
-
-
-
- #444444
- solid
- 0.1pt
- 0.5em
- 0.5em
- 0.5em
- 0.5em
- 0.5em
- 0.5em
-
-
-
- 1
-
- #F0F0F0
-
-
-
- 0.1em
- 0.1em
- 0.1em
- 0.1em
- 0.1em
- 0.1em
-
-
-
- 0.5em
- 0.5em
- 0.5em
- 0.1em
- 0.1em
- 0.1em
- always
-
-
-
-
-
- normal
- italic
-
-
- pt
-
- false
- 0.1em
- 0.1em
- 0.1em
-
-
-
-
-
- 0
- 1
-
-
- 90
-
-
-
-
-
- figure after
- example after
- equation before
- table before
- procedure before
-
-
-
- 1
-
- 0pt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-webflow-reference/styles/pdf/titlepage.xml b/spring-webflow-reference/styles/pdf/titlepage.xml
deleted file mode 100644
index 7f84106a..00000000
--- a/spring-webflow-reference/styles/pdf/titlepage.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-