Uses of Package
com.atlassian.plugin.webresource.impl.support.http
Packages that use com.atlassian.plugin.webresource.impl.support.http
Package
Description
-
-
Classes in com.atlassian.plugin.webresource.impl.support.http used by com.atlassian.plugin.webresource.impl.httpClassDescriptionSupport for HTTP controller.Generates urls and route requests to proper handlers.Structure containing regular expression and handler for the route.Possibly would be replaced by original request, currently original request is hard to use because parsed `path` and `params` not available on it, it also hides some other implementation details that wont be needed after the refactoring.Probably would be removed after the refactoring, currently needed to hide some implementation details.Represents the various unique modes of serving content at a URL.
-
Classes in com.atlassian.plugin.webresource.impl.support.http used by com.atlassian.plugin.webresource.impl.support.httpClassDescriptionSupport for HTTP controller.Handler for routes.Structure containing regular expression and handler for the route.Possibly would be replaced by original request, currently original request is hard to use because parsed `path` and `params` not available on it, it also hides some other implementation details that wont be needed after the refactoring.Probably would be removed after the refactoring, currently needed to hide some implementation details.Represents the various unique modes of serving content at a URL.