public class WebUIServlet extends HttpServlet
Constructor and Description |
---|
WebUIServlet() |
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) |
public WebUIServlet()
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-lowercase