Interface RequestContextContributor


public interface RequestContextContributor
Provides an interface for extending the Context with information from the request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    contribute(Context context, javax.servlet.http.HttpServletRequest httpServletRequest)
    Contributes additional information to the context.
  • Method Details

    • contribute

      void contribute(Context context, javax.servlet.http.HttpServletRequest httpServletRequest)
      Contributes additional information to the context.
      Parameters:
      context - the context that segments users
      httpServletRequest - the current request