707708709710711712713
} public TagHandler createHandler(TagConfig cfg) throws FacesException, ELException { BehaviorConfig bcfg = new BehaviorConfigWrapper(cfg,this.behaviorId); return new BehaviorHandler(bcfg); }
689690691692693694695