org.apache.tapestry5.internal.services.assets
Class ContentTypeAnalyzerImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.assets.ContentTypeAnalyzerImpl
All Implemented Interfaces:
ContentTypeAnalyzer

public class ContentTypeAnalyzerImpl
extends Object
implements ContentTypeAnalyzer


Constructor Summary
ContentTypeAnalyzerImpl(Context context, Map<String,String> configuration)
           
 
Method Summary
 String getContentType(Resource resource)
          Analyze the resource to determine its content type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeAnalyzerImpl

public ContentTypeAnalyzerImpl(Context context,
                               Map<String,String> configuration)
Method Detail

getContentType

public String getContentType(Resource resource)
Description copied from interface: ContentTypeAnalyzer
Analyze the resource to determine its content type.

Specified by:
getContentType in interface ContentTypeAnalyzer
Parameters:
resource - to analyze
Returns:
a MIME content type


Copyright © 2003-2012 The Apache Software Foundation.