package org.webslinger.rules;
public enum Action {
CAPTURE, CONTENT, REPLACE, RESPONSE, TEMPLATE, TRANSFORM, TRIGGER, WRAP
};