The Source for Java Technology Collaboration
User: Password:



Manfred Riem

Manfred Riem's Blog

Temperature SPOT - Part 4

Posted by mriem on August 24, 2007 at 08:00 PM | Comments (0)

The code below is the component part for the Temperature JSF library.
package com.manorrock.jsf.sunspot.temperature;

import javax.faces.component.UIComponentBase;

/**
 * A JSF SunSPOT temperature component.
 *
 * @author Manfred Riem (mriem@manorrock.org)
 */
public class TemperatureComponent extends UIComponentBase {
    /**
     * Stores the family.
     */
    private static String FAMILY = "com.manorrock.jsf.sunspot.temperature.TemperatureFamily";
    
    /**
     * Get the family.
     */
    public String getFamily() {
        return FAMILY;
    }
}
The next entry will be about the TemperatureTag.

Bookmark blog post: del.icio.us del.icio.us Digg Digg DZone DZone Furl Furl Reddit Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment



Only logged in users may post comments. Login Here.


Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds