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.Mode
ApplicationFetcher. mode
protected ApplicationFetcher.Mode
ApplicationQueryHandler. mode
Methods in com.jalios.jcms.application that return ApplicationFetcher.Mode Modifier and Type Method Description ApplicationFetcher.Mode
ApplicationQueryHandler. getAvailableMode()
ApplicationFetcher.Mode
ApplicationFetcher. getMode()
static ApplicationFetcher.Mode
ApplicationFetcher.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 ApplicationFetcher
ApplicationFetcher. mode(ApplicationFetcher.Mode mode)
-