private static final class AbstractTagLibrary.BehaviorHandlerFactory extends java.lang.Object implements TagHandlerFactory
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
behaviorId |
Constructor and Description |
---|
BehaviorHandlerFactory(java.lang.String behaviorId)
|
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.TagHandler |
createHandler(javax.faces.view.facelets.TagConfig cfg)
A new TagHandler instantiated with the passed TagConfig
|
public BehaviorHandlerFactory(java.lang.String behaviorId)
behaviorId
- public javax.faces.view.facelets.TagHandler createHandler(javax.faces.view.facelets.TagConfig cfg) throws javax.faces.FacesException, javax.el.ELException
TagHandlerFactory
createHandler
in interface TagHandlerFactory
cfg
- TagConfiguration informationjavax.faces.FacesException
javax.el.ELException
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.