Package org.apache.sling.models.impl.via
Class ChildResourceViaProvider
- java.lang.Object
-
- org.apache.sling.models.impl.via.ChildResourceViaProvider
-
- All Implemented Interfaces:
org.apache.sling.models.spi.ViaProvider
public class ChildResourceViaProvider extends Object implements org.apache.sling.models.spi.ViaProvider
-
-
Constructor Summary
Constructors Constructor Description ChildResourceViaProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdaptable(Object original, String value)
Class<? extends org.apache.sling.models.annotations.ViaProviderType>
getType()
-
-
-
Method Detail
-
getType
public Class<? extends org.apache.sling.models.annotations.ViaProviderType> getType()
- Specified by:
getType
in interfaceorg.apache.sling.models.spi.ViaProvider
-
-