org.opencms.jsp
Class CmsJspTagUser

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.opencms.jsp.CmsJspTagUser
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class CmsJspTagUser
extends javax.servlet.jsp.tagext.TagSupport

Provides access to the data of the currently logged in user.

Since:
6.0.0
Version:
$Revision: 1.26 $
Author:
Alexander Kandzior
See Also:
Serialized Form

Field Summary
 
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
CmsJspTagUser()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getProperty()
          Returns the property name.
 void release()
           
 void setProperty(java.lang.String name)
          Sets the property name.
static java.lang.String userTagAction(java.lang.String property, javax.servlet.ServletRequest req)
          Internal action method.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsJspTagUser

public CmsJspTagUser()
Method Detail

userTagAction

public static java.lang.String userTagAction(java.lang.String property,
                                             javax.servlet.ServletRequest req)
Internal action method.

Parameters:
property - the selected user property
req - the current request
Returns:
String the value of the selected user property

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

getProperty

public java.lang.String getProperty()
Returns the property name.

Returns:
String the property name

release

public void release()
See Also:
Tag.release()

setProperty

public void setProperty(java.lang.String name)
Sets the property name.

Parameters:
name - the property name