public final class ActionNameResolverUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_NAME_RESOLVER_BEAN
Deprecated.
|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ActionNameResolver |
getActionNameResolver(javax.servlet.ServletContext servletContext)
Deprecated.
Returns the ActionNameResolver as configured by spring framework on the
WebApplicationContext bean by the name of gsfActionLocator.
|
static ActionNameResolver |
getActionNameResolverX(javax.servlet.ServletContext servletContext,
String beanName)
Deprecated.
Returns the ActionNameResolver as configured by spring framework on the
WebApplicationContext bean by the name 'beanName'.
|
protected static final org.slf4j.Logger LOG
public static final String ACTION_NAME_RESOLVER_BEAN
public static ActionNameResolver getActionNameResolver(javax.servlet.ServletContext servletContext)
servletContext
- the servlet context.public static ActionNameResolver getActionNameResolverX(javax.servlet.ServletContext servletContext, String beanName)
beanName
- bean nameservletContext
- the servlet context.Copyright © 2010–2017. All rights reserved.