org.deltava.taglib.html
Class UserProfileTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.html.ElementTag
org.deltava.taglib.html.UserProfileTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class UserProfileTag
- extends ElementTag
A JSP Tag to display a User profile across applications.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Luke
- See Also:
- Serialized Form
|
Method Summary |
int |
doEndTag()
Closes this link element by writing an >/A< tag. |
int |
doStartTag()
Opens this link element by writing an >A< tag. |
void |
setLocation(UserData ud)
Sets the User Location for this user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProfileTag
public UserProfileTag()
setLocation
public void setLocation(UserData ud)
- Sets the User Location for this user.
- Parameters:
ud - the UserData bean
doStartTag
public int doStartTag()
throws JspException
- Opens this link element by writing an >A< tag.
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Throws:
JspException - if an error occurs;
doEndTag
public int doEndTag()
throws JspException
- Closes this link element by writing an >/A< tag.
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class TagSupport
- Throws:
JspException - if an I/O error occurs
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.