Skip navigation links
Mojarra JSF Tools 2.3.9.SP05 2.3.9.SP05
com.sun.faces.config.beans

Class ConverterBean

    • Constructor Detail

      • ConverterBean

        public ConverterBean()
    • Method Detail

      • getConverterClass

        public String getConverterClass()
      • setConverterClass

        public void setConverterClass(String converterClass)
      • getConverterForClass

        public Class getConverterForClass()
      • setConverterForClass

        public void setConverterForClass(String converterForClass)
      • setConverterForClass

        public void setConverterForClass(Class converterForClass)
      • getConverterId

        public String getConverterId()
      • setConverterId

        public void setConverterId(String converterId)
      • addAttribute

        public void addAttribute(AttributeBean descriptor)
        Description copied from interface: AttributeHolder

        Add the specified attribute descriptor, replacing any existing descriptor for this attribute name.

        Specified by:
        addAttribute in interface AttributeHolder
        Parameters:
        descriptor - Descriptor to be added
      • getAttribute

        public AttributeBean getAttribute(String name)
        Description copied from interface: AttributeHolder

        Return the attribute descriptor for the specified attribute name, if any; otherwise, return null.

        Specified by:
        getAttribute in interface AttributeHolder
        Parameters:
        name - Name of the attribute for which to retrieve a descriptor
      • getAttributes

        public AttributeBean[] getAttributes()
        Description copied from interface: AttributeHolder

        Return the descriptors of all attributes for which descriptors have been registered, or an empty array if none have been registered.

        Specified by:
        getAttributes in interface AttributeHolder
      • removeAttribute

        public void removeAttribute(AttributeBean descriptor)
        Description copied from interface: AttributeHolder

        Deregister the specified attribute descriptor, if it is registered.

        Specified by:
        removeAttribute in interface AttributeHolder
        Parameters:
        descriptor - Descriptor to be removed
      • addProperty

        public void addProperty(PropertyBean descriptor)
        Description copied from interface: PropertyHolder

        Add the specified property descriptor, replacing any existing descriptor for this property name.

        Specified by:
        addProperty in interface PropertyHolder
        Parameters:
        descriptor - Descriptor to be added
      • getProperty

        public PropertyBean getProperty(String name)
        Description copied from interface: PropertyHolder

        Return the property descriptor for the specified property name, if any; otherwise, return null.

        Specified by:
        getProperty in interface PropertyHolder
        Parameters:
        name - Name of the property for which to retrieve a descriptor
      • getProperties

        public PropertyBean[] getProperties()
        Description copied from interface: PropertyHolder

        Return the descriptors of all properties for which descriptors have been registered, or an empty array if none have been registered.

        Specified by:
        getProperties in interface PropertyHolder
      • removeProperty

        public void removeProperty(PropertyBean descriptor)
        Description copied from interface: PropertyHolder

        Deregister the specified property descriptor, if it is registered.

        Specified by:
        removeProperty in interface PropertyHolder
        Parameters:
        descriptor - Descriptor to be removed
Mojarra JSF Tools 2.3.9.SP05 2.3.9.SP05

Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.