Uses of Class
javax.el.ELUtil.Wrapper
Packages that use ELUtil.Wrapper
-
Uses of ELUtil.Wrapper in javax.el
Subclasses of ELUtil.Wrapper in javax.elModifier and TypeClassDescriptionprivate static class
private static class
Methods in javax.el that return ELUtil.WrapperModifier and TypeMethodDescriptionprivate static ELUtil.Wrapper
ELUtil.findMostSpecificWrapper
(List<ELUtil.Wrapper> candidates, Class<?>[] matchingTypes, boolean elSpecific, String errorMsg) private static ELUtil.Wrapper
ELUtil.findWrapper
(Class<?> clazz, List<ELUtil.Wrapper> wrappers, String name, Class<?>[] paramTypes, Object[] paramValues) Methods in javax.el that return types with arguments of type ELUtil.WrapperModifier and TypeMethodDescriptionstatic List
<ELUtil.Wrapper> ELUtil.Wrapper.wrap
(Constructor<?>[] constructors) static List
<ELUtil.Wrapper> Methods in javax.el with parameters of type ELUtil.WrapperModifier and TypeMethodDescriptionprivate static int
ELUtil.isMoreSpecific
(ELUtil.Wrapper wrapper1, ELUtil.Wrapper wrapper2, Class<?>[] matchingTypes, boolean elSpecific) Method parameters in javax.el with type arguments of type ELUtil.WrapperModifier and TypeMethodDescriptionprivate static ELUtil.Wrapper
ELUtil.findMostSpecificWrapper
(List<ELUtil.Wrapper> candidates, Class<?>[] matchingTypes, boolean elSpecific, String errorMsg) private static ELUtil.Wrapper
ELUtil.findWrapper
(Class<?> clazz, List<ELUtil.Wrapper> wrappers, String name, Class<?>[] paramTypes, Object[] paramValues)