Annotation Type UnknownActivationContextCheck


A marker annotation that indicates that the page in question may only be accessed with a exact activation context.
Since:
5.4
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, the default, the framework will check for an exact (number and type of parameters) activation context method and if not found will respond with a 404 Not Found status code, if false the activation context is ignored as it was before 5.4 release.
  • Element Details

    • value

      boolean value
      If true, the default, the framework will check for an exact (number and type of parameters) activation context method and if not found will respond with a 404 Not Found status code, if false the activation context is ignored as it was before 5.4 release.
      See Also:
      Default:
      true