Class DefaultGuiseApplication

  • All Implemented Interfaces:
    com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, com.globalmentor.net.Resource, io.csar.Concerned, GuiseApplication

    public class DefaultGuiseApplication
    extends AbstractGuiseApplication
    The default implementation of a Guise application.
    Author:
    Garret Wilson
    • 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.