com.opensymphony.xwork2.ognl
Class ObjectProxy

java.lang.Object
  extended by 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

Constructor Summary
ObjectProxy()
           
 
Method Summary
 Class getLastClassAccessed()
           
 String getLastPropertyAccessed()
           
 Object getValue()
           
 void setLastClassAccessed(Class lastClassAccessed)
           
 void setLastPropertyAccessed(String lastPropertyAccessed)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectProxy

public ObjectProxy()
Method Detail

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 © 2009 OpenSymphony. All Rights Reserved.