Class DefaultNodeContainerViewController
- java.lang.Object
-
- it.tidalwave.northernwind.frontend.ui.component.nodecontainer.DefaultNodeContainerViewController
-
- All Implemented Interfaces:
NodeContainerViewController
,ViewController
- Direct Known Subclasses:
DefaultGalleryViewController
public class DefaultNodeContainerViewController extends java.lang.Object implements NodeContainerViewController
- Author:
- Fabrizio Giudici
-
-
Field Summary
-
Fields inherited from interface it.tidalwave.northernwind.frontend.ui.component.nodecontainer.NodeContainerViewController
P_INLINED_SCRIPTS, P_PRINT_STYLE_SHEETS, P_RSS_FEEDS, P_SCREEN_STYLE_SHEETS, P_SCRIPTS, P_TITLE_PREFIX, PD_ID, PD_IMAGE_ID, PD_TITLE, PD_URL
-
-
Constructor Summary
Constructors Constructor Description DefaultNodeContainerViewController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
computeInlinedScriptsSection()
.protected ResourceProperties
getViewProperties()
.void
renderView(RenderContext context)
Renders the component to a view.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.tidalwave.northernwind.frontend.ui.ViewController
findVirtualSiteNodes, initialize, prepareRendering
-
-
-
-
Method Detail
-
renderView
public void renderView(@Nonnull RenderContext context) throws java.lang.Exception
Renders the component to a view.- Specified by:
renderView
in interfaceViewController
- Parameters:
context
- the context for rendering- Throws:
java.lang.Exception
- in case of problems - it will cause a fatal error (such as HTTP status 500)
-
getViewProperties
@Nonnull protected ResourceProperties getViewProperties()
.
-
computeInlinedScriptsSection
@Nonnull protected java.lang.String computeInlinedScriptsSection()
.
-
-