Package org.jboss.resteasy.jsapi
Class JSAPIWriter
- java.lang.Object
-
- org.jboss.resteasy.jsapi.JSAPIWriter
-
public class JSAPIWriter extends Object
- Author:
- Stéphane Épardaud
-
-
Constructor Summary
Constructors Constructor Description JSAPIWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeJavaScript(String base, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, Map<String,ServiceRegistry> serviceRegistries)
void
writeJavaScript(String uri, PrintWriter writer, ServiceRegistry serviceRegistry)
-
-
-
Method Detail
-
writeJavaScript
public void writeJavaScript(String base, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, Map<String,ServiceRegistry> serviceRegistries) throws IOException
- Throws:
IOException
-
writeJavaScript
public void writeJavaScript(String uri, PrintWriter writer, ServiceRegistry serviceRegistry) throws IOException
- Throws:
IOException
-
-