Modifier and Type | Class and Description |
---|---|
class |
Comment
Comment
A {Topic + id} should be unique |
Modifier and Type | Method and Description |
---|---|
protected Template |
ContentDetailsPanel.getCurrentTemplate(PageIdentifier page) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContent<CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
class |
ContentDescriber
Describes Content and is identified by a unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Function<PageIdentifier,Template> |
ContentPathTransformer.getPageToTemplate()
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultContentPathConstructor.getPageName(PageIdentifier page)
For Override
|
String |
ContentPathConstructor.getPageName(PageIdentifier page)
A standard way to identify a Page
|
protected boolean |
ContentPathTransformer.hasLink(PageIdentifier page)
If it returns true, it will assume path to have a link.
|
protected boolean |
CategoryContentPathTransformer.hasLink(PageIdentifier page)
If it returns true, it will assume path to have a link.
|
static String |
MountPathReLoader.pageNameConstruct(Template associatedTemplate,
PageIdentifier page)
Get mount path location/name
|
String |
DefaultContentPathConstructor.pageNameConstruct(Template associatedTemplate,
PageIdentifier page)
Get mount path location/name
|
String |
ContentPathConstructor.pageNameConstruct(Template associatedTemplate,
PageIdentifier page)
Get mount path location/name
|
static String |
MountPathReLoader.pageNameConstruct(Template associatedTemplate,
PageIdentifier page,
boolean preview)
Get mount path location/name
Paths constructed here should be compatible with MountPathReLoader#getStaus(java.util.Map) |
String |
DefaultContentPathConstructor.pageNameConstruct(Template associatedTemplate,
PageIdentifier page,
boolean preview)
Get mount path location/name
Paths constructed here should be compatible with MountPathReLoader#getStaus(java.util.Map)
This method accepts the following constants from Template.getAttributes()
DefaultContentPathConstructor.PREVIEW_BASE_URL
DefaultContentPathConstructor.CONTENT_QUERY_PARAMS
DefaultContentPathConstructor.CONTENT_PATH_PARAMS
DefaultContentPathConstructor.CLEAN_VARIABLES_PATH_PARAMS_REGEX
DefaultContentPathConstructor.CLEAN_VARIABLES_QUERY_PARAMS_REGEX
|
String |
ContentPathConstructor.pageNameConstruct(Template associatedTemplate,
PageIdentifier page,
boolean preview)
Get mount path location/name
Paths constructed here should be compatible with MountPathReLoader#getStaus(java.util.Map) |
protected String |
DefaultContentPathConstructor.replaceVariables(PageIdentifier page,
String paramTemplateString)
Replaces the variables in the String tempalte ($[var name]) by the values.
|
abstract String |
MountPathReLoader.updateMountPath(T webContext,
PageIdentifier page,
Template t) |
Modifier and Type | Method and Description |
---|---|
void |
ContentPathTransformer.setPageToTemplate(Function<PageIdentifier,Template> pageToTemplate)
|
Modifier and Type | Method and Description |
---|---|
URI |
DefaultContentLocationResolver.getLocation(PageIdentifier pageIdentifier,
String facetNameId)
Get the location of content
|
Modifier and Type | Field and Description |
---|---|
protected ContentLocationResolver<PageIdentifier,URI> |
MarkupContentModel.locationResolver |
Modifier and Type | Class and Description |
---|---|
class |
PageIdentifiersToLinks<P extends PageIdentifier,L extends FeedItem>
|
Modifier and Type | Method and Description |
---|---|
Template |
PageToTemplate.apply(PageIdentifier t) |
Modifier and Type | Class and Description |
---|---|
class |
Post
Blog Post
|
Modifier and Type | Method and Description |
---|---|
Map<Template,List<PageIdentifier>> |
PostTemplateServiceImpl.getPages(Collection<Template> templates,
Status status) |
Map<Template,List<PageIdentifier>> |
TemplateService.getPages(Collection<Template> templates,
Status status)
Get pages, categorized by the requested
Template s |
Map<Template,List<PageIdentifier>> |
TemplateServiceImpl.getPages(Collection<Template> templates,
Status status) |
Modifier and Type | Method and Description |
---|---|
String |
TemplatePageMounter.updateMountPath(org.apache.wicket.protocol.http.WebApplication application,
PageIdentifier page,
Template t)
Allow event based update/change of mapping for a Page.
|
Copyright © 2018. All rights reserved.