Uses of Interface
org.apache.sling.models.annotations.ViaProviderType
-
Packages that use ViaProviderType Package Description org.apache.sling.models.annotations org.apache.sling.models.annotations.via org.apache.sling.models.spi -
-
Uses of ViaProviderType in org.apache.sling.models.annotations
Methods in org.apache.sling.models.annotations that return types with arguments of type ViaProviderType Modifier and Type Method Description Class<? extends ViaProviderType>type()The specific ViaProvider which will handle retrieval of the adaptable. -
Uses of ViaProviderType in org.apache.sling.models.annotations.via
Classes in org.apache.sling.models.annotations.via that implement ViaProviderType Modifier and Type Class Description classBeanPropertyMarker class for using the JavaBean @Via provider.classChildResourceMarker class for using the ChildResource @Via provider.classForcedResourceTypeMarker class for using the ForcedResourceType @Via provider.classResourceSuperTypeMarker class for using the ResourceSuperType @Via provider. -
Uses of ViaProviderType in org.apache.sling.models.spi
Methods in org.apache.sling.models.spi that return types with arguments of type ViaProviderType Modifier and Type Method Description Class<? extends ViaProviderType>ViaProvider. getType()Return the marker class for use in the @Via annotation
-