|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.utils.WebUtils
| Method Summary | |
static String |
addJSessionID(String url,
HttpServletRequest request)
Unlike HttpServletResponse.encodeURL(String) that adds only a
entry to the given url if needed, this method always
adds the session id (except if already present within the url. |
static String |
addJSessionID(String url,
HttpSession session)
Unlike HttpServletResponse.encodeURL(String) that adds only a
entry to the given url if needed, this method always
adds the session id (except if already present within the url. |
static String |
buildRetrieveSignatureDataURL(HttpServletRequest request,
HttpServletResponse response)
Either dynamically creates locref content url or uses a url provides by the pdf-as configuration (key ). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static String addJSessionID(String url,
HttpSession session)
HttpServletResponse.encodeURL(String) that adds only a
entry to the given url if needed, this method always
adds the session id (except if already present within the url.
url - The given url.session - The HttpSession.
public static String addJSessionID(String url,
HttpServletRequest request)
HttpServletResponse.encodeURL(String) that adds only a
entry to the given url if needed, this method always
adds the session id (except if already present within the url.
url - The given url.request - The HttpServletRequest.
public static String buildRetrieveSignatureDataURL(HttpServletRequest request,
HttpServletResponse response)
request - The HttpServletRequest.response - The HttpServletResponse.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||