com.opensymphony.xwork.util
Class ObjectProxy
java.lang.Object
com.opensymphony.xwork.util.ObjectProxy
public class ObjectProxy
- extends Object
An Object to use within OGNL to proxy other Objects
usually Collections that you set in a different place
on the ValueStack but want to retain the context information
about where they previously were.
- Author:
- Gabe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectProxy
public ObjectProxy()
getLastClassAccessed
public Class getLastClassAccessed()
setLastClassAccessed
public void setLastClassAccessed(Class lastClassAccessed)
getLastPropertyAccessed
public String getLastPropertyAccessed()
setLastPropertyAccessed
public void setLastPropertyAccessed(String lastPropertyAccessed)
getValue
public Object getValue()
setValue
public void setValue(Object value)