public abstract class ImplicitObject extends Object
| Constructor and Description | 
|---|
| ImplicitObject() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ExternalContext | externalContext(javax.el.ELContext context) | 
| protected FacesContext | facesContext(javax.el.ELContext context) | 
| abstract FeatureDescriptor | getDescriptor() | 
| abstract String | getName()Returns an interned String representing the name of the implicit object. | 
| abstract Class<?> | getType()Returns the most general type allowed for a future call to setValue() | 
| abstract Object | getValue(javax.el.ELContext context) | 
| protected FeatureDescriptor | makeDescriptor(String name,
              String description,
              Class<?> elResolverType) | 
public abstract Object getValue(javax.el.ELContext context)
public abstract FeatureDescriptor getDescriptor()
public abstract String getName()
public abstract Class<?> getType()
protected FeatureDescriptor makeDescriptor(String name, String description, Class<?> elResolverType)
protected FacesContext facesContext(javax.el.ELContext context)
protected ExternalContext externalContext(javax.el.ELContext context)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.