add: 添加对 Tomcat Valve 的支持

This commit is contained in:
pen4uin
2024-09-14 14:40:05 +08:00
parent 182108956e
commit 146d04cf12
15 changed files with 709 additions and 41 deletions
@@ -51,6 +51,7 @@ public class ShellHelper implements IHelper {
enumShellType.add(Constants.SHELL_INTERCEPTOR);
enumShellType.add(Constants.SHELL_JAKARTA_LISTENER);
enumShellType.add(Constants.SHELL_JAKARTA_FILTER);
enumShellType.add(Constants.SHELL_VALVE);
shell_type.setEnumValue(enumShellType);
shell_type.setDefaultValue("Listener");