Serialized Form
|
Package com.atlassian.gadgets |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
id
String id
gadgetId
GadgetId gadgetId
serialVersionUID: 9016360397733397422L
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
id
GadgetId id
specUri
URI specUri
color
Color color
userPrefs
Map<K,V> userPrefs
|
Package com.atlassian.gadgets.dashboard |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
id
String id
dashboardId
DashboardId dashboardId
serialVersionUID: 4862870053224734927L
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
id
DashboardId id
title
String title
layout
Layout layout
columns
List<E> columns
version
long version
|
Package com.atlassian.gadgets.dashboard.internal |
gadgetId
GadgetId gadgetId
|
Package com.atlassian.gadgets.directory.internal.impl |
|
Package com.atlassian.gadgets.publisher.internal |
|
Package com.atlassian.gadgets.renderer.internal.servlet |
|
Package com.atlassian.gadgets.samples |
applicationProperties
com.atlassian.sal.api.ApplicationProperties applicationProperties
gadget
String gadget
currentState
com.atlassian.gadgets.samples.RemovableGadgetSpecServlet.State currentState
|
Package com.atlassian.gadgets.spi |
serialVersionUID: 8476725773908350812L
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
id
ExternalGadgetSpecId id
specUri
URI specUri
serialVersionUID: 1L
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
id
String id
|
Package com.atlassian.gadgets.test |
|
Package com.atlassian.gadgets.util |
|
Package com.atlassian.gadgets.view |
gadget
GadgetState gadget
Copyright © 2009 Atlassian. All Rights Reserved.