com.opensymphony.xwork2.ognl
Class OgnlValueStackFactory
java.lang.Object
com.opensymphony.xwork2.ognl.OgnlValueStackFactory
- All Implemented Interfaces:
- ValueStackFactory
public class OgnlValueStackFactory
- extends java.lang.Object
- implements ValueStackFactory
Creates an Ognl value stack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgnlValueStackFactory
public OgnlValueStackFactory()
setXWorkConverter
public void setXWorkConverter(XWorkConverter conv)
setTextProvider
public void setTextProvider(TextProvider textProvider)
setAllowStaticMethodAccess
public void setAllowStaticMethodAccess(java.lang.String allowStaticMethodAccess)
createValueStack
public ValueStack createValueStack()
- Description copied from interface:
ValueStackFactory
- Get a new instance of
ValueStack
- Specified by:
createValueStack
in interface ValueStackFactory
- Returns:
- a new
ValueStack
.
createValueStack
public ValueStack createValueStack(ValueStack stack)
- Description copied from interface:
ValueStackFactory
- Get a new instance of
ValueStack
- Specified by:
createValueStack
in interface ValueStackFactory
- Parameters:
stack
- an existing stack to include.
- Returns:
- a new
ValueStack
.
setContainer
public void setContainer(Container container)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.