org.deltava.taglib.html
Class UserProfileTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.deltava.taglib.html.ElementTag
          extended by 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

Field Summary
 
Fields inherited from class org.deltava.taglib.html.ElementTag
_data, _out
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
UserProfileTag()
           
 
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 org.deltava.taglib.html.ElementTag
getName, release, setClassName, setID, setNumericAttr, setPageContext, setStyle
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileTag

public UserProfileTag()
Method Detail

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.