Uses of Class
com.opensymphony.xwork.util.OgnlValueStack

Packages that use OgnlValueStack
com.opensymphony.xwork   
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 ActionInvocation.getStack()
           
 OgnlValueStack ActionContext.getValueStack()
          Gets the OGNL value stack.
 OgnlValueStack DefaultActionInvocation.getStack()
           
 

Methods in com.opensymphony.xwork with parameters of type OgnlValueStack
 String ActionSupport.getText(String key, String defaultValue, List args, OgnlValueStack stack)
           
 void ActionContext.setValueStack(OgnlValueStack stack)
          Sets the OGNL value stack.
 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 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.
 

Uses of OgnlValueStack in com.opensymphony.xwork.util
 

Methods in com.opensymphony.xwork.util with parameters of type OgnlValueStack
static String XWorkConverter.getConversionErrorMessage(String propertyName, OgnlValueStack stack)
           
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).
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)
           
 

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