public interface GadgetSpecFactory
GadgetSpecs| Modifier and Type | Method and Description |
|---|---|
GadgetSpec |
getGadgetSpec(GadgetState gadgetState,
GadgetRequestContext gadgetRequestContext)
Create a
GadgetSpec from a GadgetState |
GadgetSpec |
getGadgetSpec(URI uri,
GadgetRequestContext gadgetRequestContext)
Create a
GadgetSpec from a spec URI |
GadgetSpec getGadgetSpec(GadgetState gadgetState, GadgetRequestContext gadgetRequestContext) throws GadgetParsingException
GadgetSpec from a GadgetStategadgetState - the state to create a GadgetSpec fromgadgetRequestContext - the context of this requestGadgetSpecGadgetParsingExceptionGadgetSpec getGadgetSpec(URI uri, GadgetRequestContext gadgetRequestContext) throws GadgetParsingException
GadgetSpec from a spec URIuri - the spec uri to create a GadgetSpec fromgadgetRequestContext - the context of this requestGadgetSpecGadgetParsingExceptionCopyright © 2024 Atlassian. All rights reserved.