public class JspUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PATH_PORTAL_SAML_ERROR |
static java.lang.String |
PATH_PORTAL_SAML_SLO |
static java.lang.String |
PATH_PORTAL_SAML_SLO_SP_STATUS |
| Constructor and Description |
|---|
JspUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String path,
java.lang.String title) |
static void |
dispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String path,
java.lang.String title,
boolean popUp) |
public static final java.lang.String PATH_PORTAL_SAML_ERROR
public static final java.lang.String PATH_PORTAL_SAML_SLO
public static final java.lang.String PATH_PORTAL_SAML_SLO_SP_STATUS
public static void dispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String path,
java.lang.String title)
throws java.lang.Exception
java.lang.Exceptionpublic static void dispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String path,
java.lang.String title,
boolean popUp)
throws java.lang.Exception
java.lang.Exception