Uses of Class
com.atlassian.gadgets.GadgetParsingException
Packages that use GadgetParsingException
Package
Description
Contains classes related to Gadgets' Specification XML.
Contains classes related to the rendering and display of gadgets.
-
Uses of GadgetParsingException in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec that throw GadgetParsingExceptionModifier and TypeMethodDescriptionGadgetSpecFactory.getGadgetSpec(GadgetState gadgetState, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom aGadgetStateGadgetSpecFactory.getGadgetSpec(URI uri, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom a specURI -
Uses of GadgetParsingException in com.atlassian.gadgets.view
Methods in com.atlassian.gadgets.view that throw GadgetParsingExceptionModifier and TypeMethodDescriptionbooleanGadgetViewFactory.canRenderInViewType(GadgetState state, ViewType viewType, GadgetRequestContext gadgetRequestContext) Returnstrueif the gadget represented bystatecan be rendered with the givenViewTypefor thelocalespecified in theGadgetRequestContext.GadgetViewFactory.createGadgetView(GadgetState state, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext) Returns aViewComponentthat will render theGadgetState, customizing the view based on theLocalespecified in theGadgetRequestContextand the desiredViewType.GadgetViewFactory.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext) Deprecated.
GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View, com.atlassian.gadgets.GadgetRequestContext)