public final class ActionLocatorUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_LOCATOR_BEAN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ActionLocator |
getActionLocator(javax.servlet.ServletContext servletContext)
Deprecated.
Returns the ActionLocator as configured on the WebAppContext bean by the
name of gsfActionLocator.
|
static ActionLocator |
getActionLocator(javax.servlet.ServletContext servletContext,
String beanName)
Deprecated.
Returns the ActionLocator as configured on the WebAppContext bean by the
name 'beanName'.
|
public static final String ACTION_LOCATOR_BEAN
public static ActionLocator getActionLocator(javax.servlet.ServletContext servletContext)
servletContext
- the servlet context.public static ActionLocator getActionLocator(javax.servlet.ServletContext servletContext, String beanName)
beanName
- bean nameservletContext
- the servlet context.Copyright © 2010–2017. All rights reserved.