GET /gadgetspec/specTree - Returns a JSON representation of the {@link GadgetRegistry}. - @see {@link GadgetRegistry#getSpecTree()}GET /gadgetspec/default - Returns a JSON representation of the default {@link GadgetSpec}- @see {@link GadgetRegistry#getDefaultGadget()}GET /gadgetspec/{id}[/{resource}] - If no {resource} name is provided, this returns a JSON representation of the {@link GadgetSpec} whose ID is {id}- If a {resource} name is provided, this returns the resource given by {resource} for the {@link GadgetSpec} whose ID is {id}POST /gadgetspec - Creates a new temporary {@link GadgetSpec} with from the JSON POST data.- @see {@link TempGadgetSpec}- @see {@link #doPost(HttpServletRequest,HttpServletResponse)}
|
|