|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OgnlValueStack in com.opensymphony.webwork |
---|
Methods in com.opensymphony.webwork that return OgnlValueStack | |
---|---|
static OgnlValueStack |
ServletActionContext.getValueStack(HttpServletRequest req)
|
Uses of OgnlValueStack in com.opensymphony.webwork.components |
---|
Fields in com.opensymphony.webwork.components declared as OgnlValueStack | |
---|---|
protected OgnlValueStack |
Component.stack
|
Methods in com.opensymphony.webwork.components that return OgnlValueStack | |
---|---|
OgnlValueStack |
Component.getStack()
Get's the OGNL value stack assoicated with this component. |
Methods in com.opensymphony.webwork.components with parameters of type OgnlValueStack | |
---|---|
protected String |
Component.determineNamespace(String namespace,
OgnlValueStack stack,
HttpServletRequest req)
Determines the namespace of the current page being renderdd. |
Uses of OgnlValueStack in com.opensymphony.webwork.components.table |
---|
Constructors in com.opensymphony.webwork.components.table with parameters of type OgnlValueStack | |
---|---|
WebTable(OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of OgnlValueStack in com.opensymphony.webwork.components.template |
---|
Methods in com.opensymphony.webwork.components.template that return OgnlValueStack | |
---|---|
OgnlValueStack |
TemplateRenderingContext.getStack()
|
Constructors in com.opensymphony.webwork.components.template with parameters of type OgnlValueStack | |
---|---|
TemplateRenderingContext(Template template,
Writer writer,
OgnlValueStack stack,
Map params,
UIBean tag)
Constructor |
Uses of OgnlValueStack in com.opensymphony.webwork.dispatcher |
---|
Methods in com.opensymphony.webwork.dispatcher with parameters of type OgnlValueStack | |
---|---|
protected org.apache.velocity.context.Context |
VelocityResult.createContext(VelocityManager velocityManager,
OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response,
String location)
Creates the VelocityContext that we'll use to render this page. |
protected org.apache.velocity.Template |
VelocityResult.getTemplate(OgnlValueStack stack,
org.apache.velocity.app.VelocityEngine velocity,
ActionInvocation invocation,
String location,
String encoding)
Given a value stack, a Velocity engine, and an action invocation, this method returns the appropriate Velocity template to render. |
Uses of OgnlValueStack in com.opensymphony.webwork.interceptor |
---|
Methods in com.opensymphony.webwork.interceptor with parameters of type OgnlValueStack | |
---|---|
protected void |
CookieInterceptor.populateCookieValueIntoStack(String cookieName,
String cookieValue,
Map cookiesMap,
OgnlValueStack stack)
Hook that populate cookie value into ognl value stack (hence the action) if the criteria is satisfied (if the cookie value matches with those configured). |
Uses of OgnlValueStack in com.opensymphony.webwork.portlet.result |
---|
Methods in com.opensymphony.webwork.portlet.result with parameters of type OgnlValueStack | |
---|---|
protected org.apache.velocity.context.Context |
PortletVelocityResult.createContext(VelocityManager velocityManager,
OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response,
String location)
Creates the VelocityContext that we'll use to render this page. |
protected org.apache.velocity.Template |
PortletVelocityResult.getTemplate(OgnlValueStack stack,
org.apache.velocity.app.VelocityEngine velocity,
ActionInvocation invocation,
String location,
String encoding)
Given a value stack, a Velocity engine, and an action invocation, this method returns the appropriate Velocity template to render. |
Uses of OgnlValueStack in com.opensymphony.webwork.util |
---|
Fields in com.opensymphony.webwork.util declared as OgnlValueStack | |
---|---|
protected OgnlValueStack |
WebWorkUtil.stack
|
Constructors in com.opensymphony.webwork.util with parameters of type OgnlValueStack | |
---|---|
VelocityWebWorkUtil(org.apache.velocity.context.Context ctx,
OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response)
|
|
WebWorkUtil(OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.freemarker |
---|
Methods in com.opensymphony.webwork.views.freemarker with parameters of type OgnlValueStack | |
---|---|
protected ScopesHashModel |
FreemarkerManager.buildScopesHashModel(ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response,
freemarker.template.ObjectWrapper wrapper,
OgnlValueStack stack)
|
freemarker.template.SimpleHash |
FreemarkerManager.buildTemplateModel(OgnlValueStack stack,
Object action,
ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response,
freemarker.template.ObjectWrapper wrapper)
|
void |
FreemarkerManager.populateContext(ScopesHashModel model,
OgnlValueStack stack,
Object action,
HttpServletRequest request,
HttpServletResponse response)
|
Constructors in com.opensymphony.webwork.views.freemarker with parameters of type OgnlValueStack | |
---|---|
ScopesHashModel(freemarker.template.ObjectWrapper objectWrapper,
ServletContext context,
HttpServletRequest request,
OgnlValueStack stack)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.freemarker.tags |
---|
Fields in com.opensymphony.webwork.views.freemarker.tags declared as OgnlValueStack | |
---|---|
protected OgnlValueStack |
TagModel.stack
|
protected OgnlValueStack |
WebWorkModels.stack
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.jasperreports |
---|
Constructors in com.opensymphony.webwork.views.jasperreports with parameters of type OgnlValueStack | |
---|---|
OgnlValueStackDataSource(OgnlValueStack valueStack,
String dataSource)
Create a value stack data source on the given iterable property |
|
OgnlValueStackShadowMap(OgnlValueStack valueStack)
Constructs an instance of OgnlValueStackShadowMap. |
Uses of OgnlValueStack in com.opensymphony.webwork.views.jsp |
---|
Methods in com.opensymphony.webwork.views.jsp that return OgnlValueStack | |
---|---|
protected OgnlValueStack |
WebWorkBodyTagSupport.getStack()
|
static OgnlValueStack |
TagUtils.getStack(PageContext pageContext)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.jsp.iterator |
---|
Methods in com.opensymphony.webwork.views.jsp.iterator with parameters of type OgnlValueStack | |
---|---|
Component |
AppendIteratorTag.getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Component |
MergeIteratorTag.getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.jsp.ui |
---|
Uses of OgnlValueStack in com.opensymphony.webwork.views.jsp.ui.table |
---|
Methods in com.opensymphony.webwork.views.jsp.ui.table with parameters of type OgnlValueStack | |
---|---|
Component |
WebTableTag.getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.sitemesh |
---|
Constructors in com.opensymphony.webwork.views.sitemesh with parameters of type OgnlValueStack | |
---|---|
ApplyDecoratorBean(OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response)
|
|
ApplyDecoratorTransform(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
|
SitemeshModel(OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.util |
---|
Methods in com.opensymphony.webwork.views.util with parameters of type OgnlValueStack | |
---|---|
static Map |
ContextUtil.getStandardContext(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.velocity |
---|
Methods in com.opensymphony.webwork.views.velocity with parameters of type OgnlValueStack | |
---|---|
org.apache.velocity.context.Context |
VelocityManager.createContext(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
This method is responsible for creating the standard VelocityContext used by all WW2 velocity views. |
Constructors in com.opensymphony.webwork.views.velocity with parameters of type OgnlValueStack | |
---|---|
WebWorkVelocityContext(OgnlValueStack stack)
|
|
WebWorkVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
OgnlValueStack stack)
|
Uses of OgnlValueStack in com.opensymphony.webwork.views.velocity.components |
---|
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 |
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 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 |
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)
|
String |
TextProviderSupport.getText(String key,
String defaultValue,
String[] 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,
String[] 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,
String[] args,
OgnlValueStack stack)
|
String |
ActionSupport.getText(String key,
String defaultValue,
String[] args,
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.mock |
---|
Methods in com.opensymphony.xwork.mock that return OgnlValueStack | |
---|---|
OgnlValueStack |
MockActionInvocation.getStack()
|
Methods in com.opensymphony.xwork.mock with parameters of type OgnlValueStack | |
---|---|
void |
MockActionInvocation.setStack(OgnlValueStack stack)
|
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)
This method call will log a warning message (in debug level) if message is not found Finds a localized text message for the given key, aTextName. |
static String |
LocalizedTextUtil.findText(Class aClass,
String aTextName,
Locale locale,
String defaultMessage,
Object[] args,
OgnlValueStack valueStack,
boolean warnIfNoMessageFound)
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)
This method will log a warning (in debug level) if no message is found. Finds a localized text message for the given key, aTextName, in the specified resource bundle. |
static String |
LocalizedTextUtil.findText(ResourceBundle bundle,
String aTextName,
Locale locale,
String defaultMessage,
Object[] args,
OgnlValueStack valueStack,
boolean warnIfNoMessageFound)
Finds a localized text message for the given key, aTextName, in the specified resource bundle. |
static String |
XWorkConverter.getConversionErrorMessage(String propertyName,
OgnlValueStack stack)
|
static String |
TextParseUtil.translateVariables(char open,
String expression,
OgnlValueStack stack)
Converts all instances of ${...} in expression to the value returned
by a call to findValue(java.lang.String) . |
static Object |
TextParseUtil.translateVariables(char open,
String expression,
OgnlValueStack stack,
Class asType)
Converted object from variable translation. |
static Object |
TextParseUtil.translateVariables(char open,
String expression,
OgnlValueStack stack,
Class asType,
TextParseUtil.ParsedValueEvaluator evaluator)
Converted object from variable translation. |
static Object |
TextParseUtil.translateVariables(char open,
String expression,
OgnlValueStack stack,
Class asType,
TextParseUtil.ParsedValueEvaluator evaluator,
int maxLoopCount)
Converted object from variable translation. |
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 |
TextParseUtil.translateVariables(String expression,
OgnlValueStack stack,
TextParseUtil.ParsedValueEvaluator evaluator)
Function similarly as TextParseUtil.translateVariables(char, String, OgnlValueStack)
except for the introduction of an additional evaluator that allows
the parsed value to be evaluated by the evaluator . |
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 |
CompositeTextProvider.getText(String key,
String defaultValue,
List args,
OgnlValueStack stack)
It will consult each TextProvider s and return the first valid message for this
key , before returining defaultValue |
String |
DelegatingValidatorContext.getText(String key,
String defaultValue,
List args,
OgnlValueStack stack)
|
String |
CompositeTextProvider.getText(String key,
String defaultValue,
String[] args,
OgnlValueStack stack)
It will consult each TextProvider s and return the first valid message for this
key , before returining defaultValue |
String |
DelegatingValidatorContext.getText(String key,
String defaultValue,
String[] args,
OgnlValueStack stack)
|
|
WebWork Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |