Uses of Enum
org.apache.sling.fsprovider.internal.parser.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in org.apache.sling.fsprovider.internal.mapper
Constructors in org.apache.sling.fsprovider.internal.mapper with parameters of type ContentTypeModifierConstructorDescriptionContentFile
(File file, String path, String subPath, ContentFileCache contentFileCache, ContentType contentType) -
Uses of ContentType in org.apache.sling.fsprovider.internal.parser
Methods in org.apache.sling.fsprovider.internal.parser that return ContentTypeModifier and TypeMethodDescriptionstatic ContentType
Returns the enum constant of this type with the specified name.static ContentType[]
ContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.fsprovider.internal.parser with parameters of type ContentTypeModifier and TypeMethodDescriptionContentFileCache.get
(String path, File file, ContentType contentType) Get content.