Result | Request object method(s) |
---|---|
/JSPImplicitObjects | getContextPath() |
GET | getMethod() |
/JSPImplicitObjects/index.jsp | getPathInfo() |
isbn_no=0201703092&short_desc=The+Practical+SQL&price=39&action=add | getQueryString() |
Wed Jan 25 09:21:00 CET 2017 | getAttribute("time") |
0201703092 | getParameter("isbn_no") |
The Practical SQL | getParameter("short_desc") |
39 | getParameter("isbn_no") |
add | getParameter("action") |
GlassFish Server Open Source Edition 4.1 | getServletContext().getServerInfo() |
Welcome text | getServletContext(). getInitParameter("welcome") |
Result | Session object method(s) |
---|---|
Welcome text | getServletContext(). getInitParameter("welcome") |
Wed Jan 25 09:20:59 CET 2017 | getCreationTime() |
Wed Jan 25 09:20:59 CET 2017 | getLastAccessedTime() |
4b6ae20e859cf36d022674fcadc4 | getId() |
Not new | isNew()?"New":"Not new" |
Result | Out object method(s) |
---|---|
this is only a test | println("this is only a test"); |
Result | Session object method(s) |
---|---|
Welcome text | getServletContext(). getInitParameter("welcome") |
This is the session data | getAttribute("sessiondata") |
Result | Config object method(s) |
---|---|
index | getServletName() |
index.jsp init param | getInitParameter("initParam") |
Result | Application object method(s) |
---|---|
Welcome text | getInitParameter("welcome") |
C:\FID\UTV\JavaUtv\Java2Html\JSPImplicitObjects\build\web\ | getRealPath("/") |
server | getVirtualServerName() |
Result | PageContext object method(s) |
---|---|
This is the session data | findAttribute("sessiondata") |
Wed Jan 25 09:21:00 CET 2017 | findAttribute("time") |
Result | Exception object method(s) |
---|---|
Select the link | causing errors |