Class BasicDispatcher
java.lang.Object
org.epics.archiverappliance.common.BasicDispatcher
Glue code that is in all the BPL servlets.
- Author:
- mshankar
-
Method Summary
-
Method Details
-
dispatch
public static void dispatch(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService, Map<String, Class<? extends BPLAction>> actions) throws IOException- Throws:
IOException
-