edu.indiana.dlib.metsnav.tld
Class LastModified

java.lang.Object
  extended by TagSupport
      extended by edu.indiana.dlib.metsnav.tld.LastModified

public class LastModified
extends TagSupport

LastModified is a jsp tag that displays the last modified time the requested servlet.

This tag supports an optional locale attribute. The corresponding .tld entry should look be:
<tag> <name>lastModified</name> <tag-class>edu.indiana.dlib.tld.LastModified</tag-class> <body-content>empty</body-content> <attribute> <name>locale</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag>

Author:
tlcamero TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
LastModified()
          Creates a new instance
 
Method Summary
 int doEndTag()
           
 void setLocale(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastModified

public LastModified()
Creates a new instance

Method Detail

setLocale

public void setLocale(Locale locale)
Parameters:
locale -

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.