Interface UnknownActivationContextHandler

All Known Implementing Classes:
UnknownActivationContextHandlerImpl

Responsible for handling the response for a page called with an unknown activation context when the check itself is enabled. The default implementation is to respond with a 404 NOT FOUND.
Since:
5.4
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleUnknownContext(ComponentResources pageResources, EventContext activationContext)
    Answer the client in the case of a request coming in with an unknown activation context.