Serialized Form


Package com.atlassian.gadgets

Class com.atlassian.gadgets.GadgetId extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

id

String id

Class com.atlassian.gadgets.GadgetNotFoundException extends RuntimeException implements Serializable

Serialized Fields

gadgetId

GadgetId gadgetId

Class com.atlassian.gadgets.GadgetParsingException extends RuntimeException implements Serializable

Class com.atlassian.gadgets.GadgetSpecUriNotAllowedException extends RuntimeException implements Serializable

Class com.atlassian.gadgets.GadgetState extends Object implements Serializable

serialVersionUID: 9016360397733397422L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads the GadgetState object from the ObjectInputStream. Checks that all class invariants are respected.

Throws:
IOException - thrown if there is a problem reading from the stream
ClassNotFoundException - if the class of a serialized object could not be found
Serialized Fields

id

GadgetId id

specUri

URI specUri

color

Color color

userPrefs

Map<K,V> userPrefs

Package com.atlassian.gadgets.dashboard

Class com.atlassian.gadgets.dashboard.DashboardId extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

id

String id

Class com.atlassian.gadgets.dashboard.DashboardNotFoundException extends RuntimeException implements Serializable

Serialized Fields

dashboardId

DashboardId dashboardId

Class com.atlassian.gadgets.dashboard.DashboardState extends Object implements Serializable

serialVersionUID: 4862870053224734927L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads the DashboardState object from the ObjectInputStream. Checks that all class invariants are respected.

Throws:
IOException - thrown if there is a problem reading from the stream
ClassNotFoundException - if the class of a serialized object could not be found
Serialized Fields

id

DashboardId id

title

String title

layout

Layout layout

columns

List<E> columns

version

long version

Class com.atlassian.gadgets.dashboard.PermissionException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.feed

Class com.atlassian.gadgets.feed.GadgetFeedHostConnectionException extends RuntimeException implements Serializable

Serialized Fields

feedUri

URI feedUri

Class com.atlassian.gadgets.feed.GadgetFeedParsingException extends RuntimeException implements Serializable

Serialized Fields

feedUri

URI feedUri

Class com.atlassian.gadgets.feed.NonAtomGadgetSpecFeedException extends RuntimeException implements Serializable

Serialized Fields

feedUri

URI feedUri

Package com.atlassian.gadgets.view

Class com.atlassian.gadgets.view.GadgetRenderingException extends RuntimeException implements Serializable

Serialized Fields

gadget

GadgetState gadget



Copyright © 2013 Atlassian. All Rights Reserved.