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