java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.jeteam.tag.LoginDateTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class LoginDateTag
- extends javax.servlet.jsp.tagext.TagSupport
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dateStyle
private java.lang.String dateStyle
timeStyle
private java.lang.String timeStyle
locale
private java.lang.String locale
LoginDateTag
public LoginDateTag()
doStartTag
public int doStartTag()
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
doEndTag
public int doEndTag()
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
getCurrentLocale
private final java.util.Locale getCurrentLocale(java.lang.String locale,
java.util.Locale defaultLocale)
getCurrentStyle
private final int getCurrentStyle(java.lang.String style,
int defaultStyle)
getDateStyle
public java.lang.String getDateStyle()
setDateStyle
public void setDateStyle(java.lang.String dateStyle)
getTimeStyle
public java.lang.String getTimeStyle()
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle)
getLocale
public java.lang.String getLocale()
setLocale
public void setLocale(java.lang.String locale)