|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OgnlValueStack | |
|---|---|
| com.opensymphony.xwork | |
| com.opensymphony.xwork.interceptor | |
| com.opensymphony.xwork.util | |
| com.opensymphony.xwork.validator | |
| Uses of OgnlValueStack in com.opensymphony.xwork |
|---|
| Fields in com.opensymphony.xwork declared as OgnlValueStack | |
|---|---|
protected OgnlValueStack |
DefaultActionInvocation.stack
|
| Methods in com.opensymphony.xwork that return OgnlValueStack | |
|---|---|
OgnlValueStack |
MockActionInvocation.getStack()
|
OgnlValueStack |
DefaultActionInvocation.getStack()
|
OgnlValueStack |
ActionInvocation.getStack()
|
OgnlValueStack |
ActionContext.getValueStack()
Gets the OGNL value stack. |
| Methods in com.opensymphony.xwork with parameters of type OgnlValueStack | |
|---|---|
String |
TextProviderSupport.getText(String aTextName,
String defaultValue,
List args,
OgnlValueStack stack)
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied
default value is returned. |
String |
TextProvider.getText(String key,
String defaultValue,
List args,
OgnlValueStack stack)
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied
default value is returned. |
String |
DefaultTextProvider.getText(String key,
String defaultValue,
List args,
OgnlValueStack stack)
|
String |
ActionSupport.getText(String key,
String defaultValue,
List args,
OgnlValueStack stack)
|
void |
MockActionInvocation.setStack(OgnlValueStack stack)
|
void |
ActionContext.setValueStack(OgnlValueStack stack)
Sets the OGNL value stack. |
| Uses of OgnlValueStack in com.opensymphony.xwork.interceptor |
|---|
| Methods in com.opensymphony.xwork.interceptor with parameters of type OgnlValueStack | |
|---|---|
protected void |
ParametersInterceptor.setParameters(Object action,
OgnlValueStack stack,
Map parameters)
|
| Uses of OgnlValueStack in com.opensymphony.xwork.util |
|---|
| Methods in com.opensymphony.xwork.util with parameters of type OgnlValueStack | |
|---|---|
static String |
LocalizedTextUtil.findText(Class aClass,
String aTextName,
Locale locale,
String defaultMessage,
Object[] args,
OgnlValueStack valueStack)
Finds a localized text message for the given key, aTextName. |
static String |
LocalizedTextUtil.findText(ResourceBundle bundle,
String aTextName,
Locale locale,
String defaultMessage,
Object[] args,
OgnlValueStack valueStack)
|
static String |
XWorkConverter.getConversionErrorMessage(String propertyName,
OgnlValueStack stack)
|
static String |
TextParseUtil.translateVariables(char open,
String expression,
OgnlValueStack stack)
|
static Object |
TextParseUtil.translateVariables(char open,
String expression,
OgnlValueStack stack,
Class asType)
|
static String |
TextParseUtil.translateVariables(String expression,
OgnlValueStack stack)
Converts all instances of ${...} in expression to the value returned
by a call to findValue(java.lang.String). |
| Constructors in com.opensymphony.xwork.util with parameters of type OgnlValueStack | |
|---|---|
OgnlValueStack(OgnlValueStack vs)
|
|
| Uses of OgnlValueStack in com.opensymphony.xwork.validator |
|---|
| Methods in com.opensymphony.xwork.validator with parameters of type OgnlValueStack | |
|---|---|
String |
DelegatingValidatorContext.getText(String key,
String defaultValue,
List args,
OgnlValueStack stack)
|
|
XWork Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||