Uses of Class
com.atlassian.plugin.webresource.impl.RequestState
Packages that use RequestState
Package
Description
-
Uses of RequestState in com.atlassian.plugin.webresource.assembler
Constructors in com.atlassian.plugin.webresource.assembler with parameters of type RequestStateModifierConstructorDescriptionDefaultRequiredData(RequestState requestState) DefaultWebResourceSet(Config config, RequestState requestState, Collection<WebResourceInformation> webResourceInformation) DefaultWebResourceSetBuilder(RequestState requestState) -
Uses of RequestState in com.atlassian.plugin.webresource.assembler.html
Constructors in com.atlassian.plugin.webresource.assembler.html with parameters of type RequestStateModifierConstructorDescriptionHtmlTagWriter(RequestState requestState, Writer writer, Collection<com.atlassian.plugin.webresource.assembler.html.HtmlTagFormatter> formatters) HtmlWriterFactory(Config config, RequestState requestState) InlineHtmlTagWriter(Config config, RequestState requestState, Writer writer, UrlMode urlMode) PrefetchHtmlTagWriter(Config configuration, RequestState requestState, Writer writer, UrlMode urlMode) -
Uses of RequestState in com.atlassian.plugin.webresource.impl
Methods in com.atlassian.plugin.webresource.impl that return RequestStateConstructors in com.atlassian.plugin.webresource.impl with parameters of type RequestState -
Uses of RequestState in com.atlassian.plugin.webresource.impl.helpers
Methods in com.atlassian.plugin.webresource.impl.helpers that return RequestStateConstructors in com.atlassian.plugin.webresource.impl.helpers with parameters of type RequestStateModifierConstructorDescriptionResourceGenerationInfo(ResourcePhase resourcePhase, RequestState data) -
Uses of RequestState in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url with parameters of type RequestStateModifier and TypeMethodDescriptionprotected static List<ResourceUrl>UrlGenerationHelpers.collectUrlStateAndBuildResourceUrls(RequestState requestState, UrlBuildingStrategy urlBuilderStrategy, List<ContextBatch> contextBatches, List<WebResourceBatch> webResourceBatches) Collect URL State for Conditions and Transformers and build Resource URLs.