|
geekblog 0.0.1-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--geekblog.Utils
Constructor Summary | |
Utils()
|
Method Summary | |
static java.lang.String |
getCalendar(java.util.Calendar workingDate,
DataManager dataMgr)
|
static java.lang.String |
getRootURL(javax.servlet.http.HttpServletRequest request)
Figure out what the root URL of the weblog is. |
static java.lang.String |
scrubHTML(java.lang.String html)
Scrub passed string (assumed to be HTML) for malicious tags; simply escape the tag in the event it doesn't fit into the allowed set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Utils()
Method Detail |
public static java.lang.String getRootURL(javax.servlet.http.HttpServletRequest request)
public static java.lang.String scrubHTML(java.lang.String html)
public static java.lang.String getCalendar(java.util.Calendar workingDate, DataManager dataMgr)
|
geekblog 0.0.1-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |