Uses of Class
org.opencms.site.CmsSiteMatcher.RedirectMode
-
Packages that use CmsSiteMatcher.RedirectMode Package Description org.opencms.site Provides access to the multi-site configuration of OpenCms.org.opencms.ui.apps.sitemanager Contains classes of the site manager app. -
-
Uses of CmsSiteMatcher.RedirectMode in org.opencms.site
Methods in org.opencms.site that return CmsSiteMatcher.RedirectMode Modifier and Type Method Description CmsSiteMatcher.RedirectMode
CmsSiteMatcher. getRedirectMode()
Gets the redirect mode.static CmsSiteMatcher.RedirectMode
CmsSiteMatcher.RedirectMode. parse(java.lang.String strValue)
Converts a redirect mode string from the configuration to the corresponding enum value.static CmsSiteMatcher.RedirectMode
CmsSiteMatcher.RedirectMode. valueOf(java.lang.String name)
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.RedirectMode Modifier and Type Method Description void
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.RedirectMode Modifier and Type Method Description protected com.vaadin.ui.FormLayout
CmsEditSiteForm. createAliasComponent(java.lang.String alias, CmsSiteMatcher.RedirectMode redirectMode)
Creates field for aliases.
-