Uses of Class
org.apache.sling.models.factory.ExportException
Packages that use ExportException
-
Uses of ExportException in org.apache.sling.models.export.spi
Methods in org.apache.sling.models.export.spi that throw ExportException -
Uses of ExportException in org.apache.sling.models.factory
Methods in org.apache.sling.models.factory that throw ExportExceptionModifier 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 org.apache.sling.api.SlingJakartaHttpServletRequest 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.exportModelForRequest(org.apache.sling.api.SlingHttpServletRequest request, @NotNull String exporterName, @NotNull Class<T> targetClass, @NotNull Map<String, String> options) Deprecated.<T> TModelFactory.exportModelForResource(@NotNull org.apache.sling.api.resource.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.
ModelFactory.exportModelForRequest(SlingJakartaHttpServletRequest, String, Class, Map)instead