Uses of Class
com.jalios.jcms.application.ApplicationFetcher.Mode
-
Packages that use ApplicationFetcher.Mode Package Description com.jalios.jcms.application -
-
Uses of ApplicationFetcher.Mode in com.jalios.jcms.application
Fields in com.jalios.jcms.application declared as ApplicationFetcher.Mode Modifier and Type Field Description protected ApplicationFetcher.ModeApplicationFetcher. modeprotected ApplicationFetcher.ModeApplicationQueryHandler. modeMethods in com.jalios.jcms.application that return ApplicationFetcher.Mode Modifier and Type Method Description ApplicationFetcher.ModeApplicationQueryHandler. getAvailableMode()ApplicationFetcher.ModeApplicationFetcher. getMode()static ApplicationFetcher.ModeApplicationFetcher.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApplicationFetcher.Mode[]ApplicationFetcher.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.application with parameters of type ApplicationFetcher.Mode Modifier and Type Method Description ApplicationFetcherApplicationFetcher. mode(ApplicationFetcher.Mode mode)
-