public abstract class ActionListenerHandlerBase extends TagHandlerImpl implements javax.faces.view.ActionSource2AttachedObjectHandler
ActionListener
,
ActionSource
Constructor and Description |
---|
ActionListenerHandlerBase(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
abstract void |
applyAttachedObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent) |
java.lang.String |
getFor() |
findNextByType, findNextByType
public ActionListenerHandlerBase(javax.faces.view.facelets.TagConfig config)
config
- public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
apply
in interface javax.faces.view.facelets.FaceletHandler
java.io.IOException
public abstract void applyAttachedObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
applyAttachedObject
in interface javax.faces.view.AttachedObjectHandler
public java.lang.String getFor()
getFor
in interface javax.faces.view.AttachedObjectHandler
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.