org.gcube.application.framework.http.content.access.tools
Class ContentConstants

java.lang.Object
  extended by org.gcube.application.framework.http.content.access.tools.ContentConstants

public class ContentConstants
extends Object


Field Summary
static String ALTERNATIVE_URLs
          this is the string by which the alternative urls are stored within the returned TreeMap of the parsers.
static String IMAGE_MIME
          if a mime string contains IMAGE_MIME, then it should be considered an image
static String MAIN_URLs
          this is the string by which the main urls are stored within the returned TreeMap of the parsers.
static String PDF_MIME
          if a mime string contains PDF_MIME, then it should be considered a pdf document
static String WEBPAGE_MIME
          if a mime string contains WEBPAGE_MIME, then it should be considered a webpage
 
Constructor Summary
ContentConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_URLs

public static final String MAIN_URLs
this is the string by which the main urls are stored within the returned TreeMap of the parsers.

See Also:
Constant Field Values

ALTERNATIVE_URLs

public static final String ALTERNATIVE_URLs
this is the string by which the alternative urls are stored within the returned TreeMap of the parsers.

See Also:
Constant Field Values

IMAGE_MIME

public static final String IMAGE_MIME
if a mime string contains IMAGE_MIME, then it should be considered an image

See Also:
Constant Field Values

WEBPAGE_MIME

public static final String WEBPAGE_MIME
if a mime string contains WEBPAGE_MIME, then it should be considered a webpage

See Also:
Constant Field Values

PDF_MIME

public static final String PDF_MIME
if a mime string contains PDF_MIME, then it should be considered a pdf document

See Also:
Constant Field Values
Constructor Detail

ContentConstants

public ContentConstants()


Copyright © 2013. All Rights Reserved.