net.java.dev.webdav.core.jaxrs.xml.properties
Class GetContentType

java.lang.Object
  extended by net.java.dev.webdav.core.jaxrs.xml.properties.GetContentType

public final class GetContentType
extends java.lang.Object

WebDAV getcontenttype Property.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 15.5 "getcontenttype Property" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
GetContentType()
           
GetContentType(java.lang.String mediaType)
           
 
Method Summary
 java.lang.String getMediaType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetContentType

public GetContentType()

GetContentType

public GetContentType(java.lang.String mediaType)
Method Detail

getMediaType

public final java.lang.String getMediaType()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.