Uses of Class
org.opencms.main.CmsServletContainerSettings.CmsServletContainerCfgMode
Packages that use CmsServletContainerSettings.CmsServletContainerCfgMode
-
Uses of CmsServletContainerSettings.CmsServletContainerCfgMode in org.opencms.main
Fields in org.opencms.main declared as CmsServletContainerSettings.CmsServletContainerCfgModeModifier and TypeFieldDescriptionCmsServletContainerSettings.CFG_MODE_AUTO
String remote command execution return type.CmsServletContainerSettings.CFG_MODE_MANUAL
Map remote command execution return type.CmsServletContainerSettings.CFG_MODE_NONE
List remote command execution return type.protected static final CmsServletContainerSettings.CmsServletContainerCfgMode
CmsServletContainerSettings.CmsServletContainerCfgMode.MODE_AUTO
Auto configuration mode.protected static final CmsServletContainerSettings.CmsServletContainerCfgMode
CmsServletContainerSettings.CmsServletContainerCfgMode.MODE_MANUAL
Manual configuration mode.protected static final CmsServletContainerSettings.CmsServletContainerCfgMode
CmsServletContainerSettings.CmsServletContainerCfgMode.MODE_NONE
No set configuration mode.Methods in org.opencms.main that return CmsServletContainerSettings.CmsServletContainerCfgModeModifier and TypeMethodDescriptionCmsServletContainerSettings.getMode()
Returns the mode.Returns the parsed mode object if the string representation matches, ornull
if not.