[Yanel-commits] rev 48340 - public/yanel/trunk/src/webapp/global-resource-configs

michi at wyona.com michi at wyona.com
Mon Mar 29 09:29:24 CEST 2010


Author: michi
Date: 2010-03-29 09:29:24 +0200 (Mon, 29 Mar 2010)
New Revision: 48340

Added:
   public/yanel/trunk/src/webapp/global-resource-configs/policy-manager-v2_yanel-rc.xml
Log:
policy manager resource config version 2 added

Added: public/yanel/trunk/src/webapp/global-resource-configs/policy-manager-v2_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/policy-manager-v2_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/webapp/global-resource-configs/policy-manager-v2_yanel-rc.xml	2010-03-29 07:29:24 UTC (rev 48340)
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="policymanager" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="use-inherited-policies-upon-creation" value="false"/> <!-- For backwards (and security) resons the default value is false -->
+
+  <yanel:custom-config>
+    <views>
+      <view id="default" type="XML"> <!-- default view shows the policies -->
+        <xslt>yanelhtdocs:/html.xslt</xslt>
+        <!-- <xslt>/xslt/global.xsl</xslt> -->
+        <mime-type>text/html</mime-type> <!-- IE browser has trouble with application/xhtml+xml -->
+      </view>
+      <view id="editor" type="XML">
+        <xslt>yanelhtdocs:/html.xslt</xslt>
+        <mime-type>text/html</mime-type> <!-- browsers have trouble with application/xhtml+xml re javascript of GWT -->
+        <!-- <xslt>/xslt/global.xsl</xslt> -->
+      </view>
+      <view id="get-xml" type="XML"> <!-- read identities and policy for editing -->
+        <mime-type>application/xml</mime-type>
+        <serializer key="XML">
+        </serializer>
+      </view>
+      <view id="post-xml" type="XML"> <!-- write policy -->
+        <mime-type>application/xml</mime-type>
+        <serializer key="XML">
+        </serializer>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list