java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.opencms.flex.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.
- Version:
- $Revision: 1.6.2.1 $
| 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 |
m_property
private java.lang.String m_property
m_userProperties
private static final java.lang.String[] m_userProperties
- static array of the possible user properties
m_userProperty
private static final java.util.List m_userProperty
- array list for fast lookup
CmsJspTagUser
public CmsJspTagUser()
setProperty
public void setProperty(java.lang.String name)
- Sets the property name.
getProperty
public java.lang.String getProperty()
- Returns the property name.
release
public void release()
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Release state.
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
userTagAction
static java.lang.String userTagAction(java.lang.String property,
javax.servlet.ServletRequest req)
- Internal action method.