11 lines
425 B
XML
11 lines
425 B
XML
|
<?xml version='1.0' encoding='UTF-8'?>
|
|||
|
<!DOCTYPE faces-config PUBLIC
|
|||
|
"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
|
|||
|
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
|
|||
|
|
|||
|
<faces-config>
|
|||
|
<application>
|
|||
|
<state-manager>Mainsoft.Web.Hosting.ServletFacesStateManager</state-manager>
|
|||
|
<view-handler>Mainsoft.Web.Hosting.ServletFacesViewHandler</view-handler>
|
|||
|
</application>
|
|||
|
</faces-config>
|