com.guiseframework
Class DefaultGuiseApplication

java.lang.Object
  extended by com.globalmentor.beans.BoundPropertyObject
      extended by com.guiseframework.AbstractGuiseApplication
          extended by com.guiseframework.DefaultGuiseApplication
All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, com.globalmentor.config.ConfigurationManaged, com.globalmentor.net.Resource, GuiseApplication

public class DefaultGuiseApplication
extends AbstractGuiseApplication

The default implementation of a Guise application.

Author:
Garret Wilson

Field Summary
 
Fields inherited from class com.globalmentor.beans.BoundPropertyObject
NO_PROPERTY_CHANGE_LISTENERS, NO_VETOABLE_CHANGE_LISTENERS
 
Fields inherited from interface com.guiseframework.GuiseApplication
ENVIRONMENT_PROPERTY, GUISE_ASSETS_AUDIO_PATH, GUISE_ASSETS_BASE_PATH, GUISE_ASSETS_CABS_PATH, GUISE_ASSETS_DOCUMENTS_PATH, GUISE_ASSETS_DTD_PATH, GUISE_ASSETS_FLASH_PATH, GUISE_ASSETS_JAVASCRIPT_PATH, GUISE_ASSETS_TEMP_BASE_PATH, GUISE_ASSETS_THEMES_PATH, GUISE_BASIC_THEME_BASE_PATH, GUISE_BASIC_THEME_PATH, GUISE_RESERVED_BASE_PATH, GUISE_ROOT_THEME_BASE_PATH, GUISE_ROOT_THEME_CURSORS_PATH, GUISE_ROOT_THEME_PATH, LOCALES_PROPERTY, RESOURCE_BUNDLE_BASE_NAME_PROPERTY, STYLE_URI_PROPERTY, THEME_URI_PROPERTY, THEMED_PROPERTY
 
Fields inherited from interface com.globalmentor.net.Resource
URI_PROPERTY_NAME
 
Constructor Summary
DefaultGuiseApplication()
          Default constructor with no identifier.
DefaultGuiseApplication(java.net.URI uri)
          URI constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.AbstractGuiseApplication
addDestination, addDestination, checkInstalled, checkNotInstalled, createApplicationFrame, createSession, createTempAsset, getAssetURL, getBasePath, getBaseURI, getConfiguration, getContainer, getDCSID, getDepictionURI, getDepictionURI, getDestination, getDestinations, getEnvironment, getHomeDirectory, getInputStream, getInputStream, getLocaleResourcePath, getLocales, getLogDirectory, getLogWriter, getMailProperties, getMailSendQueue, getMailSession, getNavigationPath, getOutputStream, getOutputStream, getPassword, getPrincipal, getRealm, getResourceBundleBaseName, getResourceInputStream, getResourcesIO, getSession, getStyleURI, getSupportedLocales, getTempDirectory, getThemeIO, getThemeURI, getURI, hasAsset, hasDestination, hasResource, install, isAuthorized, isInstalled, isThemed, loadProperties, loadResourceBundle, loadResourceBundle, loadResourceBundle, loadTheme, registerSession, relativizePath, relativizeURI, removeConfiguration, resolvePath, resolveURI, setBaseURI, setConfiguration, setConfiguration, setConfigurations, setDCSID, setDestinations, setEnvironment, setLocales, setLogLevel, setMailProperties, setResourceBundleBaseName, setStyleURI, setThemed, setThemeURI, uninstall, unregisterSession
 
Methods inherited from class com.globalmentor.beans.BoundPropertyObject
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, createPostponedPropertyChangeEvent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getForwardPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, getPropertyChangeSupport, getRepeatPropertyChangeListener, getRepeatVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, getVetoableChangeSupport, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.globalmentor.beans.PropertyBindable
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

DefaultGuiseApplication

public DefaultGuiseApplication()
Default constructor with no identifier.


DefaultGuiseApplication

public DefaultGuiseApplication(java.net.URI uri)
URI constructor. The URI identifier may or may not be the URI at which the application can be accessed.

Parameters:
uri - The URI for the application, or null if there is no identifier.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.