com.sun.faces.facelets.tag.jsf.core
public final class ActionListenerHandler extends TagHandlerImpl implements javax.faces.view.ActionSource2AttachedObjectHandler
ActionListener
,
ActionSource
Modifier and Type | Class and Description |
---|---|
private static class |
ActionListenerHandler.LazyActionListener |
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
binding |
private java.lang.String |
listenerType |
private javax.faces.view.facelets.TagAttribute |
typeAttribute |
Constructor and Description |
---|
ActionListenerHandler(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) |
void |
applyAttachedObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent) |
private void |
checkType(java.lang.String type) |
java.lang.String |
getFor() |
findNextByType, findNextByType
private final javax.faces.view.facelets.TagAttribute binding
private java.lang.String listenerType
private final javax.faces.view.facelets.TagAttribute typeAttribute
public ActionListenerHandler(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 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
private void checkType(java.lang.String type)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.