org.apache.sling.jcr.contentloader.internal
Interface JcrContentHelper

All Known Implementing Classes:
ContentLoaderService, DefaultContentImporter

public interface JcrContentHelper

Interface to provide helpers for the ContentCreator


Method Summary
 java.lang.String getMimeType(java.lang.String name)
          Returns the MIME type from the MimeTypeService for the given name
 

Method Detail

getMimeType

java.lang.String getMimeType(java.lang.String name)
Returns the MIME type from the MimeTypeService for the given name

Parameters:
name - the name of the file to get the mimeType for


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.