blob: 7eb550959ae76ba8382d1eabc6c4c5fade7a98d9 [file] [log] [blame]
package org.eclipse.jst.jsf.common.runtime.internal.view.model.common;
import org.eclipse.jst.jsf.common.runtime.internal.model.component.ComponentTypeInfo;
/**
* A JSF tag element that maps one-to-one to a JSF UIComponent
*
* @author cbateman
*
*/
public interface IComponentTagElement extends IJSFTagElement
{
/**
* @return the comopnent's type info.
*/
ComponentTypeInfo getComponent();
}