Package | Description |
---|---|
com.neurosys.content.service | |
com.neurosys.content.service.extractors | |
com.neurosys.content.wicket.model | |
com.neurosys.content.wicket.pages |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<ContentContext> |
ContentContext.threadLocal
Use this to pass this context for a given WebRequest
|
Modifier and Type | Method and Description |
---|---|
Object |
QueryBasedContentExtractor.getContent(Map location,
ContentContext context) |
C |
ContentExtractor.getContent(T location,
ContentContext context)
Get Content.
|
String |
ResourceContentExtractor.getContent(URI location,
ContentContext context) |
String |
FSContentExtractor.getContent(URI location,
ContentContext context)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ContentContext<C,CA,CF> |
ContentModel.context |
Modifier and Type | Method and Description |
---|---|
ContentContext<C,CA,CF> |
ContentModel.getContext() |
Constructor and Description |
---|
ContentModel(C contentDescriber,
ContentContext<C,CA,CF> context) |
MarkupContentModel(C contentDescriber,
FacetMeta facetMeta,
ContentContext<C,CA,CF> context,
Map<String,List<String>> facetContentCache,
GenericContentService<C,CA,CF> contentService) |
PublishableMarkupContentModel(C contentDescriber,
FacetMeta facetMeta,
ContentContext<C,CA,CF> context,
Map<String,List<String>> facetContentCache,
GenericContentService<C,CA,CF> contentService) |
Modifier and Type | Method and Description |
---|---|
protected ContentContext |
TemplatePage.getPageContext()
Get
ContentContext for current page |
Copyright © 2018. All rights reserved.