public class OgnlValueStackFactory extends Object implements ValueStackFactory
Modifier and Type | Field and Description |
---|---|
protected CompoundRootAccessor |
compoundRootAccessor |
protected Container |
container |
protected TextProvider |
textProvider |
protected XWorkConverter |
xworkConverter |
Constructor and Description |
---|
OgnlValueStackFactory() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
containerAllowsStaticFieldAccess()
Retrieve allowStaticFieldAccess state from the container (allows for lazy fetching)
|
protected boolean |
containerAllowsStaticMethodAccess()
Retrieve allowsStaticMethodAccess state from the container (allows for lazy fetching)
|
ValueStack |
createValueStack()
Get a new instance of
ValueStack |
ValueStack |
createValueStack(ValueStack stack)
Get a new instance of
ValueStack |
protected void |
setContainer(Container container) |
protected void |
setTextProvider(TextProvider textProvider) |
protected void |
setXWorkConverter(XWorkConverter converter) |
protected XWorkConverter xworkConverter
protected CompoundRootAccessor compoundRootAccessor
protected TextProvider textProvider
protected Container container
protected void setXWorkConverter(XWorkConverter converter)
protected void setTextProvider(TextProvider textProvider)
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
.protected void setContainer(Container container) throws ClassNotFoundException
ClassNotFoundException
protected boolean containerAllowsStaticMethodAccess()
protected boolean containerAllowsStaticFieldAccess()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.