Class DefaultGuiseApplication

java.lang.Object
com.globalmentor.beans.BoundPropertyObject
io.guise.framework.AbstractGuiseApplication
io.guise.framework.DefaultGuiseApplication
All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, com.globalmentor.net.Resource, io.clogr.Clogged, io.csar.Concerned, GuiseApplication

public class DefaultGuiseApplication extends AbstractGuiseApplication
The default implementation of a Guise application.
Author:
Garret Wilson
  • Constructor Details

    • DefaultGuiseApplication

      public DefaultGuiseApplication()
      Default constructor with no identifier.
    • DefaultGuiseApplication

      public DefaultGuiseApplication(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.