Package org.eclnt.jsfserver.elements
Class MethodExpressionDelegator
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.eclnt.jsfserver.elements.MethodExpressionDelegator
- All Implemented Interfaces:
Serializable
,ActionListener
public class MethodExpressionDelegator
extends jakarta.el.MethodExpression
implements ActionListener
Own implementation of ActionListener that resolves the object/method
via own expression resolver - and which does some "around"-processing
when calling the method.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
jakarta.el.MethodInfo
getMethodInfo
(jakarta.el.ELContext arg0) int
hashCode()
boolean
void
processAction
(ActionEvent event) toString()
Methods inherited from class jakarta.el.MethodExpression
isParametersProvided, isParmetersProvided
-
Constructor Details
-
MethodExpressionDelegator
public MethodExpressionDelegator(jakarta.el.MethodExpression delegateTo)
-
-
Method Details
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext arg0) 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
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
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
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
processAction
- Specified by:
processAction
in interfaceActionListener
- Throws:
AbortProcessingException
-
toString
-