minor structure polishing / naming conventions

This commit is contained in:
Keith Donald
2008-03-08 05:01:28 +00:00
parent 1952fdea46
commit 743edf8999
17 changed files with 43 additions and 144 deletions

View File

@@ -8,8 +8,8 @@
<application>
<action-listener>org.springframework.faces.webflow.FlowActionListener</action-listener>
<action-listener>org.springframework.faces.model.SelectionTrackingActionListener</action-listener>
<variable-resolver>org.springframework.faces.expression.CompositeFlowVariableResolver</variable-resolver>
<property-resolver>org.springframework.faces.expression.CompositeFlowPropertyResolver</property-resolver>
<variable-resolver>org.springframework.faces.webflow.FlowVariableResolver</variable-resolver>
<property-resolver>org.springframework.faces.webflow.FlowPropertyResolver</property-resolver>
<state-manager>org.springframework.faces.webflow.FlowViewStateManager</state-manager>
<view-handler>org.springframework.faces.webflow.FlowViewHandler</view-handler>
</application>