public static enum FacesCompositeELResolver.ELResolverChainType extends Enum<FacesCompositeELResolver.ELResolverChainType>
JSP indicates this CompositeELResolver instance is the JSP chain, specified in section 5.6.1 of the spec.
Faces indicates this CompositeELResolver instance is the JSF chain, specified in section 5.6.2 of the spec.
Modifier and Type | Method and Description |
---|---|
static FacesCompositeELResolver.ELResolverChainType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacesCompositeELResolver.ELResolverChainType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacesCompositeELResolver.ELResolverChainType JSP
public static final FacesCompositeELResolver.ELResolverChainType Faces
public static FacesCompositeELResolver.ELResolverChainType[] values()
for (FacesCompositeELResolver.ELResolverChainType c : FacesCompositeELResolver.ELResolverChainType.values()) System.out.println(c);
public static FacesCompositeELResolver.ELResolverChainType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.