com.opensymphony.xwork2.util
Class ObjectProxy
java.lang.Object
com.opensymphony.xwork2.util.ObjectProxy
public class ObjectProxy
- extends java.lang.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 java.lang.Class getLastClassAccessed()
setLastClassAccessed
public void setLastClassAccessed(java.lang.Class lastClassAccessed)
getLastPropertyAccessed
public java.lang.String getLastPropertyAccessed()
setLastPropertyAccessed
public void setLastPropertyAccessed(java.lang.String lastPropertyAccessed)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
Copyright © 2006 OpenSymphony. All Rights Reserved.