public final class JspPageHandler extends Object
| Constructor and Description |
|---|
JspPageHandler(javax.servlet.jsp.JspWriter out,
javax.servlet.http.HttpServletRequest request,
String jspname) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionClearglobal() |
void |
actionErrorsoff() |
void |
actionErrorson() |
void |
actionForceexpired() |
void |
actionSessionoff() |
void |
actionSessionon() |
void |
actionTag(ConnectionPool pool,
String action,
String text) |
void |
actionTraceoff() |
void |
actionTraceon()
Switch on tracing if disabled.
|
void |
addError(String msg) |
void |
addMessage(String msg) |
void |
atag(String contents,
String... args) |
JspPageHandler |
attr(String name,
String value) |
void |
backlink() |
void |
displayPage() |
void |
etag(String name) |
void |
expandTemplate(String name,
Object... values)
Expand a fragment template.
|
void |
expandTemplate2(String name,
Object... values) |
JspPageHandler |
full(String name,
String... attr) |
void |
generateRefresh()
Called from page to generate the refresh tag if needed.
|
String |
getMessage() |
javax.servlet.jsp.JspWriter |
getOut() |
ConnectionPool |
getPool() |
javax.servlet.http.HttpServletRequest |
getRequest() |
void |
h1(String text) |
void |
initialize()
Decode all parameters and define the action to take.
|
JspPageHandler |
nl() |
long |
now() |
String |
odd() |
void |
showGloballist() |
void |
showGlobalstats()
Show statistics page displaying the list of all available statistics.
|
void |
showHanging()
Displays all currently hanging connections as an expandable thingerydoo
|
void |
showIndex()
Root page code- show all available pools.
|
void |
showSession()
Show the list of request traces in the session structure.
|
void |
showSessionstat() |
void |
showTag(ConnectionPool pool,
String action,
String text) |
void |
showUsed()
Displays all currently used connections as an expandable thingerydoo
|
void |
tag(String name,
String... attr)
Generate an html tag and any optional attributes.
|
JspPageHandler |
tagText(String tag,
String text,
String... attr) |
JspPageHandler |
text(String text) |
void |
write(String s) |
void |
writeExpr(Object o) |
public JspPageHandler(javax.servlet.jsp.JspWriter out,
javax.servlet.http.HttpServletRequest request,
String jspname)
public javax.servlet.jsp.JspWriter getOut()
public javax.servlet.http.HttpServletRequest getRequest()
public ConnectionPool getPool()
public String getMessage()
public void addMessage(String msg)
public void addError(String msg)
public void initialize()
throws Exception
Exceptionpublic void generateRefresh()
throws IOException
IOExceptionpublic void tag(String name, String... attr) throws IOException
name - attr - IOExceptionpublic void etag(String name) throws IOException
IOExceptionpublic JspPageHandler full(String name, String... attr) throws IOException
IOExceptionpublic JspPageHandler text(String text) throws IOException
IOExceptionpublic JspPageHandler tagText(String tag, String text, String... attr) throws IOException
IOExceptionpublic JspPageHandler nl() throws IOException
IOExceptionpublic JspPageHandler attr(String name, String value) throws IOException
IOExceptionpublic void h1(String text) throws IOException
IOExceptionpublic void actionTag(ConnectionPool pool, String action, String text) throws IOException
IOExceptionpublic void showTag(ConnectionPool pool, String action, String text) throws IOException
IOExceptionpublic void atag(String contents, String... args) throws IOException
IOExceptionpublic void backlink()
throws IOException
IOExceptionpublic String odd()
public long now()
public void actionTraceon()
throws Exception
Exceptionpublic void expandTemplate(String name, Object... values) throws Exception
name - values - IOExceptionExceptionpublic void expandTemplate2(String name, Object... values) throws Exception
Exceptionpublic void write(String s) throws IOException
IOExceptionpublic void writeExpr(Object o) throws IOException
IOExceptionpublic void showIndex()
throws Exception
IOExceptionExceptionpublic void showHanging()
throws Exception
Exceptionpublic void showUsed()
throws Exception
Exceptionpublic void showGlobalstats()
throws Exception
Exceptionpublic void showSession()
throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.