Author: sergeyhalipov
Date: 2007-04-24 09:57:28 -0400 (Tue, 24 Apr 2007)
New Revision: 117
Modified:
trunk/framework/src/main/config/component/commandLink.xml
trunk/framework/src/main/config/component/form.xml
trunk/framework/src/main/config/component/include.xml
trunk/framework/src/main/config/component/mediaOutput.xml
trunk/framework/src/main/config/component/repeat.xml
trunk/framework/src/main/config/component/support.xml
Log:
Add needed attributes.
Modified: trunk/framework/src/main/config/component/commandLink.xml
===================================================================
--- trunk/framework/src/main/config/component/commandLink.xml 2007-04-24 13:49:46 UTC (rev
116)
+++ trunk/framework/src/main/config/component/commandLink.xml 2007-04-24 13:57:28 UTC (rev
117)
@@ -68,7 +68,8 @@
&ui_command_attributes;
&html_events;
&html_universal_attributes;
- &html_anchor_attributes;
+ &html_anchor_attributes;
+ &html_style_attributes;
&ajax_component_attributes;
<property>
<name>ignoreDupResponses</name>
Modified: trunk/framework/src/main/config/component/form.xml
===================================================================
--- trunk/framework/src/main/config/component/form.xml 2007-04-24 13:49:46 UTC (rev 116)
+++ trunk/framework/src/main/config/component/form.xml 2007-04-24 13:57:28 UTC (rev 117)
@@ -89,6 +89,7 @@
<icon>icon</icon>
</tag>
&ui_command_attributes;
- &html_anchor_attributes;
+ &html_anchor_attributes;
+ &html_events;
</component>
</components>
\ No newline at end of file
Modified: trunk/framework/src/main/config/component/include.xml
===================================================================
--- trunk/framework/src/main/config/component/include.xml 2007-04-24 13:49:46 UTC (rev
116)
+++ trunk/framework/src/main/config/component/include.xml 2007-04-24 13:57:28 UTC (rev
117)
@@ -36,7 +36,8 @@
<classname>org.ajax4jsf.taglib.html.facelets.IncludeHandler</classname>
</taghandler>
&ui_panel_attributes;
- &html_universal_attributes;
+ &html_universal_attributes;
+ &ajax_output_attributes;
<property>
<name>viewId</name>
<classname>java.lang.String</classname>
@@ -58,6 +59,26 @@
]]>
</description>
<defaultvalue>"inline"</defaultvalue>
+ </property>
+ <property>
+ <name>ajaxRendered</name>
+ <classname>boolean</classname>
+ <description>Defines, whether the content of this component must be
+ (or not) included in AJAX response created by parent
+ AJAX Container, even if it is not forced by reRender
+ list of ajax action. Ignored if component marked to
+ output by Ajax action. default false</description>
+ </property>
+ <property>
+ <name>keepTransient</name>
+ <classname>boolean</classname>
+ <description>Flag for mark all child components to non-transient. If
+ true, all children components will be set to non-transient state
+ and keep in saved components tree. For output in self-renderer
+ region all content ( By default, all content in
&lt;f:verbatim&gt;
+ tags and non-jsf elements in facelets, marked as transient -
+ since, self-rendered ajax regions don't plain output for ajax
+ processing ).</description>
</property>
</component>
Modified: trunk/framework/src/main/config/component/mediaOutput.xml
===================================================================
--- trunk/framework/src/main/config/component/mediaOutput.xml 2007-04-24 13:49:46 UTC (rev
116)
+++ trunk/framework/src/main/config/component/mediaOutput.xml 2007-04-24 13:57:28 UTC (rev
117)
@@ -136,6 +136,33 @@
java.io.OutputStream.class,java.lang.Object.class
</methodargs>
</property>
-
+ <property>
+ <name>converter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>
+ ID of a converter to be used or a reference to a
+ converter.
+ </description>
+ </property>
+ <property>
+ <name>cacheable</name>
+ <classname>boolean</classname>
+ <description>cacheable</description>
+ </property>
+ <property>
+ <name>expires</name>
+ <classname>java.util.Date</classname>
+ <description>expires</description>
+ </property>
+ <property>
+ <name>session</name>
+ <classname>boolean</classname>
+ <description>session</description>
+ </property>
+ <property>
+ <name>lastModified</name>
+ <classname>java.util.Date</classname>
+ <description>lastModified</description>
+ </property>
</component>
</components>
\ No newline at end of file
Modified: trunk/framework/src/main/config/component/repeat.xml
===================================================================
--- trunk/framework/src/main/config/component/repeat.xml 2007-04-24 13:49:46 UTC (rev
116)
+++ trunk/framework/src/main/config/component/repeat.xml 2007-04-24 13:57:28 UTC (rev
117)
@@ -40,6 +40,46 @@
<displayname>Ajax-enabled repeater</displayname>
<icon>icon</icon>
</tag>
- &ui_data_attributes;
+ &ui_data_attributes;
+ <property>
+ <name>varState</name>
+ <classname>java.lang.String</classname>
+ <description>varState</description>
+ </property>
+ <property>
+ <name>value</name>
+ <classname>java.lang.String</classname>
+ <description>value</description>
+ </property>
+ <property>
+ <name>componentState</name>
+ <classname>java.lang.String</classname>
+ <description>componentState</description>
+ </property>
+ <property>
+ <name>rendered</name>
+ <classname>boolean</classname>
+ <description>rendered</description>
+ </property>
+ <property>
+ <name>id</name>
+ <classname>java.lang.String</classname>
+ <description>id</description>
+ </property>
+ <property>
+ <name>ajaxKeys</name>
+ <classname>java.lang.String</classname>
+ <description>ajaxKeys</description>
+ </property>
+ <property>
+ <name>rowKey</name>
+ <classname>java.lang.String</classname>
+ <description>rowKey</description>
+ </property>
+ <property>
+ <name>binding</name>
+ <classname>java.lang.String</classname>
+ <description>binding</description>
+ </property>
</component>
</components>
\ No newline at end of file
Modified: trunk/framework/src/main/config/component/support.xml
===================================================================
--- trunk/framework/src/main/config/component/support.xml 2007-04-24 13:49:46 UTC (rev
116)
+++ trunk/framework/src/main/config/component/support.xml 2007-04-24 13:57:28 UTC (rev
117)
@@ -115,6 +115,11 @@
<name>timeout</name>
<classname>int</classname>
<description>Timeout (in ms) for request</description>
+ </property>
+ <property>
+ <name>parentProperties</name>
+ <classname>java.lang.String</classname>
+ <description>parentProperties</description>
</property>
</component>