Interface NodeContainerViewController
-
- All Superinterfaces:
ViewController
- All Known Implementing Classes:
DefaultGalleryViewController
,DefaultNodeContainerViewController
,HtmlTemplateGalleryViewController
public interface NodeContainerViewController extends ViewController
- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static it.tidalwave.util.Key<java.util.List<java.lang.String>>
P_INLINED_SCRIPTS
The list of relative paths for inlined JavaScript scripts.static it.tidalwave.util.Key<java.util.List<java.lang.String>>
P_PRINT_STYLE_SHEETS
The list of relative paths or URLs for print CSS style sheets.static it.tidalwave.util.Key<java.util.List<java.lang.String>>
P_RSS_FEEDS
The list of relative paths for inlined RSS feeds.static it.tidalwave.util.Key<java.util.List<java.lang.String>>
P_SCREEN_STYLE_SHEETS
The list of relative paths or URLs for screen CSS style sheets.static it.tidalwave.util.Key<java.util.List<java.lang.String>>
P_SCRIPTS
The list of relative paths or URLs for external JavaScript scripts.static it.tidalwave.util.Key<java.lang.String>
P_TITLE_PREFIX
The prefix to prepend to the HTML title.static it.tidalwave.util.Key<java.lang.String>
PD_ID
Dynamic property generated during rendering with the unique id of the blog post.static it.tidalwave.util.Key<java.lang.String>
PD_IMAGE_ID
Dynamic property generated during rendering with the id of the primary image to be associated to this view.static it.tidalwave.util.Key<java.lang.String>
PD_TITLE
Dynamic property generated during rendering with the title of the blog post.static it.tidalwave.util.Key<java.lang.String>
PD_URL
Dynamic property generated during rendering with the permalink of the blog post.
-
Method Summary
-
Methods inherited from interface it.tidalwave.northernwind.frontend.ui.ViewController
findVirtualSiteNodes, initialize, prepareRendering, renderView
-
-
-
-
Field Detail
-
P_TITLE_PREFIX
static final it.tidalwave.util.Key<java.lang.String> P_TITLE_PREFIX
The prefix to prepend to the HTML title.
-
P_SCREEN_STYLE_SHEETS
static final it.tidalwave.util.Key<java.util.List<java.lang.String>> P_SCREEN_STYLE_SHEETS
The list of relative paths or URLs for screen CSS style sheets.
-
P_PRINT_STYLE_SHEETS
static final it.tidalwave.util.Key<java.util.List<java.lang.String>> P_PRINT_STYLE_SHEETS
The list of relative paths or URLs for print CSS style sheets.
-
P_RSS_FEEDS
static final it.tidalwave.util.Key<java.util.List<java.lang.String>> P_RSS_FEEDS
The list of relative paths for inlined RSS feeds.
-
P_SCRIPTS
static final it.tidalwave.util.Key<java.util.List<java.lang.String>> P_SCRIPTS
The list of relative paths or URLs for external JavaScript scripts.
-
P_INLINED_SCRIPTS
static final it.tidalwave.util.Key<java.util.List<java.lang.String>> P_INLINED_SCRIPTS
The list of relative paths for inlined JavaScript scripts.
-
PD_TITLE
static final it.tidalwave.util.Key<java.lang.String> PD_TITLE
Dynamic property generated during rendering with the title of the blog post.
-
PD_URL
static final it.tidalwave.util.Key<java.lang.String> PD_URL
Dynamic property generated during rendering with the permalink of the blog post.
-
PD_ID
static final it.tidalwave.util.Key<java.lang.String> PD_ID
Dynamic property generated during rendering with the unique id of the blog post.
-
PD_IMAGE_ID
static final it.tidalwave.util.Key<java.lang.String> PD_IMAGE_ID
Dynamic property generated during rendering with the id of the primary image to be associated to this view.
-
-