Class WriteDateTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class WriteDateTag
    extends javax.servlet.jsp.tagext.TagSupport
    Tag die een dtum volgens de locale print, indien het een datum is.
    Version:
    $Revision: 1.5 $ $Date: 2003/11/04 22:06:08 $
    Author:
    Chris van Lith
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.commons.logging.Log log  
      protected String name
      Name of the bean that contains the data we will be rendering.
      protected String property
      Name of the property to be accessed on the specified bean.
      protected String scope
      The scope to be searched to retrieve the specified bean.
      • 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

      Constructors 
      Constructor Description
      WriteDateTag()  
    • Field Detail

      • log

        protected org.apache.commons.logging.Log log
      • name

        protected String name
        Name of the bean that contains the data we will be rendering.
      • property

        protected String property
        Name of the property to be accessed on the specified bean.
      • scope

        protected String scope
        The scope to be searched to retrieve the specified bean.
    • Constructor Detail

      • WriteDateTag

        public WriteDateTag()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getProperty

        public String getProperty()
      • setProperty

        public void setProperty​(String property)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Process the start tag.
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException - if a JSP exception has occurred
      • release

        public void release()
        Release all allocated resources.
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class javax.servlet.jsp.tagext.TagSupport