Uses of Class
com.atlassian.gadgets.spec.GadgetSpec
Packages that use GadgetSpec
Package
Description
Contains classes related to Gadgets' Specification XML.
-
Uses of GadgetSpec in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec that return GadgetSpecModifier and TypeMethodDescriptionGadgetSpec.Builder.build()Returns the final constructedGadgetSpecGadgetSpecFactory.getGadgetSpec(GadgetState gadgetState, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom aGadgetStateGadgetSpecFactory.getGadgetSpec(URI uri, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom a specURIMethods in com.atlassian.gadgets.spec with parameters of type GadgetSpecModifier and TypeMethodDescriptionstatic GadgetSpec.BuilderGadgetSpec.gadgetSpec(GadgetSpec gadgetSpec) Factory method which allows you to create a newGadgetSpecobject based on an existingGadgetSpec.