@FunctionalInterface public interface LeafViewFactory<I>
| Modifier and Type | Method and Description |
|---|---|
I |
create(RequestContext requestContext,
Asset asset)
Create a view for this asset based on the requestContext
|
@NotNull I create(RequestContext requestContext, Asset asset) throws AssetNotFoundException
requestContext - asset - to associate this view withAssetNotFoundException - if the leaf node depends on something which could not be constructed.Copyright © 2015. All rights reserved.