|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacesRendererDefinition
The definition for a specific renderer, unique per render-kit-id, renderer-type and component-family.
The value returned by
com.ibm.xsp.registry.FacesDefinition#getDefinitionGroup()
is
always a FacesRenderKitFragment
.
FacesDefinition.getTagName()()
is always null
.
Method Summary | |
---|---|
java.lang.String |
getComponentFamily()
|
FacesFacet |
getFacet(java.lang.String facetName)
|
java.util.Collection<java.lang.String> |
getFacetNames()
Lists the component's non-inherited expected facets. |
java.lang.String |
getRendererType()
|
FacesRenderKitFragment |
getRenderKitFragment()
The container FacesRenderKitFragment , the representation of the
render-kit element in the xsp-config file. |
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 |
---|
java.lang.String getComponentFamily()
java.lang.String getRendererType()
FacesFacet getFacet(java.lang.String facetName)
facetName
-
java.util.Collection<java.lang.String> getFacetNames()
FacesRenderKitFragment getRenderKitFragment()
FacesRenderKitFragment
, the representation of the
render-kit element in the xsp-config file. See
FacesRenderKitFragment.getRenderKitId()
for this definition's
renderKitId The kit fragment contributes to the overall render-kit, which
is the aggregate of all the kit fragments.
null
renderKit fragment defined in the current file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |