com.opensymphony.xwork2.ognl
Class OgnlValueStackFactory
java.lang.Object
com.opensymphony.xwork2.ognl.OgnlValueStackFactory
- All Implemented Interfaces:
- ValueStackFactory
public class OgnlValueStackFactory
- extends 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 |
xworkConverter
private XWorkConverter xworkConverter
compoundRootAccessor
private CompoundRootAccessor compoundRootAccessor
textProvider
private TextProvider textProvider
container
private Container container
allowStaticMethodAccess
private boolean allowStaticMethodAccess
OgnlValueStackFactory
public OgnlValueStackFactory()
setXWorkConverter
public void setXWorkConverter(XWorkConverter conv)
setTextProvider
public void setTextProvider(TextProvider textProvider)
setAllowStaticMethodAccess
public void setAllowStaticMethodAccess(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 ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.