[jboss-cvs] jboss-seam/src/ui/META-INF ...

Gavin King gavin.king at jboss.com
Tue Jan 30 03:07:48 EST 2007


  User: gavin   
  Date: 07/01/30 03:07:48

  Added:       src/ui/META-INF   seam-ui.taglib.xml
  Removed:     src/ui/META-INF   seam.taglib.xml
  Log:
  consistent naming
  
  Revision  Changes    Path
  1.1      date: 2007/01/30 08:07:48;  author: gavin;  state: Exp;jboss-seam/src/ui/META-INF/seam-ui.taglib.xml
  
  Index: seam-ui.taglib.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE facelet-taglib PUBLIC
     "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
     "facelet-taglib_1_0.dtd">
     
  <facelet-taglib>
      <namespace>http://jboss.com/products/seam/taglib</namespace>
      
      <tag>
          <tag-name>cache</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UICache</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>validateAll</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UIValidateAll</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>decorate</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UIDecorate</component-type>
          </component>
      </tag>
      
      <!--tag>
          <tag-name>action</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UIAction</component-type>
          </component>
      </tag-->
      
      <tag>
          <tag-name>selection</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UISelection</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>conversationId</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UIConversationId</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>taskId</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UITaskId</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>conversationPropagation</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UIConversationPropagation</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>link</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.HtmlLink</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>button</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.HtmlButton</component-type>
          </component>
      </tag>
    
      <tag>
          <tag-name>message</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.HtmlMessageDecoration</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>span</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.HtmlSpan</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>div</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.HtmlDiv</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>formattedText</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.UIFormattedText</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>selectDate</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.SelectDate</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>validate</tag-name>
          <validator>
              <validator-id>org.jboss.seam.ui.ModelValidator</validator-id>
          </validator>
      </tag>
      
      <tag>
          <tag-name>convertDateTime</tag-name>
          <converter>
              <converter-id>org.jboss.seam.ui.ConvertDateTime</converter-id>
          </converter>
      </tag>
  
      <tag>
          <tag-name>enumItem</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.EnumItem</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>convertEnum</tag-name>
          <converter>
              <converter-id>org.jboss.seam.ui.EnumConverter</converter-id>
          </converter>
      </tag>
      
      <tag>
          <tag-name>fileUpload</tag-name>
          <component>
              <component-type>org.jboss.seam.ui.FileUpload</component-type>
          </component>
      </tag>
      
      <tag>
  		<tag-name>selectItems</tag-name>
  		<component>
  			<component-type>org.jboss.seam.ui.UISelectItems</component-type>
  		</component>
  	</tag>
  	  
      <function>
          <function-name>hasRole</function-name>
          <function-class>org.jboss.seam.security.SecurityFunctions</function-class>
          <function-signature>java.lang.Boolean hasRole( java.lang.String )</function-signature>
      </function>
      
      <function>
          <function-name>hasPermission</function-name>
          <function-class>org.jboss.seam.security.SecurityFunctions</function-class>
          <function-signature>java.lang.Boolean hasPermission( java.lang.String, java.lang.String, java.lang.Object )</function-signature>
      </function>
      
  </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list