Class EmployeeELResolver
java.lang.Object
jakarta.el.ELResolver
com.sun.ts.tests.el.common.elresolver.EmployeeELResolver
public class EmployeeELResolver
extends jakarta.el.ELResolver
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.el.ELResolver
jakarta.el.ELResolver.StandaloneIdentifierMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(jakarta.el.ELContext context, Object base) Class<?>
boolean
isReadOnly
(jakarta.el.ELContext context, Object base, Object property) void
Methods inherited from class jakarta.el.ELResolver
convertToType, invoke
-
Constructor Details
-
EmployeeELResolver
public EmployeeELResolver()
-
-
Method Details
-
getValue
public Object getValue(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException - Specified by:
getValue
in classjakarta.el.ELResolver
- Throws:
jakarta.el.ELException
-
getType
public Class<?> getType(jakarta.el.ELContext context, Object base, Object property) throws jakarta.el.ELException - Specified by:
getType
in classjakarta.el.ELResolver
- Throws:
jakarta.el.ELException
-
setValue
- Specified by:
setValue
in classjakarta.el.ELResolver
-
isReadOnly
- Specified by:
isReadOnly
in classjakarta.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjakarta.el.ELResolver
-