public class AuthTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
auth |
| Constructor and Description |
|---|
AuthTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag() |
void |
setAuth(boolean auth)
Defines if body should be invoked if user is authenticated.
|
public void setAuth(boolean auth)
public void doTag()
throws javax.servlet.jsp.JspException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2003-2013 Jodd Team