Package javax.faces.view.facelets
Interface AttributeHandler
-
public interface AttributeHandlerAn interface that allows other code to identify FaceletHandlers that correspond to component attributes.
- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttributeName(FaceletContext ctx)Returns the resolved literal String value of the attribute name after evaluating EL.
-
-
-
Method Detail
-
getAttributeName
java.lang.String getAttributeName(FaceletContext ctx)
Returns the resolved literal String value of the attribute name after evaluating EL.
- Parameters:
ctx- theFaceletContextfor this view execution
-
-