com.ibm.xsp.registry
Interface FacesExtensibleNode
- All Known Subinterfaces:
- FacesComplexDefinition, FacesComponentDefinition, FacesCompositeComponentDefinition, FacesContainerProperty, FacesConverterDefinition, FacesDefinition, FacesFacet, FacesGroupDefinition, FacesLibraryFragment, FacesMethodBindingProperty, FacesProperty, FacesPropertyType, FacesRendererDefinition, FacesRenderKitFragment, FacesSimpleProperty, FacesValidatorDefinition
public interface FacesExtensibleNode
A node that may store extra meta-data beyond that specified
in it's interface.
Method Summary |
java.lang.Object |
getExtension(java.lang.String extensionName)
|
void |
setExtension(java.lang.String extensionName,
java.lang.Object value)
It is generally not recommended to use this method, as it should only be
used in a RegistryAnnotater . |
getExtension
java.lang.Object getExtension(java.lang.String extensionName)
- Parameters:
extensionName
-
- Returns:
setExtension
void setExtension(java.lang.String extensionName,
java.lang.Object value)
- It is generally not recommended to use this method, as it should only be
used in a
RegistryAnnotater
.
- Parameters:
extensionName
- value
-