Klasse HostingerApplication

java.lang.Object
de.bytestore.hostinger.HostingerApplication
Alle implementierten Schnittstellen:
com.vaadin.flow.component.page.AppShellConfigurator, Serializable

@Theme("hostinger") @SpringBootApplication public class HostingerApplication extends Object implements com.vaadin.flow.component.page.AppShellConfigurator
Siehe auch:
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected final io.jmix.core.DataManager
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    HostingerApplication(io.jmix.core.DataManager dataManager)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static void
    main(String[] args)
     
    void
    printApplicationUrl(org.springframework.boot.context.event.ApplicationStartedEvent event)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.page.AppShellConfigurator

    configurePage
  • Felddetails

    • dataManager

      protected final io.jmix.core.DataManager dataManager
  • Konstruktordetails

    • HostingerApplication

      public HostingerApplication(io.jmix.core.DataManager dataManager)
  • Methodendetails

    • main

      public static void main(String[] args)
    • printApplicationUrl

      @EventListener public void printApplicationUrl(org.springframework.boot.context.event.ApplicationStartedEvent event)