Building Custom JSF UI Components - TheServerSide.com: your Java Community discussing server side
As you can see, this custom UI Component renders a formatted Helloworld message using and encodeBegin() method. Also notice that we have defined a method getFamily(). This is actually required for UI Components that extend UIComponentBase since it ......