📄 20098adde786001b1942f4e08fc8f8fe
字号:
<?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>
<variable-resolver>
org.springframework.web.jsf.DelegatingVariableResolver
</variable-resolver>
</application>
<managed-bean>
<managed-bean-name>blogBean</managed-bean-name>
<managed-bean-class>
com.tangjun.web.vo.BlogBean
</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>blogService</property-name>
<value>#{blogService}</value>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>userBean</managed-bean-name>
<managed-bean-class>
com.tangjun.web.vo.UserBean
</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>userService</property-name>
<value>#{userService}</value>
</managed-property>
</managed-bean>
<!-- Logon鐧婚檰瀵艰埅瑙勫垯 -->
<navigation-rule>
<navigation-case>
<from-outcome>logon</from-outcome>
<to-view-id>/Logon.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>webLogEdit</from-outcome>
<to-view-id>/WebLogEdit.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>index</from-outcome>
<to-view-id>/index.jsp</to-view-id>
<redirect />
</navigation-case>
</navigation-rule>
<navigation-rule> <from-view-id>/Logon.jsp</from-view-id>
<navigation-case>
<from-outcome>Login:failure</from-outcome> <to-view-id>/index.jsp</to-view-id> </navigation-case> <navigation-case>
<from-outcome>Login:failure</from-outcome>
<to-view-id>/WebLogEdit.jsp</to-view-id>
</navigation-case> </navigation-rule>
</faces-config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -