static com.google.common.collect.ImmutableSet<ContentType> |
ContentType.all() |
static com.google.common.base.Optional<ContentType> |
ContentType.fromContent(Content content) |
static com.google.common.base.Function<Class<? extends Content>,com.google.common.base.Optional<ContentType>> |
ContentType.fromContentClass() |
static com.google.common.base.Function<String,com.google.common.base.Optional<ContentType>> |
ContentType.fromKey() |
static com.google.common.base.Optional<ContentType> |
ContentType.fromKey(String key) |
static com.google.common.base.Function<ContentType,Class<? extends Content>> |
ContentType.toContentClass() |
static com.google.common.base.Function<ContentType,String> |
ContentType.toKey() |