Interface ContentTypeRegistry


public interface ContentTypeRegistry
An implementation of this interface is passed to ContentTypeBundles.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(Class<? extends Content> type)
     
  • Method Details