Package io.guise.framework
Interface GuiseSession
- All Superinterfaces:
com.globalmentor.text.CollatorFactory
,io.csar.Concerned
,com.globalmentor.beans.PropertyBindable
- All Known Implementing Classes:
AbstractGuiseSession
,DefaultGuiseSession
public interface GuiseSession
extends com.globalmentor.beans.PropertyBindable, com.globalmentor.text.CollatorFactory, io.csar.Concerned
Represents a session with a user. A Swing-based client application may have only one session, while a web server application will likely have multiple
sessions.
- Author:
- Garret Wilson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The input strategy bound property.static final String
The locale bound property.static final String
The orientation bound property.static final String
The principal (e.g.static final String
The theme URI bound property.static final String
The time zone bound property. -
Method Summary
Modifier and TypeMethodDescriptionvoid
beginModalNavigation
(ModalNavigationPanel<?> modalNavigationPanel, ModalNavigation modalNavigation) Begins modal interaction for a particular modal panel.void
Removes any requests for navigation.Creates a component to indicate Guise busy status.com.globalmentor.net.URIPath
createTempPublicResource
(String baseName, String extension) Creates a temporary resource available at a public application navigation path but with access restricted to this session.dereferenceString
(String string) Dereferences a string by replacing any string references with a string from the resources.dereferenceURI
(URI uri, String... suffixes) Dereferences a URI by looking up any references from the resources if necessary.void
destroy()
Called when the session is destroyed.boolean
endModalNavigation
(ModalNavigationPanel<?> modalNavigationPanel) Ends modal interaction for a particular modal panel.void
fireNavigated
(URI referrerURI) Fires aNavigationEvent
to allNavigationListener
s in the session application frame hierarchy.Reports the current bookmark relative to the current navigation path.getBooleanResource
(String resourceKey) Retrieves aBoolean
resource from the resource bundle.getBooleanResource
(String resourceKey, Boolean defaultValue) Retrieves aBoolean
resource from the resource bundle, using a specified default if no such resource is available.getBreadcrumb
(com.globalmentor.net.URIPath navigationPath) Retrieves a breadcrumb for a particular navigation path.getBreadcrumbs
(com.globalmentor.net.URIPath navigationPath) Retrieves breadcrumbs for all the segments of a particular navigation path.getColorResource
(String resourceKey) Retrieves aColor
resource from the resource bundle.getColorResource
(String resourceKey, Color defaultValue) Retrieves aColor
resource from the resource bundle, using a specified default if no such resource is available.Reports the current depiction root URI of the session.getDepictionURI
(com.globalmentor.net.URIPath navigationPath, String... suffixes) Determines the URI to use for depiction based upon a navigation path.getDepictionURI
(URI navigationURI, String... suffixes) Determines the URI to use for depiction based upon a navigation URI.getDestinationComponent
(ComponentDestination destination) Retrieves the component bound to the given destination.getIntegerResource
(String resourceKey) Retrieves anInteger
resource from the resource bundle.getIntegerResource
(String resourceKey, Integer defaultValue) Retrieves anInteger
resource from the resource bundle, using a specified default if no such resource is available.getNavigationComponent
(com.globalmentor.net.URIPath path) Retrieves the component bound to the given application context-relative path.Optional<io.urf.model.UrfResourceDescription>
Returns a description of the resource for the current navigation path and bookmark.Optional<io.urf.model.UrfResourceDescription>
getNavigationDescription
(com.globalmentor.net.URIPath navigationPath, Bookmark bookmark) Returns a description of the resource for the given navigation path and bookmark.com.globalmentor.net.URIPath
Reports the navigation path relative to the application context path.<T> T
getResource
(String resourceKey) Retrieves an object resource from the resource bundle.<T> T
getResource
(String resourceKey, T defaultValue) Retrieves an object resource from the resource bundle, using a specified default if no such resource is available.Retrieves a resource bundle to be used by this session.Determines the name of the site at the current navigation path.getStringResource
(String resourceKey) Retrieves a string resource from the resource bundle.getStringResource
(String resourceKey, String defaultValue) Retrieves a string resource from the resource bundle, using a specified default if no such resource is available.getTheme()
Returns the current session theme.getURIResource
(String resourceKey) Retrieves aURI
resource from the resource bundle.getURIResource
(String resourceKey, URI defaultValue) Retrieves aURI
resource from the resource bundle, using a specified default if no such resource is available.getUUID()
void
Called when the session is initialized.void
initializeComponent
(Component component) Initializes a component, optionally with a description in a TURF resource file.void
initializeComponent
(Component component, InputStream descriptionInputStream) Initializes a component from the contents of an URF description input stream.void
initializeComponentFromResource
(Component component, String resourceKey) Initializes a component with a description in a TURF resource file.boolean
Processes input such as a keystroke, a mouse click, or a command.boolean
void
log
(InformationLevel level, String subject, String predicate, String object, Map<?, ?> parameters, CharSequence comment) Logs the given session-related information.void
Logs the given session-related information with a default log level ofInformationLevel.LOG
.void
navigate
(com.globalmentor.net.URIPath path) Requests navigation to the specified path.void
Requests navigation to the specified path and bookmark.void
Requests navigation to the specified path and bookmark in an identified viewport.void
Requests navigation to the specified path in an identified viewport.void
Requests navigation to the specified URI.void
Requests navigation to the specified URI in an identified viewport.void
navigateModal
(com.globalmentor.net.URIPath path, Bookmark bookmark, ModalNavigationListener modalListener) Requests modal navigation to the specified path and bookmark.void
navigateModal
(com.globalmentor.net.URIPath path, ModalNavigationListener modalListener) Requests modal navigation to the specified path.void
navigateModal
(URI uri, ModalNavigationListener modalListener) Requests modal navigation to the specified URI.void
notify
(Notification... notifications) Notifies the user of one or more notifications to be presented in sequence.void
notify
(Runnable afterNotify, Notification... notifications) Notifies the user of one or more notifications to be presented in sequence, with optional logic to be executed after all notifications have taken place.void
Notifies the user of the given error in sequence, with optional logic to be executed after notification takes place.void
Notifies the user of the given errors in sequence.releaseDestinationComponent
(ComponentDestination destination) Releases the component bound to the given destination.requestLocale
(List<Locale> requestedLocales) Requests that the locale be changed to one of the given locales.resolveURI
(URI uri, String... suffixes) Resolves a URI against the application base path, looking up the URI from the resources if necessary.void
setBookmark
(Bookmark bookmark) Changes the bookmark of the current navigation path.void
setDepictionRootURI
(URI depictionRootURI) Sets the depiction root URI of the session.void
setInputStrategy
(InputStrategy newInputStrategy) Sets the strategy for processing input.void
Sets the current session locale.void
setLogWriter
(Writer logWriter) Sets the log writer.void
setNavigation
(com.globalmentor.net.URIPath navigationPath, Bookmark bookmark, URI referrerURI) Sets the new navigation path and bookmark, firing a navigation event if appropriate.void
setNavigationPath
(com.globalmentor.net.URIPath navigationPath) Changes the navigation path of the session.void
setOrientation
(Orientation newOrientation) Sets the default orientation.void
setPrincipal
(Principal newPrincipal) Sets the current principal (e.g.void
setThemeURI
(URI newThemeURI) Sets the URI of the session theme.void
setTimeZone
(TimeZone newTimeZone) Sets the current session time zone.Methods inherited from interface io.csar.Concerned
findConcern
Methods inherited from interface com.globalmentor.beans.PropertyBindable
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Field Details
-
INPUT_STRATEGY_PROPERTY
The input strategy bound property. -
LOCALE_PROPERTY
The locale bound property. -
ORIENTATION_PROPERTY
The orientation bound property. -
PRINCIPAL_PROPERTY
The principal (e.g. user) bound property. -
THEME_URI_PROPERTY
The theme URI bound property. -
TIME_ZONE_PROPERTY
The time zone bound property.
-
-
Method Details
-
getUUID
UUID getUUID()- Returns:
- The unique identifier of this session.
-
getApplication
GuiseApplication getApplication()- Returns:
- The Guise application to which this session belongs.
-
getLogWriter
Writer getLogWriter()- Returns:
- The writer for writing to the log file, which may not be thread-safe.
-
setLogWriter
Sets the log writer.- Parameters:
logWriter
- The writer for writing to the log file, which may not be thread-safe.- Throws:
NullPointerException
- if the given log writer isnull
.
-
getDepictionRootURI
URI getDepictionRootURI()Reports the current depiction root URI of the session. The depiction root URI is an absolute plain root URI. The session depiction root URI may be different for different sessions, and may not be equal to the application navigation base path resolved to the container's base URI.- Returns:
- The depiction root URI currently representing the Guise session.
-
setDepictionRootURI
Sets the depiction root URI of the session. The depiction root URI is an absolute plain root URI.- Parameters:
depictionRootURI
- The new depiction root URI of the session.- Throws:
NullPointerException
- if the given depiction root URI isnull
.IllegalArgumentException
- if the provided URI specifies a query and/or fragment.IllegalArgumentException
- if the provided URI is not absolute.IllegalArgumentException
- if the provided URI is not a root URI.
-
getDepictionURI
Determines the URI to use for depiction based upon a navigation path. The path will first be dereferenced for the current session and then resolved to the application base path. The resulting URI may not be absolute, but can be made absolute by resolving it against the depiction root URI.- Parameters:
navigationPath
- The navigation path, which may be absolute or relative to the application.suffixes
- The suffixes, if any, to append to a resource key in a URI reference.- Returns:
- A URI suitable for depiction, deferenced and resolved to the application base path.
- See Also:
-
getDepictionURI
Determines the URI to use for depiction based upon a navigation URI. The URI will first be dereferenced for the current session and then resolved to the application base path. The resulting URI may not be absolute, but can be made absolute by resolving it against the depiction root URI.- Parameters:
navigationURI
- The navigation URI, which may be absolute or have an absolute path or a path relative to the application.suffixes
- The suffixes, if any, to append to a resource key in a URI reference.- Returns:
- A URI suitable for depiction, dereferenced and resolved to the application base path.
- See Also:
-
getApplicationFrame
ApplicationFrame getApplicationFrame()- Returns:
- The application frame.
-
getPlatform
Platform getPlatform()- Returns:
- The platform on which Guise objects are depicted.
-
getInputStrategy
InputStrategy getInputStrategy()- Returns:
- The strategy for processing input.
-
setInputStrategy
Sets the strategy for processing input. A default input strategy is installed that, if replaced, should be set as the parent of the new input strategy. To handle new types of input, a new input strategy should create the appropriateInputEvent
and dispatch it via the application frame; if the event is not consumed, it should be passed to the parent input strategy. This is a bound property.- Parameters:
newInputStrategy
- The new strategy for processing input.- Throws:
NullPointerException
- if the given input strategy isnull
.- See Also:
-
getTimeZone
TimeZone getTimeZone()- Returns:
- The current session time zone.
-
setTimeZone
Sets the current session time zone. This is a bound property.- Parameters:
newTimeZone
- The new session time zone.- Throws:
NullPointerException
- if the given time zone isnull
.- See Also:
-
getLocale
Locale getLocale()- Returns:
- The current session locale.
-
setLocale
Sets the current session locale. The default orientation will be updated if needed to reflect the new locale. This is a bound property.- Parameters:
newLocale
- The new session locale.- Throws:
NullPointerException
- if the given locale isnull
.- See Also:
-
requestLocale
Requests that the locale be changed to one of the given locales. Each of the locales in the list are examined in order, and the first one supported by the application is used. A requested locale is accepted if a more general locale is supported. (i.e.en-US
is accepted ifen
is supported.)- Parameters:
requestedLocales
- The locales requested, in order of preference.- Returns:
- The accepted locale (which may be a variation of this locale), or
null
if none of the given locales are supported by the application. - See Also:
-
getOrientation
Orientation getOrientation()- Returns:
- The default internationalization orientation of components for this session.
-
setOrientation
Sets the default orientation. This is a bound property- Parameters:
newOrientation
- The new default internationalization orientation of components for this session.- Throws:
NullPointerException
- if the given orientation isnull
.- See Also:
-
initializeComponent
Initializes a component, optionally with a description in a TURF resource file. This method first tries to load a PLOOP URF description of the component in a TURF file with the same name as the class file in the same directory, with an.turf
extension. That is, for the classMyComponent.class
this method first tries to loadMyComponent.turf
from the same directory. If this is successful, the component is initialized from this URF description. This implementation callsinitializeComponent(Component, InputStream)
. The component'sComponent.initialize()
is called whether there is an URF description.- Parameters:
component
- The component to initialize.- Throws:
MissingResourceException
- if no resource could be found associated with the given key.IllegalArgumentException
- if the URF description does not provide a resource description of the same type as the specified component.IllegalStateException
- if the given component has already been initialized, or there was some other problem initializing the component.- See Also:
-
initializeComponentFromResource
void initializeComponentFromResource(Component component, String resourceKey) throws com.globalmentor.util.DataException, InvocationTargetException Initializes a component with a description in a TURF resource file. This method callsComponent.initialize()
after initializing the component from the description. This implementation callsinitializeComponent(Component, InputStream)
.- Parameters:
component
- The component to initialize.resourceKey
- The key to a TURF description resource file.- Throws:
MissingResourceException
- if no resource could be found associated with the given key.IllegalArgumentException
- if the URF description does not provide a resource description of the same type as the specified component.IllegalStateException
- if the given component has already been initialized.com.globalmentor.util.DataException
- if the data was incorrect for component initialization.InvocationTargetException
- if a given resource indicates a Java class the constructor of which throws an exception.- See Also:
-
initializeComponent
void initializeComponent(Component component, InputStream descriptionInputStream) throws IOException, com.globalmentor.util.DataException, InvocationTargetException Initializes a component from the contents of an URF description input stream. This method callsComponent.initialize()
after initializing the component from the description.- Parameters:
component
- The component to initialize.descriptionInputStream
- The input stream containing an URF description.- Throws:
IllegalArgumentException
- if the URF description does not provide a resource description of the same type as the specified component.IllegalStateException
- if the given component has already been initialized.IOException
- if there is an error reading from the input stream.com.globalmentor.util.DataException
- if the data was incorrect for component initialization.InvocationTargetException
- if a given resource indicates a Java class the constructor of which throws an exception.- See Also:
-
getResourceBundle
Retrieves a resource bundle to be used by this session. One of thegetXXXResource()
should be used in preference to using this method directly. If this session does not yet have a resource bundle, one will be created based upon the current theme and locale. The returned resource bundle should only be used temporarily and should not be saved, as the resource bundle may change if the session locale or the application resource bundle base name changes. The resource bundle retrieved will allow hierarchical resolution in the following priority:- Any resource defined by the application.
- Any resource defined by the theme.
- Any resource defined by default by Guise.
- Returns:
- The resource bundle containing the resources for this session, based upon the locale.
- Throws:
MissingResourceException
- if no resource bundle for the application's specified base name can be found or there was an error loading a resource bundle.- See Also:
-
GuiseApplication.loadResourceBundle(Theme, Locale)
getTheme()
getLocale()
getStringResource(String)
getStringResource(String, String)
getBooleanResource(String)
getBooleanResource(String, Boolean)
getIntegerResource(String)
getIntegerResource(String, Integer)
getURIResource(String)
getURIResource(String, URI)
-
getResource
Retrieves an object resource from the resource bundle. Every resource access method should eventually call this method. This is a preferred convenience method for accessing the resources in the session's resource bundle. This method involves an implicit cast that will throw a class cast exception after the method ends if the resource is not of the expected type.- Type Parameters:
T
- The type of the resource.- Parameters:
resourceKey
- The key of the resource to retrieve.- Returns:
- The resource associated with the specified resource key.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- if no resource could be found associated with the given key.- See Also:
-
getResource
Retrieves an object resource from the resource bundle, using a specified default if no such resource is available. This is a preferred convenience method for accessing the resources in the session's resource bundle. This method involves an implicit cast that will throw a class cast exception after the method ends if the resource is not of the expected type.- Type Parameters:
T
- The type of the resource.- Parameters:
resourceKey
- The key of the resource to retrieve.defaultValue
- The default value to use if there is no resource associated with the given key.- Returns:
- The resource associated with the specified resource key or the default if none is available.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- See Also:
-
getStringResource
Retrieves a string resource from the resource bundle. If the resource cannot be found in the resource bundle, it will be loaded from the application's resources, if possible, treating the resource key as a locale-sensitive resource path in the application resource area. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve, or a relative path to the resource in the application's resource area.- Returns:
- The resource associated with the specified resource key.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- if no resource could be found associated with the given key.ClassCastException
- if the resource associated with the given key is not an instance ofString
.- See Also:
-
getStringResource
Retrieves a string resource from the resource bundle, using a specified default if no such resource is available. If the resource cannot be found in the resource bundle, it will be loaded from the application's resources, if possible, treating the resource key as a locale-sensitive resource path in the application resource area. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve, or a relative path to the resource in the application's resource area.defaultValue
- The default value to use if there is no resource associated with the given key.- Returns:
- The resource associated with the specified resource key or the default if none is available.
- Throws:
NullPointerException
- if the provided resource key isnull
.ClassCastException
- if the resource associated with the given key is not an instance ofString
.MissingResourceException
- See Also:
-
getBooleanResource
Retrieves aBoolean
resource from the resource bundle. If the given resource is a string, it will be interpreted according to theBoolean.valueOf(java.lang.String)
rules. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.- Returns:
- The resource associated with the specified resource key.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- if no resource could be found associated with the given key.ClassCastException
- if the resource associated with the given key is not an instance ofString
orBoolean
object.- See Also:
-
getBooleanResource
Boolean getBooleanResource(String resourceKey, Boolean defaultValue) throws MissingResourceException Retrieves aBoolean
resource from the resource bundle, using a specified default if no such resource is available. If the given resource is a string, it will be interpreted according to theBoolean.valueOf(java.lang.String)
rules. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.defaultValue
- The default value to use if there is no resource associated with the given key.- Returns:
- The resource associated with the specified resource key or the default if none is available.
- Throws:
NullPointerException
- if the provided resource key isnull
.ClassCastException
- if the resource associated with the given key is not an instance ofString
orBoolean
object.MissingResourceException
- See Also:
-
getColorResource
Retrieves aColor
resource from the resource bundle. If the given resource is a string, it will be resolved and converted to a color usingAbstractModeledColor.valueOf(CharSequence)
. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.- Returns:
- The resource associated with the specified resource key.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- if no resource could be found associated with the given key.ClassCastException
- if the resource associated with the given key is not an instance ofString
orColor
.IllegalArgumentException
- if a string is provided that is not a valid color.- See Also:
-
getColorResource
Retrieves aColor
resource from the resource bundle, using a specified default if no such resource is available. If the given resource is a string, it will be resolved and converted to a color usingAbstractModeledColor.valueOf(CharSequence)
. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.defaultValue
- The default value to use if there is no resource associated with the given key.- Returns:
- The resource associated with the specified resource key or the default if none is available.
- Throws:
NullPointerException
- if the provided resource key isnull
.ClassCastException
- if the resource associated with the given key is not an instance ofString
orColor
.MissingResourceException
- See Also:
-
getIntegerResource
Retrieves anInteger
resource from the resource bundle. If the given resource is a string, it will be interpreted according to theInteger.valueOf(java.lang.String)
rules. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.- Returns:
- The resource associated with the specified resource key.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- if no resource could be found associated with the given key.ClassCastException
- if the resource associated with the given key is not an instance ofString
orInteger
.NumberFormatException
- if the resource key identifies a string that is not a valid integer.- See Also:
-
getIntegerResource
Integer getIntegerResource(String resourceKey, Integer defaultValue) throws MissingResourceException Retrieves anInteger
resource from the resource bundle, using a specified default if no such resource is available. If the given resource is a string, it will be interpreted according to theInteger.valueOf(java.lang.String)
rules. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.defaultValue
- The default value to use if there is no resource associated with the given key.- Returns:
- The resource associated with the specified resource key or the default if none is available.
- Throws:
NullPointerException
- if the provided resource key isnull
.ClassCastException
- if the resource associated with the given key is not an instance ofString
orInteger
.MissingResourceException
- See Also:
-
getURIResource
Retrieves aURI
resource from the resource bundle. If the given resource is a string, it will be converted to a URI. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.- Returns:
- The resource associated with the specified resource key.
- Throws:
NullPointerException
- if the provided resource key isnull
.MissingResourceException
- if no resource could be found associated with the given key.ClassCastException
- if the resource associated with the given key is not an instance ofString
orURI
object.IllegalArgumentException
- if a string is provided that is not a valid URI.- See Also:
-
getURIResource
Retrieves aURI
resource from the resource bundle, using a specified default if no such resource is available. If the given resource is a string, it will be converted to a URI. This is a preferred convenience method for accessing the resources in the session's resource bundle.- Parameters:
resourceKey
- The key of the resource to retrieve.defaultValue
- The default value to use if there is no resource associated with the given key.- Returns:
- The resource associated with the specified resource key or the default if none is available.
- Throws:
NullPointerException
- if the provided resource key isnull
.ClassCastException
- if the resource associated with the given key is not an instance ofString
orURI
object.MissingResourceException
- See Also:
-
getCollatorInstance
Collator getCollatorInstance()- Specified by:
getCollatorInstance
in interfacecom.globalmentor.text.CollatorFactory
-
getPrincipal
Principal getPrincipal()- Returns:
- The current principal (e.g. logged-in user), or
null
if there is no principal authenticated for this session.
-
setPrincipal
Sets the current principal (e.g. logged-in user). This is a bound property.- Parameters:
newPrincipal
- The new principal, ornull
if there should be no associated principal (e.g. the user should be logged off).- See Also:
-
getTheme
Returns the current session theme. If this session's theme has not yet been loaded, this method loads the theme.- Returns:
- The current session theme.
- Throws:
IOException
- if there is an error loading the theme.- See Also:
-
getThemeURI
URI getThemeURI()- Returns:
- The URI of the session theme, to be resolved against the application base path.
-
setThemeURI
Sets the URI of the session theme. The current theme, if any, will be released and loaded the next timegetTheme()
is called. This is a bound property.- Parameters:
newThemeURI
- The URI of the new session theme.- Throws:
NullPointerException
- if the given theme URI isnull
.- See Also:
-
getAboutApplicationActionPrototype
ActionPrototype getAboutApplicationActionPrototype()- Returns:
- The action prototype for presenting application information.
-
getDestinationComponent
Retrieves the component bound to the given destination. If a component has already been created and cached, it will be be returned; otherwise, one will be created and cached.- Parameters:
destination
- The destination for which a component should be returned.- Returns:
- The component bound to the given destination.
- Throws:
NullPointerException
- if the destination isnull
.IllegalStateException
- if the component class bound to the destination does not provide appropriate constructors, is an interface, is abstract, or throws an exception during instantiation.
-
releaseDestinationComponent
Releases the component bound to the given destination.- Parameters:
destination
- The destination for which any bound component should be released.- Returns:
- The component previously bound to the given destination, or
null
if no component was bound to the given destination. - Throws:
NullPointerException
- if the destination isnull
.
-
getBookmark
Bookmark getBookmark()Reports the current bookmark relative to the current navigation path.- Returns:
- The bookmark relative to the current navigation path, or
null
if there is no bookmark specified.
-
setBookmark
Changes the bookmark of the current navigation path. This method does not necessarily cause navigation to occur, but instead "publishes" the bookmark to indicate that it is representative of the current state of the current navigation.- Parameters:
bookmark
- The bookmark relative to the current navigation path, ornull
if there should be no bookmark.
-
getSiteName
String getSiteName()Determines the name of the site at the current navigation path.- Returns:
- The name of the site, or
null
if the site has no name.
-
getBreadcrumb
Retrieves a breadcrumb for a particular navigation path.- Parameters:
navigationPath
- The navigation path which a breadcrumb should be returned.- Returns:
- A breadcrumb for the given navigation URI.
- Throws:
NullPointerException
- if the given navigation path isnull
.
-
getBreadcrumbs
Retrieves breadcrumbs for all the segments of a particular navigation path. This method delegates togetBreadcrumb(URIPath)
to create each segment breadcrumb.- Parameters:
navigationPath
- The navigation path which breadcrumbs should be returned.- Returns:
- A list of breadcrumbs for the given navigation URI.
- Throws:
NullPointerException
- if the given navigation path isnull
.
-
initialize
void initialize()Called when the session is initialized.- Throws:
IllegalStateException
- if the session is already initialized.- See Also:
-
destroy
void destroy()Called when the session is destroyed.- Throws:
IllegalStateException
- if the session has not yet been initialized or has already been destroyed.- See Also:
-
createTempPublicResource
com.globalmentor.net.URIPath createTempPublicResource(String baseName, String extension) throws IOException Creates a temporary resource available at a public application navigation path but with access restricted to this session. The file will be created in the application's temporary file directory. If the resource is restricted to the current Guise session, the resource will be deleted when the current Guise session ends. This is a convenience method that delegates toGuiseApplication.createTempAsset(String, String, GuiseSession)
.- Parameters:
baseName
- The base filename to be used in generating the filename.extension
- The extension to use for the temporary file.- Returns:
- A public application navigation path that can be used to access the resource only from this session.
- Throws:
NullPointerException
- if the given base name and/or extension isnull
.IllegalArgumentException
- if the base name is the empty string.IOException
- if there is a problem creating the public resource.- See Also:
-
createBusyComponent
Component createBusyComponent()Creates a component to indicate Guise busy status.- Returns:
- A component to indicate Guise busy status.
- See Also:
-
input
Processes input such as a keystroke, a mouse click, or a command. A newInputEvent
will be created and dispatched via the application frame. If an input event is still not consumed after dispatching, its input is processed by the installed input strategy, if any.- Parameters:
input
- The input to process.- Returns:
true
if the input was consumed and should not be processed further.- Throws:
NullPointerException
- if the given input isnull
.IllegalArgumentException
- if input was given that this session does not know how to process.- See Also:
-
log
void log(String subject, String predicate, String object, Map<?, ?> parameters, CharSequence comment) Logs the given session-related information with a default log level ofInformationLevel.LOG
. This is a convenience method that delegates tolog(InformationLevel, String, String, String, Map, CharSequence)
.- Parameters:
subject
- The log subject identification, ornull
if there is no related subject.predicate
- The log predicate identification, ornull
if there is no related predicate.object
- The log object identification, ornull
if there is no related object.parameters
- The map of log parameters, ornull
if there are no parameters.comment
- The log comment, ornull
if there is no log comment.- Throws:
NullPointerException
- if the given log level isnull
.
-
log
void log(InformationLevel level, String subject, String predicate, String object, Map<?, ?> parameters, CharSequence comment) Logs the given session-related information.- Parameters:
level
- The log information level.subject
- The log subject identification, ornull
if there is no related subject.predicate
- The log predicate identification, ornull
if there is no related predicate.object
- The log object identification, ornull
if there is no related object.parameters
- The map of log parameters, ornull
if there are no parameters.comment
- The log comment, ornull
if there is no log comment.- Throws:
NullPointerException
- if the given log level isnull
.
-
notify
Notifies the user of one or more notifications to be presented in sequence. The notification's label and/or icon, if specified, will be used as the dialog title and icon, respectively; if either is not specified, a label and/or icon based upon the notification's severity will be used. If the selected option to any notification is fatal, the remaining notifications will not be performed. The absence of an option selection is considered fatal only if a fatal option was presented for a given notification. This is a convenience method that delegates tonotify(Runnable, Notification...)
.- Parameters:
notifications
- One or more notification informations to relay.- Throws:
NullPointerException
- if the given notifications isnull
.IllegalArgumentException
- if no notifications are given.
-
notify
Notifies the user of one or more notifications to be presented in sequence, with optional logic to be executed after all notifications have taken place. The notification's label and/or icon, if specified, will be used as the dialog title and icon, respectively; if either is not specified, a label and/or icon based upon the notification's severity will be used. If the selected option to any notification is fatal, the remaining notifications and the specified logic, if any, will not be performed. The absence of an option selection is considered fatal only if a fatal option was presented for a given notification.- Parameters:
notifications
- One or more notification informations to relay.afterNotify
- The code that executes after notification has taken place, ornull
if no action should be taken after notification.- Throws:
NullPointerException
- if the given notifications isnull
.IllegalArgumentException
- if no notifications are given.
-
notify
Notifies the user of the given errors in sequence. If the selected option to any notification is fatal, the remaining notifications will not be performed. The absence of an option selection is considered fatal only if a fatal option was presented for a given notification. This is a convenience method that delegates tonotify(Runnable, Throwable...)
.- Parameters:
errors
- The errors with which to notify the user.- Throws:
NullPointerException
- if the given errors isnull
.IllegalArgumentException
- if no errors are given.
-
notify
Notifies the user of the given error in sequence, with optional logic to be executed after notification takes place. If the selected option to any notification is fatal, the remaining notifications and the specified logic, if any, will not be performed. The absence of an option selection is considered fatal only if a fatal option was presented for a given notification. This is a convenience method that delegates tonotify(Runnable, Notification...)
.- Parameters:
afterNotify
- The code that executes after notification has taken place, ornull
if no action should be taken after notification.errors
- The errors with which to notify the user.- Throws:
NullPointerException
- if the given errors isnull
.IllegalArgumentException
- if no errors are given.
-
dereferenceString
Dereferences a string by replacing any string references with a string from the resources. A string reference begins with the Start of String (SOS
) control character (U+0098) and ends with a String Terminator (ST
) control character (U+009C). The string between these delimiters will be used to look up a string resource usinggetStringResource(String)
. Strings retrieved from resources will be recursively dereferenced.String references appearing between an
SOS
/ST
pair that that begin with the character '=' will be considered string values and, after they are recursively dereferenced, will be applied as formatting arguments to the remaining dereferenced text usingMessageFormat.format(String, Object...)
.- Parameters:
string
- The string to be dereferenced.- Returns:
- The dereferenced string with any string references replaced with the appropriate string from the resources.
- Throws:
NullPointerException
- if the given string isnull
.IllegalArgumentException
- if a string reference has no ending String Terminator control character (U+009C).MissingResourceException
- if no resource could be found associated with a string reference.ClassCastException
- if the resource associated with a string reference is not an instance ofString
.- See Also:
-
dereferenceURI
Dereferences a URI by looking up any references from the resources if necessary. If the URI has the "resource" scheme, its scheme-specific part will be used to look up the actual URI usinggetURIResource(String)
. If suffixes are given, they will be appended to the resource key in order, separated by '.'. If no resource is associated with that resource key, a resource will be retrieved using the unadorned resource key. URIs retrieved from resources will be recursively dereferenced without suffixes.- Parameters:
uri
- The URI to be dereferenced.suffixes
- The suffixes, if any, to append to a resource key in a URI reference.- Returns:
- The URI dereferenced from the resources.
- Throws:
NullPointerException
- if the given URI isnull
.MissingResourceException
- if no resource could be found associated with a string reference.- See Also:
-
resolveURI
Resolves a URI against the application base path, looking up the URI from the resources if necessary. The URI will be dereferenced before it is resolved. Relative paths will be resolved relative to the application base path. Absolute paths will be considered already resolved, as will absolute URIs. For an application base path "/path/to/application/", resolving "relative/path" will yield "/path/to/application/relative/path", while resolving "/absolute/path" will yield "/absolute/path". Resolving "http://example.com/path" will yield "http://example.com/path".- Parameters:
uri
- The URI to be resolved.suffixes
- The suffixes, if any, to append to a resource key in a URI reference.- Returns:
- The uri resolved against resources the application base path.
- Throws:
NullPointerException
- if the given URI isnull
.MissingResourceException
- if no resource could be found associated with a string reference.- See Also:
-