public final class SpringInjectConstants extends Object
Defines constants used by this extension.
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_CUSTOM_CONTEXT_CLASS
Represents the extension configuration property name.
|
static String |
DEFAULT_LOCATION
Represents the default location where to look for Spring application context.
|
static String |
SERVLET_APPLICATION_CONTEXT
Represents the template name used for retrieving the application context for the given servlet by it's
name.
|
public static final String SERVLET_APPLICATION_CONTEXT
Represents the template name used for retrieving the application context for the given servlet by it's name.
public static final String DEFAULT_LOCATION
Represents the default location where to look for Spring application context.
public static final String CONFIGURATION_CUSTOM_CONTEXT_CLASS
Represents the extension configuration property name.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.