[jboss-cvs] jboss-seam/ui/src/main/config/component ...

Peter Muir peter at bleepbleep.org.uk
Tue Jun 19 17:57:44 EDT 2007


  User: pmuir   
  Date: 07/06/19 17:57:44

  Modified:    ui/src/main/config/component                          
                        transformImageBlur.xml message.xml selectItems.xml
                        conversationId.xml graphicImage.xml taskId.xml
                        fileUpload.xml selection.xml validateAll.xml
                        selectDate.xml button.xml label.xml div.xml
                        decorate.xml formattedText.xml
                        transformImageSize.xml span.xml convertEntity.xml
                        README loadStyle.xml fragment.xml enumItem.xml
                        link.xml cache.xml conversationPropagation.xml
                        transformImageType.xml
  Log:
  JBSEAM-1013 - port seam ui to a4j cdk
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/transformImageBlur.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: transformImageBlur.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/transformImageBlur.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- transformImageBlur.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ transformImageBlur.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>transformImageBlur</name>
   			<classname>org.jboss.seam.ui.taglib.TransformImageBlurTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +2 -2      jboss-seam/ui/src/main/config/component/message.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: message.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/message.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- message.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ message.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -3,7 +3,7 @@
   <components>
   	<component>
   		<name>org.jboss.seam.ui.Message</name>
  -		<family>org.jboss.seam.ui.Message</family>
  +		<family>javax.faces.Message</family>
   		<classname>org.jboss.seam.ui.component.html.HtmlMessage</classname>
   		<superclass>org.jboss.seam.ui.component.UIMessage</superclass>
   		<description>
  @@ -13,7 +13,7 @@
   			<name>message</name>
   			<classname>org.jboss.seam.ui.taglib.MessageTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +5 -4      jboss-seam/ui/src/main/config/component/selectItems.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selectItems.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/selectItems.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- selectItems.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ selectItems.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -3,7 +3,7 @@
   <components>
   	<component>
   		<name>org.jboss.seam.ui.SelectItems</name>
  -		<family>org.jboss.seam.ui.SelectItems</family>
  +		<family>javax.faces.SelectItems</family>
   		<classname>org.jboss.seam.ui.component.html.HtmlSelectItems</classname>
   		<superclass>org.jboss.seam.ui.component.UISelectItems</superclass>
   		<description>
  @@ -13,7 +13,7 @@
   			<name>selectItems</name>
   			<classname>org.jboss.seam.ui.taglib.SelectItemsTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_select_items_attributes;
  @@ -28,9 +28,9 @@
   			<classname>java.lang.String</classname>
   			<description>defines the name of the local variable that holds the current object during iteration</description>
   		</property>
  -		<property>
  +		<property >
   			<name>label</name>
  -			<classname>java.lang.String</classname>
  +			<classname>java.lang.Object</classname>
   			<description>the label to be used when rendering the SelectItem. Can reference the var variable</description>
   		</property>
   		<property>
  @@ -47,6 +47,7 @@
   			<name>hideNoSelectionLabel</name>
   			<classname>java.lang.Boolean</classname>
   			<description>if true, the noSelectionLabel will be hidden when a value is selected</description>
  +			<defaultvalue>false</defaultvalue>
   		</property>
   	</component>
   </components>
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/conversationId.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversationId.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/conversationId.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- conversationId.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ conversationId.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>conversationId</name>
   			<classname>org.jboss.seam.ui.taglib.ConversationIdTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/graphicImage.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: graphicImage.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/graphicImage.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- graphicImage.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ graphicImage.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,16 @@
   		<description>
   			<![CDATA[]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.GraphicImageRenderer</name>
  -			<template>org/jboss/seam/ui/htmlGraphicImage.jspx</template>
  +			<classname>org.jboss.seam.ui.graphicImage.GraphicImageRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlGraphicImage.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>graphicImage</name>
   			<classname>org.jboss.seam.ui.taglib.GraphicImageTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/taskId.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: taskId.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/taskId.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- taskId.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ taskId.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>taskId</name>
   			<classname>org.jboss.seam.ui.taglib.TaskIdTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +5 -4      jboss-seam/ui/src/main/config/component/fileUpload.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: fileUpload.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/fileUpload.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- fileUpload.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ fileUpload.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -35,20 +35,21 @@
       <property name="maxRequestSize">1000000</property>
   </component>]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.FileUploadRenderer</name>
  -			<template>org/jboss/seam/ui/htmlFileUpload.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.FileUploadRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlFileUpload.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>fileUpload</name>
   			<classname>org.jboss.seam.ui.taglib.FileUploadTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
   		&html_style_attributes;
  -		<property>
  +		<property transient="true">
   			<name>accept</name>
   			<classname>java.lang.String</classname>
   			<description>a comma-separated list of content types to accept, may not be supported by the browser. E.g. "images/png,images/jpg", "images/*".</description>
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/selection.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selection.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/selection.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- selection.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ selection.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -14,7 +14,7 @@
   			<name>selection</name>
   			<classname>org.jboss.seam.ui.taglib.SelectionTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +5 -1      jboss-seam/ui/src/main/config/component/validateAll.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: validateAll.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/validateAll.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- validateAll.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ validateAll.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,11 +9,15 @@
   		<description>
   			<![CDATA[Validate all child JSF input fields against the bound propertys using Hibernate Validator.]]>
   		</description>
  +		<renderer generate="false" override="false">
  +			<name>org.jboss.seam.ui.ValidateAllRenderer</name>
  +			<classname>org.jboss.seam.ui.renderkit.ValidateAllRendererBase</classname>
  +		</renderer>
   		<tag>
   			<name>validateAll</name>
   			<classname>org.jboss.seam.ui.taglib.ValidateAllTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/selectDate.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selectDate.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/selectDate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- selectDate.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ selectDate.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,16 @@
   		<description>
   			<![CDATA[]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.SelectDateRenderer</name>
  -			<template>org/jboss/seam/ui/htmlSelectDate.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.SelectDateRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlSelectDate.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>selectDate</name>
   			<classname>org.jboss.seam.ui.taglib.SelectDateTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/button.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: button.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/button.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- button.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ button.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,16 @@
   		<description>
   			<![CDATA[A link that supports invocation of an action with control over conversation propagation. <i>Does not submit the form.</i>]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.ButtonRenderer</name>
  -			<template>org/jboss/seam/ui/htmlButton.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.ButtonRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlButton.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>button</name>
   			<classname>org.jboss.seam.ui.taglib.ButtonTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +2 -2      jboss-seam/ui/src/main/config/component/label.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: label.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/label.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- label.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ label.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -3,7 +3,7 @@
   <components>
   	<component>
   		<name>org.jboss.seam.ui.Label</name>
  -		<family>org.jboss.seam.ui.Label</family>
  +		<family>javax.faces.Output</family>
   		<classname>org.jboss.seam.ui.component.html.HtmlLabel</classname>
   		<superclass>org.jboss.seam.ui.component.UILabel</superclass>
   		<description>
  @@ -13,7 +13,7 @@
   			<name>label</name>
   			<classname>org.jboss.seam.ui.taglib.LabelTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		
  
  
  
  1.2       +14 -5     jboss-seam/ui/src/main/config/component/div.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: div.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/div.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- div.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ div.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,18 +9,27 @@
   		<description>
   			<![CDATA[Render a HTML <div>.]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.DivRenderer</name>
  -			<template>org/jboss/seam/ui/htmlDiv.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.DivRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlDiv.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>div</name>
   			<classname>org.jboss.seam.ui.taglib.DivTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
  -		&ui_component_attributes;
  -		&html_style_attributes;
  +		<property>
  +        <name>style</name>
  +        <classname>java.lang.String</classname>
  +        <description>CSS style(s) is/are to be applied when this component is rendered</description>
  +    </property>
  +    <property>
  +        <name>styleClass</name>
  +        <classname>java.lang.String</classname>
  +        <description>Corresponds to the HTML class attribute</description>
  +    </property>
   	</component>
   </components>
  
  
  
  1.2       +5 -3      jboss-seam/ui/src/main/config/component/decorate.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: decorate.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/decorate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- decorate.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ decorate.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,17 @@
   		<description>
   			<![CDATA["Decorate" a JSF input field when validation fails or when required="true" is set.]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.DecorateRenderer</name>
  -			<template>org/jboss/seam/ui/htmlDecorate.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.DecorateRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlDecorate.jspx</template>-->
  +			
   		</renderer>
   		<tag>
   			<name>decorate</name>
   			<classname>org.jboss.seam.ui.taglib.DecorateTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/formattedText.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: formattedText.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/formattedText.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- formattedText.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ formattedText.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,16 @@
   		<description>
   			<![CDATA[Output Seam Text.]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.FormattedTextRenderer</name>
  -			<template>org/jboss/seam/ui/htmlFormattedText.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.FormattedTextRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlFormattedText.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>formattedText</name>
   			<classname>org.jboss.seam.ui.taglib.FormattedTextTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/transformImageSize.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: transformImageSize.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/transformImageSize.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- transformImageSize.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ transformImageSize.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>transformImageSize</name>
   			<classname>org.jboss.seam.ui.taglib.TransformImageSizeTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/span.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: span.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/span.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- span.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ span.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,16 @@
   		<description>
   			<![CDATA[Render a HTML <span>]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.SpanRenderer</name>
  -			<template>org/jboss/seam/ui/htmlSpan.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.SpanRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlSpan.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>span</name>
   			<classname>org.jboss.seam.ui.taglib.SpanTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/convertEntity.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: convertEntity.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/convertEntity.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- convertEntity.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ convertEntity.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"  "https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
   <components>
  -	<converter generate="false">
  +	<converter generate="false" >
   		<id>org.jboss.seam.ui.EntityConverter</id>
   		<family>org.jboss.seam.ui.EntityConverter</family>
   		<classname>org.jboss.seam.ui.converter.EntityConverter</classname>
  
  
  
  1.2       +5 -0      jboss-seam/ui/src/main/config/component/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- README	15 Jun 2007 17:06:57 -0000	1.1
  +++ README	19 Jun 2007 21:57:44 -0000	1.2
  @@ -0,0 +1,5 @@
  +Configuration files for JBoss Seam UI based on Ajax4jsf CDK.
  +
  +CDK declarative (template based) renderers aren't in use to remove runtime dependencies on ajax4jsf
  +
  +Maven targets should be run from main Seam build.xml (ant jarui, ant clean, ant javadoc)
  \ No newline at end of file
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/loadStyle.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: loadStyle.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/loadStyle.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- loadStyle.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ loadStyle.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>loadStyle</name>
   			<classname>org.jboss.seam.ui.taglib.LoadStyleTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		<property>
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/fragment.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: fragment.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/fragment.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- fragment.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ fragment.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -10,15 +10,16 @@
   			<![CDATA[
       ]]>
   		</description>
  -		<renderer generate="true" override="true" >
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.FragmentRenderer</name>
  -			<template>org/jboss/seam/ui/htmlFragment.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.FragmentRendererBase</classname>
  +<!--<template>org/jboss/seam/ui/htmlFragment.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>fragment</name>
   			<classname>org.jboss.seam.ui.taglib.FragmentTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/enumItem.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: enumItem.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/enumItem.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- enumItem.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ enumItem.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>enumItem</name>
   			<classname>org.jboss.seam.ui.taglib.EnumItemTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_select_item_attributes;
  
  
  
  1.2       +4 -3      jboss-seam/ui/src/main/config/component/link.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: link.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/link.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- link.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ link.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,16 @@
   		<description>
   			<![CDATA[A link that supports invocation of an action with control over conversation propagation. Does not submit the form.]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.LinkRenderer</name>
  -			<template>org/jboss/seam/ui/htmlLink.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.LinkRendererBase</classname>
  +			<!-- <template>org/jboss/seam/ui/htmlLink.jspx</template>-->
   		</renderer>
   		<tag>
   			<name>link</name>
   			<classname>org.jboss.seam.ui.taglib.LinkTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +5 -3      jboss-seam/ui/src/main/config/component/cache.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/cache.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- cache.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ cache.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -9,15 +9,17 @@
   		<description>
   			<![CDATA[Cache the rendered page fragment using JBoss Cache. Note that <s:cache> actually uses the instance of JBoss Cache managed by the built-in pojoCache component.]]>
   		</description>
  -		<renderer generate="true" override="true">
  +		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.CacheRenderer</name>
  -			<template>org/jboss/seam/ui/htmlCache.jspx</template>
  +			<classname>org.jboss.seam.ui.renderkit.CacheRendererBase</classname>
  +			<!--<template>org/jboss/seam/ui/htmlCache.jspx</template>-->
  +			
   		</renderer>
   		<tag>
   			<name>cache</name>
   			<classname>org.jboss.seam.ui.taglib.CacheTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		<!--
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/conversationPropagation.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversationPropagation.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/conversationPropagation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- conversationPropagation.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ conversationPropagation.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>conversationPropagation</name>
   			<classname>org.jboss.seam.ui.taglib.ConversationPropagationTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  
  1.2       +1 -1      jboss-seam/ui/src/main/config/component/transformImageType.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: transformImageType.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/transformImageType.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- transformImageType.xml	15 Jun 2007 17:06:57 -0000	1.1
  +++ transformImageType.xml	19 Jun 2007 21:57:44 -0000	1.2
  @@ -13,7 +13,7 @@
   			<name>transformImageType</name>
   			<classname>org.jboss.seam.ui.taglib.TransformImageTypeTag</classname>
   			<superclass>
  -				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
  +				org.jboss.seam.ui.util.cdk.UIComponentTagBase
   			</superclass>
   		</tag>
   		&ui_component_attributes;
  
  
  



More information about the jboss-cvs-commits mailing list