private static final class AbstractTagLibrary.BehaviorConfigWrapper
extends java.lang.Object
implements javax.faces.view.facelets.BehaviorConfig
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
behaviorId |
private javax.faces.view.facelets.TagConfig |
parent |
Constructor and Description |
---|
BehaviorConfigWrapper(javax.faces.view.facelets.TagConfig parent,
java.lang.String behaviorId)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBehaviorId()
|
javax.faces.view.facelets.FaceletHandler |
getNextHandler()
|
javax.faces.view.facelets.Tag |
getTag()
|
java.lang.String |
getTagId()
|
private final javax.faces.view.facelets.TagConfig parent
private final java.lang.String behaviorId
public BehaviorConfigWrapper(javax.faces.view.facelets.TagConfig parent, java.lang.String behaviorId)
parent
- behaviorId
- public java.lang.String getBehaviorId()
getBehaviorId
in interface javax.faces.view.facelets.BehaviorConfig
public javax.faces.view.facelets.FaceletHandler getNextHandler()
getNextHandler
in interface javax.faces.view.facelets.TagConfig
TagConfig.getNextHandler()
public javax.faces.view.facelets.Tag getTag()
getTag
in interface javax.faces.view.facelets.TagConfig
TagConfig.getTag()
public java.lang.String getTagId()
getTagId
in interface javax.faces.view.facelets.TagConfig
TagConfig.getTagId()
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.