Uses of Enum Class
org.opencms.site.CmsSiteMatcher.RedirectMode
Packages that use CmsSiteMatcher.RedirectMode
Package
Description
Provides access to the multi-site configuration of OpenCms.
Contains classes of the site manager app.
-
Uses of CmsSiteMatcher.RedirectMode in org.opencms.site
Methods in org.opencms.site that return CmsSiteMatcher.RedirectModeModifier and TypeMethodDescriptionCmsSiteMatcher.getRedirectMode()Gets the redirect mode.static CmsSiteMatcher.RedirectModeConverts a redirect mode string from the configuration to the corresponding enum value.static CmsSiteMatcher.RedirectModeReturns the enum constant of this class with the specified name.static CmsSiteMatcher.RedirectMode[]CmsSiteMatcher.RedirectMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencms.site with parameters of type CmsSiteMatcher.RedirectModeModifier and TypeMethodDescriptionvoidCmsSiteMatcher.setRedirectMode(CmsSiteMatcher.RedirectMode redirect) Set redirect. -
Uses of CmsSiteMatcher.RedirectMode in org.opencms.ui.apps.sitemanager
Methods in org.opencms.ui.apps.sitemanager with parameters of type CmsSiteMatcher.RedirectModeModifier and TypeMethodDescriptionprotected com.vaadin.ui.FormLayoutCmsEditSiteForm.createAliasComponent(String alias, CmsSiteMatcher.RedirectMode redirectMode) Creates field for aliases.