public interface GadgetRequestContextFactory
GadgetRequestContext instances
from various sources.| Modifier and Type | Method and Description |
|---|---|
GadgetRequestContext |
get(javax.servlet.http.HttpServletRequest request)
Returns a
GadgetRequestContext based on the values in
the specified request. |
GadgetRequestContext.Builder |
getBuilder(javax.servlet.http.HttpServletRequest request)
Returns a
GadgetRequestContext.Builder based on the values in
the specified request. |
GadgetRequestContext get(javax.servlet.http.HttpServletRequest request)
GadgetRequestContext based on the values in
the specified request.request - the request to look up the values inGadgetRequestContext based on the requestGadgetRequestContext.Builder getBuilder(javax.servlet.http.HttpServletRequest request)
GadgetRequestContext.Builder based on the values in
the specified request.request - the request to look up the values inGadgetRequestContext based on the requestCopyright © 2024 Atlassian. All rights reserved.