javax.faces.view.facelets
Interface FacetHandler


public interface FacetHandler

An interface that allows other code to identify FaceletHandlers that correspond to component facets.

Since:
2.0

Method Summary
 java.lang.String getFacetName(FaceletContext ctx)
          

Returns the resolved literal String value of the facet name after evaluating EL.

 

Method Detail

getFacetName

java.lang.String getFacetName(FaceletContext ctx)

Returns the resolved literal String value of the facet name after evaluating EL.

Parameters:
ctx - the FaceletContext for this view execution


Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.