Class ModelTypeService


  • public class ModelTypeService
    extends Object
    Handler for model types
    • Constructor Detail

      • ModelTypeService

        @Autowired
        public ModelTypeService​(Set<ModelType> availableModelTypes)
    • Method Detail

      • getModelTypeNames

        public org.springframework.data.domain.Page<ModelType> getModelTypeNames​(org.springframework.data.domain.Pageable pageable)
      • isJson

        public boolean isJson​(ModelType modelType)
      • isContentXML

        public boolean isContentXML​(ModelType modelType)
      • isProcessContent

        public boolean isProcessContent​(ModelType modelType)