public class OgnlValueStackFactory extends Object implements ValueStackFactory
Constructor and Description |
---|
OgnlValueStackFactory() |
Modifier and Type | Method and Description |
---|---|
ValueStack |
createValueStack()
Get a new instance of
ValueStack |
ValueStack |
createValueStack(ValueStack stack)
Get a new instance of
ValueStack |
void |
setAllowStaticMethodAccess(String allowStaticMethodAccess) |
void |
setContainer(Container container) |
void |
setTextProvider(TextProvider textProvider) |
void |
setXWorkConverter(XWorkConverter conv) |
public void setXWorkConverter(XWorkConverter conv)
public void setTextProvider(TextProvider textProvider)
public void setAllowStaticMethodAccess(String allowStaticMethodAccess)
public ValueStack createValueStack()
ValueStackFactory
ValueStack
createValueStack
in interface ValueStackFactory
ValueStack
.public ValueStack createValueStack(ValueStack stack)
ValueStackFactory
ValueStack
createValueStack
in interface ValueStackFactory
stack
- an existing stack to include.ValueStack
.public void setContainer(Container container) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.