public abstract class ExternalContextFactory extends Object implements FacesWrapper<ExternalContextFactory>
| Constructor and Description | 
|---|
| ExternalContextFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ExternalContext | getExternalContext(Object context,
                  Object request,
                  Object response) | 
| ExternalContextFactory | getWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped. | 
public abstract ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException
FacesExceptionpublic ExternalContextFactory getWrapped()
FacesWrappergetWrapped in interface FacesWrapper<ExternalContextFactory>Copyright © 2021 The Apache Software Foundation. All rights reserved.