[jboss-cvs] jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component ...

Peter Muir peter at bleepbleep.org.uk
Mon Mar 19 16:48:16 EDT 2007


  User: pmuir   
  Date: 07/03/19 16:48:16

  Added:       seam-ui-cdk/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component   
                        UIFragment.java UIFormattedText.java README
  Log:
  Initial work on seam-ui based on a4j cdk
  
  Revision  Changes    Path
  1.1      date: 2007/03/19 20:48:16;  author: pmuir;  state: Exp;jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIFragment.java
  
  Index: UIFragment.java
  ===================================================================
  /**
   * License Agreement.
   *
   * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
   *
   * Copyright (C) 2007 Exadel, Inc.
   *
   * This library is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License version 2.1 as published by the Free Software Foundation.
   *
   * This library is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
   * License along with this library; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
   */
  
  package org.jboss.seam.ui.component;
  
  import javax.faces.component.UIComponentBase;
  
  /**
   * JSF component class
   *
   */
  public abstract class UIFragment extends UIComponentBase {
  	
  	@SuppressWarnings("unused")
     private static final String COMPONENT_TYPE = "org.jboss.seam.ui.Fragment";
  	
  	@SuppressWarnings("unused")
     private static final String COMPONENT_FAMILY = "org.jboss.seam.ui.Fragment";
  	
  }
  
  
  
  1.1      date: 2007/03/19 20:48:16;  author: pmuir;  state: Exp;jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIFormattedText.java
  
  Index: UIFormattedText.java
  ===================================================================
  /**
   * License Agreement.
   *
   * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
   *
   * Copyright (C) 2007 Exadel, Inc.
   *
   * This library is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License version 2.1 as published by the Free Software Foundation.
   *
   * This library is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
   * License along with this library; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
   */
  
  package org.jboss.seam.ui.component;
  
  import javax.faces.component.UIOutput;
  
  /**
   * JSF component class
   *
   */
  public abstract class UIFormattedText extends UIOutput {
  	
  	@SuppressWarnings("unused")
     private static final String COMPONENT_TYPE = "org.jboss.seam.ui.FormattedText";
  	
  	@SuppressWarnings("unused")
     private static final String COMPONENT_FAMILY = "org.jboss.seam.ui.FormattedText";
  	
  }
  
  
  
  1.1      date: 2007/03/19 20:48:16;  author: pmuir;  state: Exp;jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/README
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list