Package org.eclnt.jsfserver.util
Class StackedMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.eclnt.jsfserver.util.StackedMethodExpression
- All Implemented Interfaces:
Serializable
,ActionListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
jakarta.el.MethodInfo
getMethodInfo
(jakarta.el.ELContext elContext) int
hashCode()
boolean
void
processAction
(ActionEvent event) toString()
Methods inherited from class jakarta.el.MethodExpression
isParametersProvided, isParmetersProvided
-
Constructor Details
-
StackedMethodExpression
-
-
Method Details
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext elContext) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Specified by:
getMethodInfo
in classjakarta.el.MethodExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.MethodNotFoundException
jakarta.el.ELException
-
invoke
public Object invoke(jakarta.el.ELContext elContext, Object[] args) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Specified by:
invoke
in classjakarta.el.MethodExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.MethodNotFoundException
jakarta.el.ELException
-
invoke
public Object invoke(jakarta.el.ELContext elContext, Object[] args, boolean throwErrorIfNotReached) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.MethodNotFoundException
jakarta.el.ELException
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
processAction
- Specified by:
processAction
in interfaceActionListener
- Throws:
AbortProcessingException
-
toString
-