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
 java.lang.String getBehaviorId()
          Return the value of the behavior-id.
 
Methods inherited from interface javax.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getBehaviorId

java.lang.String getBehaviorId()

Return the value of the behavior-id.

Since:
2.0


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