1 16 17 package org.apache.jetspeed.om.registry; 18 19 29 public interface MediaTypeEntry extends RegistryEntry 30 { 31 32 33 public String getMimeType(); 34 35 38 public void setMimeType( String mimeType ); 39 40 41 public String getCharacterSet(); 42 43 44 public void setCharacterSet( String charSet); 45 46 54 public CapabilityMap getCapabilityMap(); 55 } 56 | Popular Tags |