Interface RequestContextContributor
public interface RequestContextContributor
Provides an interface for extending the
Context with information from
the request.-
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(Context context, javax.servlet.http.HttpServletRequest httpServletRequest) Contributes additional information to the context.
-
Method Details
-
contribute
Contributes additional information to the context.- Parameters:
context- the context that segments usershttpServletRequest- the current request
-