public class ScopeType extends Object
| Modifier and Type | Field and Description |
|---|---|
static ScopeType |
CONTROLLER |
protected static Map<String,ScopeType> |
defaultScopes |
static ScopeType |
IOC |
static ScopeType |
PARAM |
static ScopeType |
REQUEST |
static ScopeType |
SINGLETON |
static ScopeType |
THREAD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ScopeType |
valueOf(String value) |
public static final ScopeType REQUEST
public static final ScopeType SINGLETON
public static final ScopeType PARAM
public static final ScopeType THREAD
public static final ScopeType IOC
public static final ScopeType CONTROLLER
public ScopeType(String name)
Copyright © 2026 Brandao. All rights reserved.