public final class ActionNameResolverUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_NAME_RESOLVER_BEAN |
Modifier and Type | Method and Description |
---|---|
static ActionNameResolver |
getActionNameResolver(javax.servlet.ServletContext servletContext)
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)
Returns the ActionNameResolver as configured by spring framework on the
WebApplicationContext bean by the name 'beanName'.
|
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)
servletContext
- the servlet context.Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.