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.dashboard.internal

Class com.atlassian.gadgets.dashboard.internal.GadgetLayoutException extends RuntimeException implements Serializable

Class com.atlassian.gadgets.dashboard.internal.GadgetNotLoadedException extends RuntimeException implements Serializable

Serialized Fields

gadgetId

GadgetId gadgetId

Class com.atlassian.gadgets.dashboard.internal.InconsistentDashboardStateException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.dashboard.spi

Class com.atlassian.gadgets.dashboard.spi.DashboardStateStoreException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.directory.internal

Class com.atlassian.gadgets.directory.internal.GadgetFeedParsingException extends RuntimeException implements Serializable

Serialized Fields

feedUri

URI feedUri

Class com.atlassian.gadgets.directory.internal.NonAtomGadgetSpecFeedException extends RuntimeException implements Serializable

Serialized Fields

feedUri

URI feedUri

Package com.atlassian.gadgets.directory.internal.impl

Class com.atlassian.gadgets.directory.internal.impl.UnavailableFeatureException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.directory.spi

Class com.atlassian.gadgets.directory.spi.ExternalGadgetSpec extends Object implements Serializable

serialVersionUID: 8476725773908350812L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Reads an object from the specified input stream and attempts to construct it as an ExternalGadgetSpec. Ensures that class invariants are respected.

Throws:
IOException - if an I/O error occurs in deserialization
ClassNotFoundException - if the class to deserialize as cannot be found
Serialized Fields

id

ExternalGadgetSpecId id

specUri

URI specUri

Class com.atlassian.gadgets.directory.spi.ExternalGadgetSpecId extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Reads an object from the specified input stream and attempts to construct it as an ExternalGadgetSpecId. Ensures that class invariants are respected.

Throws:
IOException - if an I/O error occurs in deserialization
ClassNotFoundException - if the class to deserialize as cannot be found
Serialized Fields

id

String id

Class com.atlassian.gadgets.directory.spi.ExternalGadgetSpecStoreException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.opensocial.spi

Class com.atlassian.gadgets.opensocial.spi.ActivityServiceException extends RuntimeException implements Serializable

Class com.atlassian.gadgets.opensocial.spi.AppDataServiceException extends RuntimeException implements Serializable

Class com.atlassian.gadgets.opensocial.spi.PersonServiceException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.opensocial.spi.model

Class com.atlassian.gadgets.opensocial.spi.model.Address extends Object implements Serializable

Serialized Fields

address

String address

Class com.atlassian.gadgets.opensocial.spi.model.EmailAddress extends Object implements Serializable

Serialized Fields

emailAddress

String emailAddress

Class com.atlassian.gadgets.opensocial.spi.model.Name extends Object implements Serializable

Serialized Fields

name

String name

Class com.atlassian.gadgets.opensocial.spi.model.Person extends Object implements Serializable

Serialized Fields

personId

PersonId personId

name

Name name

profileUrl

URI profileUrl

thumbnailUrl

URI thumbnailUrl

addresses

List<E> addresses

phoneNumbers

List<E> phoneNumbers

emailAddresses

List<E> emailAddresses

aboutMe

String aboutMe

status

String status

dateOfBirth

Date dateOfBirth

timeZone

int timeZone

currentLocation

Address currentLocation

urls

List<E> urls

Package com.atlassian.gadgets.publisher.internal

Class com.atlassian.gadgets.publisher.internal.PublishedGadgetSpecNotFoundException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.renderer.internal.servlet

Class com.atlassian.gadgets.renderer.internal.servlet.RpcRelay extends javax.servlet.http.HttpServlet implements Serializable


Package com.atlassian.gadgets.samples

Class com.atlassian.gadgets.samples.BadRequestServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.atlassian.gadgets.samples.FakeExternalDirectoryServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

applicationProperties

com.atlassian.sal.api.ApplicationProperties applicationProperties

Class com.atlassian.gadgets.samples.PhoneHomeServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

applicationProperties

com.atlassian.sal.api.ApplicationProperties applicationProperties

Class com.atlassian.gadgets.samples.RemovableGadgetSpecServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

gadget

String gadget

currentState

com.atlassian.gadgets.samples.RemovableGadgetSpecServlet.State currentState

Package com.atlassian.gadgets.util

Class com.atlassian.gadgets.util.IllegalUriParameterException extends RuntimeException implements Serializable

Class com.atlassian.gadgets.util.InvalidDirectoryGadgetUriException extends RuntimeException implements Serializable


Package com.atlassian.gadgets.view

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

Serialized Fields

gadget

GadgetState gadget



Copyright © 2009 Atlassian. All Rights Reserved.