|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| JSFUnitDelegatingExternalContext | This ExternalContext will delegate everything to the real ExternalContext except for the getSession() method. |
| JSFUnitExternalContext | The JSFUnitExternalContext is created at the end of the JSF lifecycle. |
| JSFUnitFacesContext | This class is a wrapper for the "real" FacesContext. |
| JSFUnitFacesContextFactory | When a JSFUnit request is active, this FacesContextFactory will provide a wrapper for the "real" FacesContext. |
| JSFUnitHttpServletRequest | This class takes the same approach as the JSFUnitExternalContext in that it caches everything possible from the HttpServletRequest so that it will be available to the JSFUnit test. |
| JSFUnitHttpSession | This HttpSession delegates everything to the real HttpSession except for the invalidate method. |
| NoNewEntryMap | This Map copies all the entries of the wrapped Map into a new Map and disallows new entries while JSFServerSession.getManagedBeanValue() is running. |
| Exception Summary | |
|---|---|
| NoNewEntryMap.NewEntryNotAllowedException | |
Provides the JSFUnit FacesContext and ExternalContext.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||