|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GadgetParsingException | |
|---|---|
| com.atlassian.gadgets.dashboard.internal | |
| com.atlassian.gadgets.dashboard.internal.impl | |
| com.atlassian.gadgets.directory.internal.impl | |
| com.atlassian.gadgets.embedded.internal | Handles construction of gadget <iframes>, rendering, and URLs to Shindig's gadget rendering servlet. |
| com.atlassian.gadgets.publisher.internal | |
| com.atlassian.gadgets.publisher.internal.impl | |
| com.atlassian.gadgets.renderer.internal | |
| com.atlassian.gadgets.spec | Contains classes related to Gadgets' Specification XML. |
| com.atlassian.gadgets.view | Contains classes related to the rendering and display of gadgets. |
| Uses of GadgetParsingException in com.atlassian.gadgets.dashboard.internal |
|---|
| Methods in com.atlassian.gadgets.dashboard.internal that throw GadgetParsingException | |
|---|---|
Gadget |
GadgetFactory.createGadget(GadgetState state,
GadgetRequestContext gadgetRequestContext)
|
Gadget |
GadgetFactory.createGadget(String gadgetSpecUrl,
GadgetRequestContext gadgetRequestContext)
|
| Uses of GadgetParsingException in com.atlassian.gadgets.dashboard.internal.impl |
|---|
| Methods in com.atlassian.gadgets.dashboard.internal.impl that throw GadgetParsingException | |
|---|---|
Gadget |
GadgetFactoryImpl.createGadget(GadgetState state,
GadgetRequestContext gadgetRequestContext)
Constructs a Gadget instance from the specified GadgetState. |
Gadget |
GadgetFactoryImpl.createGadget(String gadgetSpecUrl,
GadgetRequestContext gadgetRequestContext)
Creates a new gadget from the spec at the specified URL. |
| Uses of GadgetParsingException in com.atlassian.gadgets.directory.internal.impl |
|---|
| Methods in com.atlassian.gadgets.directory.internal.impl that throw GadgetParsingException | |
|---|---|
void |
ConfigurableExternalGadgetSpecDirectoryEntryProvider.add(URI gadgetSpecUri)
|
protected GadgetSpec |
AbstractDirectoryEntryProvider.getGadgetSpec(URI gadgetSpecUri,
GadgetRequestContext gadgetRequestContext)
|
void |
PluginExternalGadgetSpecDirectoryEntryProvider.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
|
| Uses of GadgetParsingException in com.atlassian.gadgets.embedded.internal |
|---|
| Methods in com.atlassian.gadgets.embedded.internal that throw GadgetParsingException | |
|---|---|
ViewComponent |
GadgetViewFactoryImpl.createGadgetView(GadgetState state,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
|
ViewComponent |
GadgetViewFactoryImpl.createGadgetView(GadgetState state,
View view,
GadgetRequestContext gadgetRequestContext)
Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState,com.atlassian.gadgets.view.ModuleId,com.atlassian.gadgets.view.View,com.atlassian.gadgets.GadgetRequestContext) |
| Uses of GadgetParsingException in com.atlassian.gadgets.publisher.internal |
|---|
| Methods in com.atlassian.gadgets.publisher.internal that throw GadgetParsingException | |
|---|---|
void |
GadgetProcessor.process(InputStream in,
OutputStream out)
Applies an implementation-defined transformation to the XML stream provided by the specified InputStream
while writing the result to the specified OutputStream. |
| Uses of GadgetParsingException in com.atlassian.gadgets.publisher.internal.impl |
|---|
| Methods in com.atlassian.gadgets.publisher.internal.impl that throw GadgetParsingException | |
|---|---|
void |
PublishedGadgetSpecStore.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
|
void |
GadgetSpecSyndicationImpl.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
|
void |
GadgetProcessorImpl.process(InputStream in,
OutputStream out)
|
| Uses of GadgetParsingException in com.atlassian.gadgets.renderer.internal |
|---|
| Methods in com.atlassian.gadgets.renderer.internal that throw GadgetParsingException | |
|---|---|
GadgetSpec |
GadgetSpecFactoryImpl.getGadgetSpec(GadgetState gadgetState,
GadgetRequestContext gadgetRequestContext)
|
GadgetSpec |
GadgetSpecFactoryImpl.getGadgetSpec(URI uri,
GadgetRequestContext gadgetRequestContext)
|
| Uses of GadgetParsingException in com.atlassian.gadgets.spec |
|---|
| Methods in com.atlassian.gadgets.spec that throw GadgetParsingException | |
|---|---|
GadgetSpec |
GadgetSpecFactory.getGadgetSpec(GadgetState gadgetState,
GadgetRequestContext gadgetRequestContext)
Create a GadgetSpec from a GadgetState |
GadgetSpec |
GadgetSpecFactory.getGadgetSpec(URI uri,
GadgetRequestContext gadgetRequestContext)
Create a GadgetSpec from a spec URI |
| Uses of GadgetParsingException in com.atlassian.gadgets.view |
|---|
| Methods in com.atlassian.gadgets.view that throw GadgetParsingException | |
|---|---|
boolean |
GadgetViewFactory.canRenderInViewType(GadgetState state,
ViewType viewType,
GadgetRequestContext gadgetRequestContext)
Returns true if the gadget represented by state can be rendered with the given ViewType for
the locale specified in the GadgetRequestContext. |
ViewComponent |
GadgetViewFactory.createGadgetView(GadgetState state,
ModuleId moduleId,
View view,
GadgetRequestContext gadgetRequestContext)
Returns a ViewComponent that will render the GadgetState, customizing the view based on the
Locale specified in the GadgetRequestContext and the desired ViewType. |
ViewComponent |
GadgetViewFactory.createGadgetView(GadgetState state,
View view,
GadgetRequestContext gadgetRequestContext)
Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View,com.atlassian.gadgets.GadgetRequestContext) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||