Uses of Enum
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.RedirectMode
Converts a redirect mode string from the configuration to the corresponding enum value.static CmsSiteMatcher.RedirectMode
Returns the enum constant of this type with the specified name.static CmsSiteMatcher.RedirectMode[]
CmsSiteMatcher.RedirectMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.site with parameters of type CmsSiteMatcher.RedirectModeModifier and TypeMethodDescriptionvoid
CmsSiteMatcher.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.FormLayout
CmsEditSiteForm.createAliasComponent
(String alias, CmsSiteMatcher.RedirectMode redirectMode) Creates field for aliases.