org.opencms.jsp
Class CmsJspTagUser
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.opencms.jsp.CmsJspTagUser
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, 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
- See Also:
- Serialized Form
| 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 |
|
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 |
CmsJspTagUser
public CmsJspTagUser()
userTagAction
public static java.lang.String userTagAction(java.lang.String property,
javax.servlet.ServletRequest req)
- Internal action method.
- Parameters:
property - the selected user propertyreq - the current request
- Returns:
- String the value of the selected user property
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
- 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()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class javax.servlet.jsp.tagext.TagSupport
- See Also:
Tag.release()
setProperty
public void setProperty(java.lang.String name)
- Sets the property name.
- Parameters:
name - the property name