org.apache.taglibs.i18n
Class FormatTimeTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.taglibs.i18n.FormatTagSupport
          extended byorg.apache.taglibs.i18n.FormatDateTagSupport
              extended byorg.apache.taglibs.i18n.FormatTimeTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class FormatTimeTag
extends FormatDateTagSupport

Formats a Date instance using a Locale and the default time format.

Version:
$Revision$
Author:
James Strachan
See Also:
Serialized Form

Field Summary
protected static java.lang.String _tagname
           
 
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
FormatTimeTag()
           
 
Method Summary
protected  java.text.Format getFormat()
          Abstract class to return the value formatter
 void setStyle(java.lang.String style)
           
 
Methods inherited from class org.apache.taglibs.i18n.FormatDateTagSupport
getValue, release, setValue
 
Methods inherited from class org.apache.taglibs.i18n.FormatTagSupport
doEndTag, doStartTag, getDefaultText, getLocale, getStyleCode, handleIOException, setDefaultText, setLocale
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Field Detail

_tagname

protected static final java.lang.String _tagname
See Also:
Constant Field Values
Constructor Detail

FormatTimeTag

public FormatTimeTag()
Method Detail

setStyle

public void setStyle(java.lang.String style)

getFormat

protected java.text.Format getFormat()
Description copied from class: FormatTagSupport
Abstract class to return the value formatter

Specified by:
getFormat in class FormatTagSupport


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.