|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
com.darwinsys.jsptags.LoggedInUserTag
LoggedInUser - include body content if the user is logged in as "user".
Constructor Summary | |
LoggedInUserTag()
|
Method Summary | |
int |
doStartTag()
Invoked at the tag start transition; does the work |
void |
setUser(java.lang.String label)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoggedInUserTag()
Method Detail |
public int doStartTag() throws JspException
JspException
public void setUser(java.lang.String label)
label
- The role to check for (e.g., "admin");
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |