public interface BehaviorAttribute
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| default String | getName()Gets name of tag attribute | 
Class<?> getExpectedType()
TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class)
 when creating the behavior.default String getName()
Copyright © 2020. All rights reserved.