Class AttributeUtils

java.lang.Object
org.apache.myfaces.core.api.shared.AttributeUtils

public class AttributeUtils extends Object
  • Constructor Details

    • AttributeUtils

      public AttributeUtils()
  • Method Details

    • getBooleanAttribute

      public static boolean getBooleanAttribute(UIComponent component, String attrName, boolean defaultValue)
    • getIntegerAttribute

      public static int getIntegerAttribute(UIComponent component, String attrName, int defaultValue)