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)
InjectEnhancementWorker
InjectSpecification
.
Thrown runtime exceptions are caught and reported by the invoker.performEnhancement
in interface InjectEnhancementWorker
public void performEnhancement(EnhancementOperation op, java.lang.String pageName, java.lang.String propertyName, org.apache.hivemind.Location location)