viewhandler
Identifier:
org.eclipse.jst.jsf.core.viewhandler
Since:
3.4
Description:
Internal.
Configuration Markup:
<!ELEMENT extension (viewhandler)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT viewhandler EMPTY>
<!ATTLIST viewhandler
class CDATA #REQUIRED
id CDATA #REQUIRED
>
- class - The view handler class.
- id - Idenifies the view handler. Value must be unique for view handlers defined within the scope of the defining plugin.
Examples:
[Enter extension point usage example here.]
API Information:
Not API.
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]