Class UserSettingsTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.format.UserSettingsTag
- All Implemented Interfaces:
Serializable
,IterationTag
,JspTag
,Tag
- Direct Known Subclasses:
AirportFormatTag
,AirportTypeTag
,DateFormatTag
,DurationFormatTag
,EliteProgressTag
,NumberFormatTag
An abstract JSP tag class to expose authenticated user data.
- Since:
- 5.2
- Version:
- 7.0
- Author:
- Luke
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPageContext
(PageContext ctxt) Sets the tag's JSP context and loads the user data.Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue
-
Field Details
-
_user
The authenticated user.
-
-
Constructor Details
-
UserSettingsTag
UserSettingsTag()
-
-
Method Details
-
setPageContext
Sets the tag's JSP context and loads the user data.- Specified by:
setPageContext
in interfaceTag
- Overrides:
setPageContext
in classTagSupport
- Parameters:
ctxt
- the JSP context
-