javax.faces.view.facelets
Interface BehaviorConfig

All Superinterfaces:
TagConfig

public interface BehaviorConfig
extends TagConfig

Convey the id of a behavior declared in a view.

Since:
2.0

Method Summary
 String getBehaviorId()
          Return the value of the behavior-id.
 
Methods inherited from interface javax.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getBehaviorId

String getBehaviorId()

Return the value of the behavior-id.

Since:
2.0


Copyright © 2002-2009 Sun Microsystems, Inc. All Rights Reserved.