Modifier and Type | Field and Description |
---|---|
protected Template |
ContentDetailsPanel.currentSelectedTemplate |
Modifier and Type | Field and Description |
---|---|
static org.apache.wicket.markup.html.form.IChoiceRenderer<Template> |
ContentDetailsPanel.TEMPLATE_CHOICE_RENDERED |
Modifier and Type | Method and Description |
---|---|
protected Template |
ContentDetailsPanel.getCurrentTemplate(PageIdentifier page) |
Modifier and Type | Method and Description |
---|---|
static FacetMeta |
ContentDetailsPanel.getFacetMeta(Template t,
AbstractContentFacet facet)
An Override to
getFacetMeta(String) since that does not support Index search. |
protected boolean |
ContentDetailsPanel.showPreview(Template t) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentTemplate<T>
Template specific to CMS Content types |
class |
ContentTemplate<T>
Template specific to CMS Content types |
Modifier and Type | Method and Description |
---|---|
Template |
ContentPathTransformer.getAssociatedTemplate()
Used to construct a path from
PageIdentifier |
Modifier and Type | Method and Description |
---|---|
Function<PageIdentifier,Template> |
ContentPathTransformer.getPageToTemplate()
|
Modifier and Type | Method and Description |
---|---|
String |
ContentServiceImpl.mount(ContentDescriber content,
Template template)
Deprecated.
Mount a page so its accessible on the webite.
|
String |
GenericContentService.mount(C content,
Template template)
Mount a page so its accessible on the webite.
|
String |
GenericHierarchyContentServiceImpl.mount(C content,
Template template)
Mount a page so its accessible on the webite.
|
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 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) |
void |
ContentPathTransformer.setAssociatedTemplate(Template associatedTemplate)
Used to construct a path from
PageIdentifier |
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 |
---|---|
void |
SingleContentPerFacetPublishAdapter.publishActions(Template template,
Content content)
Public the given
ContentDescriber in the context of the provided Template
By default the following ContentType are processed:
ContentType.MARKUP
ContentType.HTML
ContentType.SAFE_HTML
ContentType.MARKUP_SCRIPT
ContentType.TEXT
ContentType.XML
... |
void |
CacheFlushPublishAdapter.publishActions(Template template,
ContentDescriber content) |
void |
IPublisherAdapter.publishActions(Template template,
ENTITY entity) |
void |
ChainPublishAdapter.publishActions(Template template,
ENTITY entity) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryTemplatePage<C extends ContentDescriber,T extends Template<TemplatePage>>
Deprecated.
|
class |
MockTemplatePage<T extends Template<TemplatePage>>
Mock implementation for
TemplatePage |
class |
PublishTemplatePage<T extends Template<?>,C extends AbstractContent<?,?>>
A Simple implementation of the
TemplatePage , which allows for the following of Status .PUBLISH or Status .PREVIEW'd info:
Header Markup (htmlHeadContent - PublishContentPanel )
Main HTML Content for the Body (htmlMainBodyContent - PublishContentPanel ); body content supplied by bean in Spring by name publishableContentModel i.e. |
class |
TemplatePage<T extends Template<?>,C extends Content>
Allow Templates to be switched for Pages.
|
Modifier and Type | Field and Description |
---|---|
protected T |
TemplatePage.template |
protected Template<TemplatePage> |
CategoryTemplatePage.templateForChild
Deprecated.
For the rendering of the Child elements what template will be Used and so the Child will be defined as per the facets in this template
|
Modifier and Type | Method and Description |
---|---|
Template<?> |
TemplatePage.getTemplate()
Get the associated
Template with this component. |
Modifier and Type | Class and Description |
---|---|
class |
ListViewTemplatePanel<T extends Template<TemplatePanel>,M extends Serializable>
Allow Dynamic content via
Template to create the UI component for the template using a ListView
This is a ListView adaptation of TemplatePanel |
class |
TemplatePanel<T extends Template<TemplatePanel>,M extends Serializable>
Allow Dynamic content via
Template to create the UI component for the template. |
Modifier and Type | Field and Description |
---|---|
protected T |
TemplatePanel.template |
Modifier and Type | Method and Description |
---|---|
Template |
PageToTemplate.apply(PageIdentifier t) |
Modifier and Type | Class and Description |
---|---|
class |
PostTemplate<T>
Further sub-classification of Template type for possible filteration usage.
|
Constructor and Description |
---|
ProductDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<P> model,
Template template,
CustomTemplateRenderAdapter<P,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
ProductTemplate<REF>
Markup associated with
Product s. |
Modifier and Type | Class and Description |
---|---|
class |
CategoryTemplate<P,T extends Template<?>>
A Template that would render child components which are governed by their own
Template |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizableTemplate<REF>
A
Template that supports being Authorizable |
class |
CategoryTemplate<P,T extends Template<?>>
A Template that would render child components which are governed by their own
Template |
Modifier and Type | Field and Description |
---|---|
protected T |
CategoryTemplate.templateForChild
For the rendering of the Child elements on this Page,
what template will be Used and so the Child will be defined as per the facets in this template
One can derive from each child. |
Constructor and Description |
---|
AuthorizableTemplate(Template<REF> template) |
Template(Template template) |
Modifier and Type | Field and Description |
---|---|
protected Template |
DefaultWicketTemplateRenderAdapter.template |
Constructor and Description |
---|
DefaultWicketTemplateRenderAdapter(List<org.apache.wicket.Component> rawAddedComponents,
FileUploadWrapper resourceUploader,
Template template,
org.apache.wicket.markup.html.WebMarkupContainer callingTemplate) |
DefaultWicketTemplateRenderAdapter(Template template) |
DefaultWicketTemplateRenderAdapter(Template template,
org.apache.wicket.markup.html.WebMarkupContainer callingTemplate) |
Modifier and Type | Method and Description |
---|---|
<T extends Template> |
TemplateService.getTemplates(Class... templateTypes)
Get all templates available to context.
|
Modifier and Type | Method and Description |
---|---|
Template |
TemplateService.getTemplate(Query<Template> qry)
Get the Template based on a Query
|
Template |
TemplateServiceImpl.getTemplate(Query<Template> qry) |
Template |
TemplateService.getTemplateByName(String name)
Matches
getName() to get the associated template |
Template |
TemplateServiceImpl.getTemplateByName(String name) |
Template |
TemplateService.getTemplateByRefId(String refId)
Use whatever reference identifier is used to refer to the template like name or bean-name (if templates defined in Spring configs) etc
Note, the Ref-id is not the same as getId() or getName() ; but can be different yet unique based
on the implementation scheme of creating templates and referring to them. |
Template |
TemplateServiceImpl.getTemplateByRefId(String refId) |
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) |
Collection<Template> |
TemplateServiceImpl.getTemplates(Class... templateTypes) |
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) |
Template |
TemplateService.getTemplate(Query<Template> qry)
Get the Template based on a Query
|
Template |
TemplateServiceImpl.getTemplate(Query<Template> qry) |
Modifier and Type | Class and Description |
---|---|
class |
EntityTemplate<REF>
Markup associated with generic Entities.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TemplatePanelPageMatcher.matches(TemplatePage panel,
Template templateDesc) |
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.