[jboss-cvs] jboss-seam/src/pdf/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/pdf/META-INF   seam-pdf.taglib.xml
  Removed:     src/pdf/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/pdf/META-INF/seam-pdf.taglib.xml
  
  Index: seam-pdf.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/pdf</namespace>
  
      <tag>
          <tag-name>document</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIDocument</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>header</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIHeader</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>footer</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIFooter</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>pageNumber</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIPageNumber</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>paragraph</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIParagraph</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>newPage</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIPage</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>list</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIList</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>listItem</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIListItem</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>font</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIFont</component-type>
          </component>
      </tag>
      
      <tag>
          <tag-name>image</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIImage</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>anchor</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIAnchor</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>chapter</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIChapter</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>section</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UISection</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>title</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UITitle</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>table</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UITable</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>cell</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UICell</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>signature</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UISignature</component-type>
          </component>
      </tag>
  
      <tag>
          <tag-name>text</tag-name>
          <component>
              <component-type>org.jboss.seam.pdf.ui.UIOutputText</component-type>
          </component>
      </tag>
  
  </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list