Mojarra JSF Tools 2.1.28.SP9

Uses of Class
com.sun.faces.config.beans.AttributeBean

Packages that use AttributeBean
com.sun.faces.config.beans   
 

Uses of AttributeBean in com.sun.faces.config.beans
 

Methods in com.sun.faces.config.beans that return AttributeBean
 AttributeBean AttributeHolder.getAttribute(String name)
          Return the attribute descriptor for the specified attribute name, if any; otherwise, return null.
 AttributeBean RendererBean.getAttribute(String name)
           
 AttributeBean ValidatorBean.getAttribute(String name)
           
 AttributeBean ConverterBean.getAttribute(String name)
           
 AttributeBean ComponentBean.getAttribute(String name)
           
 AttributeBean[] AttributeHolder.getAttributes()
          Return the descriptors of all attributes for which descriptors have been registered, or an empty array if none have been registered.
 AttributeBean[] RendererBean.getAttributes()
           
 AttributeBean[] ValidatorBean.getAttributes()
           
 AttributeBean[] ConverterBean.getAttributes()
           
 AttributeBean[] ComponentBean.getAttributes()
           
 

Methods in com.sun.faces.config.beans with parameters of type AttributeBean
 void AttributeHolder.addAttribute(AttributeBean descriptor)
          Add the specified attribute descriptor, replacing any existing descriptor for this attribute name.
 void RendererBean.addAttribute(AttributeBean descriptor)
           
 void ValidatorBean.addAttribute(AttributeBean descriptor)
           
 void ConverterBean.addAttribute(AttributeBean descriptor)
           
 void ComponentBean.addAttribute(AttributeBean descriptor)
           
 void AttributeHolder.removeAttribute(AttributeBean descriptor)
          Deregister the specified attribute descriptor, if it is registered.
 void RendererBean.removeAttribute(AttributeBean descriptor)
           
 void ValidatorBean.removeAttribute(AttributeBean descriptor)
           
 void ConverterBean.removeAttribute(AttributeBean descriptor)
           
 void ComponentBean.removeAttribute(AttributeBean descriptor)
           
 


Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.