Package | Description |
---|---|
com.opensymphony.xwork2.ognl |
Modifier and Type | Method and Description |
---|---|
protected void |
OgnlValueStack.setRoot(XWorkConverter xworkConverter,
CompoundRootAccessor accessor,
CompoundRoot compoundRoot,
boolean allowStaticFieldAccess)
Deprecated.
since 6.4.0, use
OgnlValueStack.setRoot(XWorkConverter, RootAccessor, CompoundRoot, SecurityMemberAccess) instead. |
Constructor and Description |
---|
OgnlValueStack(ValueStack vs,
XWorkConverter xworkConverter,
CompoundRootAccessor accessor,
boolean allowStaticFieldAccess)
Deprecated.
since 6.4.0, use
OgnlValueStack(ValueStack, XWorkConverter, RootAccessor, SecurityMemberAccess) instead. |
OgnlValueStack(ValueStack vs,
XWorkConverter xworkConverter,
CompoundRootAccessor accessor,
TextProvider prov,
boolean allowStaticFieldAccess)
Deprecated.
since 6.4.0, use
OgnlValueStack(ValueStack, XWorkConverter, RootAccessor, TextProvider, SecurityMemberAccess) instead. |
OgnlValueStack(XWorkConverter xworkConverter,
CompoundRootAccessor accessor,
TextProvider prov,
boolean allowStaticFieldAccess)
Deprecated.
since 6.4.0, use
OgnlValueStack(XWorkConverter, RootAccessor, TextProvider, SecurityMemberAccess) instead. |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.