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.feed |
feedUri
URI feedUri
feedUri
URI feedUri
feedUri
URI feedUri
|
Package com.atlassian.gadgets.view |
gadget
GadgetState gadget
Copyright © 2013 Atlassian. All Rights Reserved.