public class PrintUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getImageUrl(String param,
String url,
String sessionID,
String ssosessionID)
Get the image url for the CombineImageAction.
|
static String |
getOverviewUrl(String params,
String url,
String sessionID,
String ssosessionID) |
static String |
printInfoToString(PrintInfo info)
debugging utility for printing formatted PrintInfo.
|
public static String getOverviewUrl(String params, String url, String sessionID, String ssosessionID) throws org.json.JSONException, Exception
params - the value of paramsurl - url to getsessionID - sessionid to usessosessionID - the SSO session id to use (can be null)org.json.JSONException - if anyException - if anypublic static String getImageUrl(String param, String url, String sessionID, String ssosessionID) throws Exception
param - the json as string with params needed to create the imageurl - url to replace with CombineImageAction urlsessionID - sessionid to usessosessionID - the SSO session id to use (can be null)Exception - if anypublic static String printInfoToString(PrintInfo info) throws JAXBException
info - the PrintInfoto renderJAXBException - is anyCopyright © 2020. All rights reserved.