com.ibm.xsp.registry
Interface FacesCompositeComponentDefinition

All Superinterfaces:
FacesComponentDefinition, FacesDefinition, FacesExtensibleNode

public interface FacesCompositeComponentDefinition
extends FacesComponentDefinition

A FacesCompositeComponentDefinition's FacesDefinition.isTag() method always returns true.


Method Summary
 java.lang.String getCompositeFile()
           
 
Methods inherited from interface com.ibm.xsp.registry.FacesComponentDefinition
getComponentFamily, getComponentType, getFacet, getFacetNames, getRendererType
 
Methods inherited from interface com.ibm.xsp.registry.FacesDefinition
getDefaultFacesProperty, getDefaultProperty, getDefinedInlinePropertyNames, getDefinedPropertyNames, getFile, getFirstDefaultPrefix, getGroupTypeRefs, getId, getJavaClass, getNamespaceUri, getParent, getProperty, getPropertyNames, getReferenceId, getSince, getTagName, isDefinedProperty, isGroupProperty, isProperty, isTag
 
Methods inherited from interface com.ibm.xsp.registry.FacesExtensibleNode
getExtension, setExtension
 

Method Detail

getCompositeFile

java.lang.String getCompositeFile()
Returns:
The file where the composite component is defined.