Package org.apache.struts2.ognl
Class ObjectProxy
java.lang.Object
org.apache.struts2.ognl.ObjectProxy
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()voidsetLastClassAccessed(Class lastClassAccessed) voidsetLastPropertyAccessed(String lastPropertyAccessed) void
- 
Constructor Details- 
ObjectProxypublic ObjectProxy()
 
- 
- 
Method Details- 
getLastClassAccessed
- 
setLastClassAccessed
- 
getLastPropertyAccessed
- 
setLastPropertyAccessed
- 
getValue
- 
setValue
 
-