Serialized Form


Package net.artima.place

Class net.artima.place.LinkActivationException implements Serializable

Class net.artima.place.NoURLAvailableException implements Serializable

Class net.artima.place.PropertyFileResourceInfo implements Serializable

Serialized Fields

baseName

java.lang.String baseName
The base name of the properties files containing information returned by the methods of this class. The actual file names are formed by concatenating the base name + [_] + [_] + [_], as described in the ResourceBundle javadoc documentation.

defaultBundle

java.util.ResourceBundle defaultBundle
The ResourceBundle for the default locale.

defaultLocale

java.util.Locale defaultLocale
The most recently seen default locale.

loader

java.lang.ClassLoader loader
The class loader that is able to load the properties files containing information returned by the methods of this class.

supportedLocales

java.util.Locale[] supportedLocales
Supported locales.

Class net.artima.place.URLLink implements Serializable

Serialized Fields

context

ResourceLauncher context

info

ResourceInfo info

url

java.lang.String url