Interface IAttributeReferenceProvider


public interface IAttributeReferenceProvider
Interface for PageBeanComponentAsControl instances for providing attribute references. This is the more dynamic way than using annotation based access by attributeReference.
  • Method Details

    • getAttributesWithAttributeReference

      Set<String> getAttributesWithAttributeReference()
    • getAttributeReference

      AttributeReference<?> getAttributeReference(String attribute)