You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/06/16 08:02:21 UTC

DO NOT REPLY [Bug 29592] New: - Introduce new Date based Property classes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29592>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29592

Introduce new Date based Property classes

           Summary: Introduce new Date based Property classes
           Product: Slide
           Version: 2.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: Robert_Flaherty@Hyperion.com


Currently GetLastModifiedProperty extends BaseProperty.  Going forward, can we 
use a hierarchy like:

BaseProperty

--DateProperty (protected constructor, public Date getDate(), protected 
DateFormat getDateFormat())

----ISO8601DateProperty (protected constructor, getDateFormat() returns new 
SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"))

-------CreationDateProperty (TAG_NAME = "creationdate")

-------ModificationDateProperty (TAG_NAME = "modificationdate")

----RFC2068DateProperty (protected constructor, getDateFormat() returns new 
SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US))

-------GetLastModifiedProperty (TAG_NAME = "getlastmodified")

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org