public interface FacetHandler
An interface that allows other code to identify FaceletHandlers that correspond to component facets.
Modifier and Type | Method and Description |
---|---|
String |
getFacetName(FaceletContext ctx)
Returns the resolved literal String value of the facet name after evaluating EL. |
String getFacetName(FaceletContext ctx)
Returns the resolved literal String value of the facet name after evaluating EL.
ctx
- the FaceletContext
for this view executionCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.