|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlive.struts.actions.Util
Various important functions and constants for actions
Field Summary | |
private static int |
SECONDS
Utility constants |
static int |
TIMEOUT_MS
Holds the timeout before actions return to a timeout page |
Constructor Summary | |
Util()
|
Method Summary | |
static String |
buildRequestString(HttpServletRequest request)
This function builds the URL+query string that was used to get the current page. |
static void |
checkForDoneActions(HttpServletRequest request)
This function checks to see if there are any threads that have recently completed and, if so, adds the list to the request attribute recentlyCompleteThreads. |
(package private) static HashSet |
getUserSelectedGuestNames(HttpServletRequest request)
Returns a Set of guest names (Strings) that are checked by the user. |
private static String |
queryString(HttpServletRequest request)
|
protected static void |
setRedirectAndParams(org.apache.struts.action.ActionForward forward,
HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int SECONDS
public static final int TIMEOUT_MS
Constructor Detail |
public Util()
Method Detail |
public static String buildRequestString(HttpServletRequest request)
request
- The request BuildRequestString should build the URL of
public static void checkForDoneActions(HttpServletRequest request)
request
- The request for the current pagestatic HashSet getUserSelectedGuestNames(HttpServletRequest request)
request
- The servlet request (where the parameter list is from)
protected static void setRedirectAndParams(org.apache.struts.action.ActionForward forward, HttpServletRequest request)
private static String queryString(HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |