com.ibm.xsp.actions
Class ConfirmAction

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by com.ibm.xsp.binding.MethodBindingEx
          extended by com.ibm.xsp.actions.AbstractConfirmAction
              extended by com.ibm.xsp.actions.ConfirmAction
All Implemented Interfaces:
ComponentBindingObject, EncodableObject, ValueBindingObject, javax.faces.component.StateHolder

public class ConfirmAction
extends AbstractConfirmAction

Not intended to be subclassed


Field Summary
 
Fields inherited from class com.ibm.xsp.actions.AbstractConfirmAction
FAMILY, RENDERER_TYPE
 
Fields inherited from class com.ibm.xsp.binding.MethodBindingEx
ENABLE_SOURCEID
 
Constructor Summary
ConfirmAction()
           
 
Method Summary
 java.lang.Class getType(javax.faces.context.FacesContext context)
           
 java.lang.Object invoke(javax.faces.context.FacesContext context, java.lang.Object[] args)
           
 
Methods inherited from class com.ibm.xsp.actions.AbstractConfirmAction
encodeAction, encodeAction, encodeObject, getClientId, getEvent, getMessage, restoreState, saveState, setEvent, setMessage
 
Methods inherited from class com.ibm.xsp.binding.MethodBindingEx
getComponent, getFacesContext, getParamNames, getParent, getSourceReferenceId, getValueBinding, isTransient, normalizePageName, setComponent, setParamNames, setParent, setSourceReferenceId, setTransient, setValueBinding
 
Methods inherited from class javax.faces.el.MethodBinding
getExpressionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfirmAction

public ConfirmAction()
Method Detail

invoke

public java.lang.Object invoke(javax.faces.context.FacesContext context,
                               java.lang.Object[] args)
                        throws javax.faces.el.EvaluationException,
                               javax.faces.el.MethodNotFoundException
Specified by:
invoke in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException

getType

public java.lang.Class getType(javax.faces.context.FacesContext context)
                        throws javax.faces.el.MethodNotFoundException
Specified by:
getType in class javax.faces.el.MethodBinding
Throws:
javax.faces.el.MethodNotFoundException