the request-map and view-map of ofbiz

1     <request-map uri="checkLogin" edit="false">
2       <description>Verify a user is logged in.</description>
3       <security https="true" auth="false"/>
4       <event type="java" path="org.ofbiz.webapp.control.LoginWorker" invoke="checkLogin" />
5       <response name="success" type="view" value="main" />
6       <response name="error" type="view" value="login" />
7     </request-map>
<view-map name="main" type="screen" page="component://party/widget/partymgr/PartyScreens.xml#findparty"/>

 

posted @ 2013-01-01 19:20  来自非洲大草原的食人虎  阅读(253)  评论(0)    收藏  举报