public static enum SearchContext.RouterParams extends Enum<SearchContext.RouterParams>
| Enum Constant and Description |
|---|
HANDLER |
LANG |
PATH |
SITE_NAME |
SITE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.web.controller.QualifiedName |
create()
Create qualified name
|
static SearchContext.RouterParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchContext.RouterParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchContext.RouterParams SITE_TYPE
public static final SearchContext.RouterParams SITE_NAME
public static final SearchContext.RouterParams HANDLER
public static final SearchContext.RouterParams PATH
public static final SearchContext.RouterParams LANG
public static SearchContext.RouterParams[] values()
for (SearchContext.RouterParams c : SearchContext.RouterParams.values()) System.out.println(c);
public static SearchContext.RouterParams valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.exoplatform.web.controller.QualifiedName create()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.