|  | <!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd"> | 
|  |  | 
|  | <xwork> | 
|  |  | 
|  | <package name="Pojo" namespace="/Pojo" extends="webwork-default"> | 
|  |  | 
|  | <action name="Open" class="cookbook2.pojo.Result"> | 
|  | <result>/pages/Pojo/Result.jsp</result> | 
|  | <result name="input">/pages/Pojo/Input.jsp</result> | 
|  | </action> | 
|  |  | 
|  | <action name="View"> | 
|  | <result>/pages/Pojo/index.jsp</result> | 
|  | </action> | 
|  |  | 
|  | <action name="View-Input"> | 
|  | <result type="plaintext">/pages/Pojo/Input.jsp</result> | 
|  | </action> | 
|  |  | 
|  | <action name="View-Result"> | 
|  | <result type="plaintext">/pages/Pojo/Result.jsp</result> | 
|  | </action> | 
|  |  | 
|  | <action name="View-Action-Entry"> | 
|  | <result type="plaintext">/WEB-INF/src/java/cookbook2/pojo/DirectoryEntry.java</result> | 
|  | </action> | 
|  |  | 
|  | <action name="View-Config"> | 
|  | <result type="plaintext">/WEB-INF/classes/cookbook2/pojo/Pojo-config.xml</result> | 
|  | </action> | 
|  |  | 
|  | </package> | 
|  | </xwork> |