com.opensymphony.xwork2.ognl
Class ObjectProxy
java.lang.Object
com.opensymphony.xwork2.ognl.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 |
value
private Object value
lastClassAccessed
private Class lastClassAccessed
lastPropertyAccessed
private String lastPropertyAccessed
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)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.