public final class ActionLocatorUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_LOCATOR_BEAN |
Modifier and Type | Method and Description |
---|---|
static ActionLocator |
getActionLocator(javax.servlet.ServletContext servletContext)
Returns the ActionLocator as configured on the WebAppContext bean by the
name of gsfActionLocator.
|
static ActionLocator |
getActionLocator(javax.servlet.ServletContext servletContext,
String beanName)
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)
servletContext
- the servlet context.Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.