Uses of Class
org.apache.sling.models.factory.InvalidModelException
Packages that use InvalidModelException
-
Uses of InvalidModelException in org.apache.sling.models.factory
Methods in org.apache.sling.models.factory that throw InvalidModelExceptionModifier and TypeMethodDescription<ModelType>
ModelTypeModelFactory.createModel(@NotNull Object adaptable, @NotNull Class<ModelType> type) Instantiates the given Sling Model class from the given adaptable.<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.@NotNull ObjectModelFactory.getModelFromRequest(@NotNull org.apache.sling.api.SlingJakartaHttpServletRequest request) Obtain an adapted model class based on the resource type of the request's resource.@NotNull ObjectModelFactory.getModelFromRequest(org.apache.sling.api.SlingHttpServletRequest request) Deprecated.@NotNull ObjectModelFactory.getModelFromResource(@NotNull org.apache.sling.api.resource.Resource resource) Obtain an adapted model class based on the resource type of the provided resource. -
Uses of InvalidModelException in org.apache.sling.models.spi
Methods in org.apache.sling.models.spi that throw InvalidModelExceptionModifier and TypeMethodDescription<ModelType>
RuntimeExceptionTriggers validation for the given model on the given adaptable
ModelFactory.exportModelForRequest(SlingJakartaHttpServletRequest, String, Class, Map)instead