[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...
Peter Muir
peter at bleepbleep.org.uk
Thu Feb 8 08:32:45 EST 2007
User: pmuir
Date: 07/02/08 08:32:45
Added: src/ui/org/jboss/seam/ui UIFragment.java
Log:
JBSEAM-797
Revision Changes Path
1.1 date: 2007/02/08 13:32:45; author: pmuir; state: Exp;jboss-seam/src/ui/org/jboss/seam/ui/UIFragment.java
Index: UIFragment.java
===================================================================
package org.jboss.seam.ui;
import javax.faces.component.UIComponentBase;
public class UIFragment extends UIComponentBase
{
public static final String COMPONENT_TYPE = "org.jboss.seam.ui.UIFragment";
public static final String COMPONENT_FAMILY = "org.jboss.seam.ui.Fragment";
@Override
public String getFamily()
{
return COMPONENT_FAMILY;
}
@Override
public boolean getRendersChildren()
{
return true;
}
}
More information about the jboss-cvs-commits
mailing list