public final class JsfCdiToSpring extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROTOTYPE
Constant for prototype scope.
|
static String |
REQUEST
Constant for request scope.
|
static String |
SESSION
Constant for session scope.
|
static String |
SINGLETON
Constant for singleton scope.
|
static String |
VIEW
Constant for view scope.
|
Modifier | Constructor and Description |
---|---|
protected |
JsfCdiToSpring() |
public static final String REQUEST
public static final String SESSION
public static final String SINGLETON
public static final String PROTOTYPE
public static final String VIEW
Copyright © 2016 Persapiens. All rights reserved.