Interface BehaviorAttribute

All Known Implementing Classes:
AjaxBehavior.PropertyKeys, ClientValidator.PropertyKeys, ConfirmBehavior.PropertyKeys, PrinterBehavior.PropertyKeys

public interface BehaviorAttribute
  • Method Summary

    Modifier and Type
    Method
    Description
    Holds the type which ought to be passed to TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class) when creating the behavior.
    default String
    Gets name of tag attribute
  • Method Details

    • getExpectedType

      Class<?> getExpectedType()
      Holds the type which ought to be passed to TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class) when creating the behavior.
      Returns:
      the expectedType the expected object type
    • getName

      default String getName()
      Gets name of tag attribute
      Returns:
      name of tag attribute