Uses of Class
com.jalios.jcms.application.ApplicationManager.Origin
-
Packages that use ApplicationManager.Origin Package Description com.jalios.jcms.application -
-
Uses of ApplicationManager.Origin in com.jalios.jcms.application
Methods in com.jalios.jcms.application that return ApplicationManager.Origin Modifier and Type Method Description ApplicationManager.Origin
ApplicationManager.ApplicationLauncherOrigin. getOrigin()
static ApplicationManager.Origin
ApplicationManager.Origin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApplicationManager.Origin[]
ApplicationManager.Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jalios.jcms.application with parameters of type ApplicationManager.Origin Constructor Description ApplicationLauncherOrigin(ApplicationManager.Origin origin, ApplicationLauncher launcher)
ApplicationLauncherOrigin(ApplicationManager.Origin origin, ApplicationLauncher launcher, Group department)
-