
Public Member Functions | |
| ERDDelayedObjectCreationAssignment (String key, Object value) | |
| ERDDelayedObjectCreationAssignment (EOKeyValueUnarchiver u) | |
| Object | fireNow (D2WContext context) |
Static Public Member Functions | |
| static Object | decodeWithKeyValueUnarchiver (EOKeyValueUnarchiver eokeyvalueunarchiver) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERDDelayedObjectCreationAssignment.class) |
This will create an object of type MyClass using the constructor: MyClass(WOSession session, String key), using the arguments found by resolving the contextKey off of the current context.
| ERDDelayedObjectCreationAssignment | ( | EOKeyValueUnarchiver | u | ) |
Public constructor
| u | key-value unarchiver used when unarchiving from rule files. |
| ERDDelayedObjectCreationAssignment | ( | String | key, | |
| Object | value | |||
| ) |
Public constructor
| key | context key | |
| value | of the assignment |
| static Object decodeWithKeyValueUnarchiver | ( | EOKeyValueUnarchiver | eokeyvalueunarchiver | ) | [static] |
Static constructor required by the EOKeyValueUnarchiver interface. If this isn't implemented then the default behavior is to construct the first super class that does implement this method. Very lame.
| eokeyvalueunarchiver | to be unarchived |
| Object fireNow | ( | D2WContext | context | ) | [virtual] |
Delayed firing of assignment. Creates an object for the specified class. See description of the class for the correct format.
| context | current context |
Implements ERDDelayedAssignment.
final Logger log = Logger.getLogger(ERDDelayedObjectCreationAssignment.class) [static] |
logging support
1.5.8