public class InjectPageWorker extends java.lang.Object implements InjectEnhancementWorker
| Constructor and Description |
|---|
InjectPageWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
performEnhancement(EnhancementOperation op,
InjectSpecification spec)
Perform the enhancement defined by the
InjectSpecification. |
void |
performEnhancement(EnhancementOperation op,
java.lang.String pageName,
java.lang.String propertyName,
org.apache.hivemind.Location location) |
public InjectPageWorker()
public void performEnhancement(EnhancementOperation op, InjectSpecification spec)
InjectEnhancementWorkerInjectSpecification.
Thrown runtime exceptions are caught and reported by the invoker.performEnhancement in interface InjectEnhancementWorkerpublic void performEnhancement(EnhancementOperation op, java.lang.String pageName, java.lang.String propertyName, org.apache.hivemind.Location location)