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

Packages that use OgnlValueStack
com.opensymphony.webwork Main WebWork interfaces and classes. 
com.opensymphony.webwork.components   
com.opensymphony.webwork.components.table   
com.opensymphony.webwork.components.template   
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.webwork.portlet.result   
com.opensymphony.webwork.util Miscellaneous helper classes. 
com.opensymphony.webwork.views.freemarker Classes for views using FreeMarker. 
com.opensymphony.webwork.views.freemarker.tags   
com.opensymphony.webwork.views.jasperreports Classes for views using Jasper Reports. 
com.opensymphony.webwork.views.jsp WebWork's JSP tag library. 
com.opensymphony.webwork.views.jsp.iterator Webwork's JSP tag library for iterator handling. 
com.opensymphony.webwork.views.jsp.ui WebWorks's JSP UI tags. 
com.opensymphony.webwork.views.jsp.ui.table JSP UI tags for modeling tables. 
com.opensymphony.webwork.views.sitemesh   
com.opensymphony.webwork.views.util Miscellaneous helper classes for all views. 
com.opensymphony.webwork.views.velocity Classes for views using Velocity. 
com.opensymphony.webwork.views.velocity.components   
com.opensymphony.xwork   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.mock   
com.opensymphony.xwork.util   
com.opensymphony.xwork.validator   
 

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.
 

Constructors in com.opensymphony.webwork.components with parameters of type OgnlValueStack
ActionComponent(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ActionError(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
ActionMessage(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Anchor(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
AppendIterator(OgnlValueStack stack)
           
Bean(OgnlValueStack stack)
           
Checkbox(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
CheckboxList(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
ClosingUIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
ComboBox(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Component(OgnlValueStack stack)
          Constructor.
Date(OgnlValueStack stack)
           
DatePicker(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Debug(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Div(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
DoubleListUIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
DoubleSelect(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Else(OgnlValueStack stack)
           
ElseIf(OgnlValueStack stack)
           
FieldError(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
File(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Form(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
FormButton(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
GenericUIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Head(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Hidden(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
I18n(OgnlValueStack stack)
           
If(OgnlValueStack stack)
           
Include(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
IteratorComponent(OgnlValueStack stack)
           
Label(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
ListUIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
MergeIterator(OgnlValueStack stack)
           
OptGroup(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
OptionTransferSelect(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Panel(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Param(OgnlValueStack stack)
           
Password(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Property(OgnlValueStack stack)
           
Push(OgnlValueStack stack)
           
Radio(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
RemoteCallUIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Reset(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
RichTextEditor(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Select(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Set(OgnlValueStack stack)
           
Submit(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
TabbedPanel(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Text(OgnlValueStack stack)
           
TextArea(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
TextField(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Token(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
Tree(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
TreeNode(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
UIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
UpDownSelect(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
URL(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 

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
           
 

Constructors in com.opensymphony.webwork.views.freemarker.tags with parameters of type OgnlValueStack
ActionErrorModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ActionMessageModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ActionModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
AnchorModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
BeanModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
CheckboxListModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
CheckboxModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ComboBoxModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ComponentModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
DateModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
DatePickerModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
DebugModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
DivModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
DoubleSelectModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ElseIfModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ElseModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
FieldErrorModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
FileModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
FormModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
HeadModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
HiddenModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
I18nModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
IfModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
IncludeModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
IteratorModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
LabelModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
OptGroupModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
OptionTransferSelectModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
PanelModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ParamModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
PasswordModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
PropertyModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
PushModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
RadioModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
ResetModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
RichTextEditorModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
SelectModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
SetModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
SubmitModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TabbedPanelModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TagModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TextAreaModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TextFieldModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TextModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TokenModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TreeModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
TreeNodeModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
UpDownSelectModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
URLModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
WebTableModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
WebWorkModels(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 

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)
           
 

Methods in com.opensymphony.webwork.views.jsp with parameters of type OgnlValueStack
static String TagUtils.buildNamespace(OgnlValueStack stack, HttpServletRequest request)
           
 Component ActionTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component BeanTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
abstract  Component ComponentTagSupport.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component DateTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ElseIfTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ElseTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component I18nTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component IfTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component IncludeTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component IteratorTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ParamTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component PropertyTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component PushTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component SetTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TextTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component URLTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
static String WebWorkBodyTagSupport.translateVariables(String expression, OgnlValueStack stack)
           
 

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
 

Methods in com.opensymphony.webwork.views.jsp.ui with parameters of type OgnlValueStack
 Component ActionErrorTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ActionMessageTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component AnchorTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component CheckboxListTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component CheckboxTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ComboBoxTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ComponentTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component DatePickerTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component DebugTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component DivTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component DoubleSelectTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component FieldErrorTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component FileTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component FormTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component HeadTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component HiddenTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component LabelTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component OptGroupTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component OptionTransferSelectTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component PanelTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component PasswordTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component RadioTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component ResetTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component RichTextEditorTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component SelectTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component SubmitTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TabbedPanelTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TextFieldTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TextareaTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TokenTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TreeNodeTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component TreeTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 Component UpDownSelectTag.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 

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
 

Methods in com.opensymphony.webwork.views.velocity.components with parameters of type OgnlValueStack
protected abstract  Component AbstractDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ActionDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ActionErrorDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ActionMessageDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component AnchorDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component BeanDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component CheckBoxDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component CheckBoxListDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ComboBoxDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ComponentDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component DateDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component DatePickerDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component DebugDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component DivDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component DoubleSelectDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component FieldErrorDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component FileDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component FormDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component HeadDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component HiddenDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component I18nDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component IncludeDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component LabelDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component OptGroupDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component OptionTransferSelectDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component PanelDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ParamDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component PasswordDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component PropertyDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component PushDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component RadioDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component ResetDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component RichTextEditorDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component SelectDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component SetDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component SubmitDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TabbedPanelDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TextAreaDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TextDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TextFieldDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TokenDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TreeDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component TreeNodeDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component URLDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component UpDownSelectDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
protected  Component WebTableDirective.getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 

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 DefaultActionInvocation.getStack()
           
 OgnlValueStack ActionContext.getValueStack()
          Gets the OGNL value stack.
 

Methods in com.opensymphony.xwork with parameters of type OgnlValueStack
 String ActionSupport.getText(String key, String defaultValue, List args, OgnlValueStack stack)
           
 String DefaultTextProvider.getText(String key, String defaultValue, List args, OgnlValueStack 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 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 ActionSupport.getText(String key, String defaultValue, String[] args, OgnlValueStack stack)
           
 String DefaultTextProvider.getText(String key, String defaultValue, String[] args, OgnlValueStack stack)
           
 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 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.
 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 TextProviders 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 TextProviders 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