Package com.ubs.backend.util
Class JSPFunctions
java.lang.Object
com.ubs.backend.util.JSPFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateLoadPageParams(javax.servlet.http.HttpServletRequest request)Generates HTTP Parameters for Loading the correct Page if you log in to the Admintool
-
Constructor Details
-
JSPFunctions
public JSPFunctions()
-
-
Method Details
-
generateLoadPageParams
Generates HTTP Parameters for Loading the correct Page if you log in to the Admintool- Parameters:
request- the HTTP Request- Returns:
- a String containing the Parameters
-