Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.model.impl
Class MediaTypeRef

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.MediaTypeRef

public class MediaTypeRef
extends Object

Author:
Bogdan Stefanescu

Field Summary
 String id
           
 String subtype
           
 String type
           
 
Constructor Summary
MediaTypeRef()
           
 
Method Summary
 String match(MediaType mt)
           
 void setMimeType(String mimeType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

type

public String type

subtype

public String subtype
Constructor Detail

MediaTypeRef

public MediaTypeRef()
Method Detail

setMimeType

public void setMimeType(String mimeType)

match

public String match(MediaType mt)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.