Uses of Class
org.apache.sling.models.factory.MissingExporterException
Packages that use MissingExporterException
-
Uses of MissingExporterException in org.apache.sling.models.factory
Methods in org.apache.sling.models.factory that throw MissingExporterExceptionModifier and TypeMethodDescription<T> TModelFactory.exportModel(@NotNull Object model, @NotNull String exporterName, @NotNull Class<T> targetClass, @NotNull Map<String, String> options) Export the model object using the defined target class using the named exporter.<T> TModelFactory.exportModelForRequest(@NotNull SlingHttpServletRequest request, @NotNull String exporterName, @NotNull Class<T> targetClass, @NotNull Map<String, String> options) Export the model object registered to the request's resource's type using the defined target class using the named exporter.<T> TModelFactory.exportModelForResource(@NotNull Resource resource, @NotNull String exporterName, @NotNull Class<T> targetClass, @NotNull Map<String, String> options) Export the model object registered to the resource's type using the defined target class using the named exporter.