public abstract class ContentModel<T,C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
extends org.apache.wicket.model.LoadableDetachableModel<T>
Modifier and Type | Field and Description |
---|---|
protected C |
contentDescriber |
protected ContentContext<C,CA,CF> |
context |
Modifier | Constructor and Description |
---|---|
protected |
ContentModel() |
|
ContentModel(C contentDescriber,
ContentContext<C,CA,CF> context) |
Modifier and Type | Method and Description |
---|---|
C |
getContentDescriber() |
ContentContext<C,CA,CF> |
getContext() |
protected ContentContext<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> context
protected C extends AbstractContent<CA,CF> contentDescriber
protected ContentModel()
public ContentModel(C contentDescriber, ContentContext<C,CA,CF> context)
public ContentContext<C,CA,CF> getContext()
public C getContentDescriber()
Copyright © 2018. All rights reserved.