Package | Description |
---|---|
org.apache.sling.models.factory |
Modifier and Type | Class and Description |
---|---|
class |
PostConstructException
Exception which is triggered, whenever the post-construct method has thrown an exception.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModelFactory.canCreateFromAdaptable(Object adaptable,
Class<?> type) |
<ModelType> |
ModelFactory.createModel(Object adaptable,
Class<ModelType> type)
Instantiates the given Sling Model class from the given adaptable.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.