public class InjectStateWorker extends java.lang.Object implements InjectEnhancementWorker
ApplicationStateManager
). They should also cache in a
local variable for efficiency, and clear out that variable at the end of the request.Constructor and Description |
---|
InjectStateWorker() |
Modifier and Type | Method and Description |
---|---|
void |
performEnhancement(EnhancementOperation op,
InjectSpecification spec)
Perform the enhancement defined by the
InjectSpecification . |
void |
setApplicationStateManager(ApplicationStateManager applicationStateManager) |
public InjectStateWorker()
public void performEnhancement(EnhancementOperation op, InjectSpecification spec)
InjectEnhancementWorker
InjectSpecification
.
Thrown runtime exceptions are caught and reported by the invoker.performEnhancement
in interface InjectEnhancementWorker
public void setApplicationStateManager(ApplicationStateManager applicationStateManager)