Uses of Class
com.helger.web.scope.mgr.EWebScope
-
Packages that use EWebScope Package Description com.helger.web.scope.mgr -
-
Uses of EWebScope in com.helger.web.scope.mgr
Methods in com.helger.web.scope.mgr that return EWebScope Modifier and Type Method Description static EWebScopeEWebScope. valueOf(String name)Returns the enum constant of this type with the specified name.static EWebScope[]EWebScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.web.scope.mgr with parameters of type EWebScope Modifier and Type Method Description static IWebScopeEWebScope. getScope(EWebScope eWebScope, boolean bCreateIfNotExisting)Resolve the currently matching web scope of the givenEWebScopevalue.
-