Class OmniExternalContext

All Implemented Interfaces:
FacesWrapper<ExternalContext>

public class OmniExternalContext extends ExternalContextWrapper
OmniFaces external context. This external context performs the following tasks:
  1. Since 2.2: Take care that the Flash will be ignored during an unload request.
Since:
2.2
Author:
Bauke Scholtz
See Also:
  • Constructor Details

    • OmniExternalContext

      public OmniExternalContext(ExternalContext wrapped)
      Construct a new OmniFaces external context around the given wrapped external context.
      Parameters:
      wrapped - The wrapped external context.
  • Method Details