All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ocpsoft.pretty.faces.util.NullComponent Maven / Gradle / Ivy

package com.ocpsoft.pretty.faces.util;

import javax.faces.component.UIComponentBase;

/**
 * This component exists only to provide Path and Query Validators with a component for which they should not throw
 * {@link NullPointerException}s
 * 
 * @author lb3
 */
public class NullComponent extends UIComponentBase
{
   @Override
   public String getFamily()
   {
      return "com.ocpsoft.pretty.NullComponent";
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy