-
Nils Christian Ehmke authored
Started with the renaming of some components; Added serializable to some of the beans; Continued with the view integration
Nils Christian Ehmke authoredStarted with the renaming of some components; Added serializable to some of the beans; Continued with the view integration
pretty-config.xml 1.31 KiB
<pretty-config xmlns="http://ocpsoft.com/prettyfaces/3.3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ocpsoft.com/prettyfaces/3.3.2
http://ocpsoft.com/xml/ns/prettyfaces/ocpsoft-pretty-faces-3.3.2.xsd">
<url-mapping id="home">
<pattern value="/Kieker.WebGUI/" />
<view-id value="/faces/ProjectOverview.xhtml" />
</url-mapping>
<url-mapping id="projectOverview">
<pattern value="/Kieker.WebGUI/projectOverview" />
<view-id value="/faces/ProjectOverview.xhtml" />
</url-mapping>
<url-mapping id="analysisEditor">
<pattern value="/Kieker.WebGUI/analysisEditor" />
<view-id value="/faces/AnalysisEditor.xhtml" />
</url-mapping>
<url-mapping id="cockpitEditor">
<pattern value="/Kieker.WebGUI/cockpitEditor" />
<view-id value="/faces/CockpitEditor.xhtml" />
</url-mapping>
<url-mapping id="controller">
<pattern value="/Kieker.WebGUI/controller" />
<view-id value="/faces/Controller.xhtml" />
</url-mapping>
<url-mapping id="cockpit">
<pattern value="/Kieker.WebGUI/cockpit" />
<view-id value="/faces/Cockpit.xhtml" />
</url-mapping>
</pretty-config>