public abstract class AbstractMemberAccess extends Object implements MemberAccess
| Constructor and Description |
|---|
AbstractMemberAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
restore(Map context,
Object target,
Member member,
String propertyName,
Object state)
Restores the member from the previous setup call.
|
Object |
setup(Map context,
Object target,
Member member,
String propertyName)
Sets the member up for accessibility
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAccessiblepublic Object setup(Map context, Object target, Member member, String propertyName)
MemberAccesssetup in interface MemberAccesscontext - the current execution context.target - the Object upon which to perform the setup operation.member - the Member upon which to perform the setup operation.propertyName - the property upon which to perform the setup operation.public void restore(Map context, Object target, Member member, String propertyName, Object state)
MemberAccessrestore in interface MemberAccesscontext - the current execution context.target - the Object upon which to perform the setup operation.member - the Member upon which to perform the setup operation.propertyName - the property upon which to perform the setup operation.state - the Object holding the state to restore (target state prior to the setup operation).Copyright © 1997–2021 OpenSymphony. All rights reserved.