public class RequiresAuthentication
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
protected Action |
action |
protected ApplicationManager |
appManager |
protected Locale |
loc |
protected javax.servlet.http.HttpServletRequest |
req |
protected javax.servlet.http.HttpServletResponse |
res |
protected javax.servlet.ServletContext |
sc |
protected javax.servlet.http.HttpSession |
session |
| Constructor and Description |
|---|
RequiresAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
setCache(boolean cache) |
void |
setLoginPage(String page) |
void |
setRedir(boolean redir) |
protected javax.servlet.http.HttpSession session
protected javax.servlet.http.HttpServletRequest req
protected javax.servlet.http.HttpServletResponse res
protected javax.servlet.ServletContext sc
protected Action action
protected Locale loc
protected ApplicationManager appManager
public void setRedir(boolean redir)
public void setCache(boolean cache)
public void setLoginPage(String page)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionCopyright © 2015. All Rights Reserved.