public class WebUIModuleServlet extends HttpServlet
Constructor and Description |
---|
WebUIModuleServlet() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
camelize(java.lang.String s)
Convert from dash-lowercase to camelCase
|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
static boolean |
isPrerelease(java.lang.String version) |
static void |
writeModule(java.io.Writer writer,
java.lang.String name,
java.lang.String module,
boolean process) |
public WebUIModuleServlet()
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public static java.lang.String camelize(java.lang.String s)
s
- a string in dash-lowercasepublic static boolean isPrerelease(java.lang.String version)
public static void writeModule(java.io.Writer writer, java.lang.String name, java.lang.String module, boolean process) throws java.io.IOException
java.io.IOException