Uses of Class
com.atlassian.plugin.webresource.models.Requestable
Packages that use Requestable
Package
Description
-
Uses of Requestable in com.atlassian.plugin.webresource.graph
Methods in com.atlassian.plugin.webresource.graph that return types with arguments of type RequestableMethods in com.atlassian.plugin.webresource.graph with parameters of type RequestableModifier and TypeMethodDescriptionDependencyGraphBuilder.addWebResourceDependency(Requestable requestable, String webResourceDependency) -
Uses of Requestable in com.atlassian.plugin.webresource.impl.config
Methods in com.atlassian.plugin.webresource.impl.config that return types with arguments of type RequestableModifier and TypeMethodDescriptionstatic DependencyGraph<Requestable>Config.getDependencyGraph() -
Uses of Requestable in com.atlassian.plugin.webresource.models
Subclasses of Requestable in com.atlassian.plugin.webresource.modelsModifier and TypeClassDescriptionclassRepresents a special web-resource key used by a developer to reference every single web-resource and web-resource context a given page in the application should load when requested.classRepresents the special "super-batch" web-resource context.classRepresents the special synchronous or "sync batch" web-resource context.classRepresents a web-resource context key.classRepresents a single web-resource key.Methods in com.atlassian.plugin.webresource.models that return types with arguments of type RequestableModifier and TypeMethodDescriptionRawRequest.getExcluded()Returns allRequestableitems whose content should not be served to the client in this request.RawRequest.getIncluded()Get a flat set with all the resources for each type.RawRequest.getIncluded(ResourcePhase phaseType) Retrieve all the resources to be included by phase type.Methods in com.atlassian.plugin.webresource.models with parameters of type RequestableModifier and TypeMethodDescriptionbooleanRawRequest.exclude(Requestable requestableToExclude) Adds aRequestableto the exclusion list of resources.booleanRawRequest.include(Requestable resource) booleanRawRequest.include(ResourcePhase resourcePhase, Requestable resource) voidRawRequest.includeFirst(ResourcePhase resourcePhase, Requestable resource) Adds aRequestableto the inclusion list of resources for a specific type as the top of the priority.Method parameters in com.atlassian.plugin.webresource.models with type arguments of type RequestableModifier and TypeMethodDescriptionvoidRawRequest.exclude(Collection<Requestable> resources) voidRawRequest.include(ResourcePhase resourcePhase, Collection<Requestable> resources)