er.directtoweb.assignments.delayed
Class ERDDelayedAssignment
java.lang.Object
com.webobjects.directtoweb.Assignment
er.directtoweb.assignments.delayed.ERDDelayedAssignment
- All Implemented Interfaces:
- EOKeyValueArchiving, Serializable
- Direct Known Subclasses:
- ERDDelayedBooleanAssignment, ERDDelayedConditionalAssignment, ERDDelayedExtraQualifierAssignment, ERDDelayedKeyValueAssignment, ERDDelayedLocalizedAssignment, ERDDelayedNonNullConditionalAssignment, ERDDelayedObjectCreationAssignment, ERDDelayedRelationshipFlagAssignment, ERDDelayedRuleAssignment, ERDDelayedSelectorInvocationAssignment, ERDDelayedSwitchAssignment, ERDInstanceCreationAssignment, ERDUnitResolverAssignment
public abstract class ERDDelayedAssignment
- extends com.webobjects.directtoweb.Assignment
Crazy assignment used when you actually don't want the computed value cached.
- See Also:
- Serialized Form
| Fields inherited from class com.webobjects.directtoweb.Assignment |
KeyPathKey, ValueKey |
|
Method Summary |
Object |
fire(com.webobjects.directtoweb.D2WContext c)
|
abstract Object |
fireNow(com.webobjects.directtoweb.D2WContext c)
Implemented by subclasses. |
| Methods inherited from class com.webobjects.directtoweb.Assignment |
decodeWithKeyValueUnarchiver, encodeWithKeyValueArchiver, keyPath, toString, value, value |
ERDDelayedAssignment
public ERDDelayedAssignment(EOKeyValueUnarchiver u)
- Public constructor
- Parameters:
u - key-value unarchiver used when unarchiving
from rule files.
ERDDelayedAssignment
public ERDDelayedAssignment(String key,
Object value)
- Public constructor
- Parameters:
key - context keyvalue - of the assignment
fire
public Object fire(com.webobjects.directtoweb.D2WContext c)
- Overrides:
fire in class com.webobjects.directtoweb.Assignment
fireNow
public abstract Object fireNow(com.webobjects.directtoweb.D2WContext c)
- Implemented by subclasses.
Copyright © 2002 – 2011 Project Wonder.