de.smartics.properties.admin.resources.representation.html
Class ConfigurationKeysHtmlRepresentationRenderer
java.lang.Object
de.smartics.properties.admin.resources.representation.share.AbstractRepresentationRenderer<T>
de.smartics.properties.admin.resources.representation.html.share.AbstractHtmlRepresentationRenderer<ConfigurationKeys>
de.smartics.properties.admin.resources.representation.html.ConfigurationKeysHtmlRepresentationRenderer
-
All Implemented Interfaces:
-
de.smartics.resteasy.hypermedia.renderer.RepresentationRenderer<
ConfigurationKeys>
-
public final class ConfigurationKeysHtmlRepresentationRenderer
-
extends
AbstractHtmlRepresentationRenderer<
ConfigurationKeys>
Displays the list of configuration keys in an HTML page.
Method Summary |
protected void |
bodyContents() The contents to write to the HTML body. |
protected List<de.smartics.resteasy.hypermedia.renderer.LinkDescriptor> |
breadcrumbLinks() Returns the breadcrumbs. |
protected String |
getTitle() Returns the title to the page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationKeysHtmlRepresentationRenderer
public ConfigurationKeysHtmlRepresentationRenderer(de.smartics.html5.jatl.HtmlResourceContext htmlContext,
ConfigurationKeys domainObject,
OutputStream entityStream)
-
Default constructor.
-
Parameters:
-
htmlContext
- the context information to render the representation.
-
domainObject
- the domain object to render.
-
entityStream
- the stream to write to.
bodyContents
protected void bodyContents()
-
Description copied from class:
AbstractHtmlRepresentationRenderer
-
The contents to write to the HTML body.
-
-
Specified by:
-
bodyContents
in class
AbstractHtmlRepresentationRenderer<ConfigurationKeys>
-
getTitle
protected String getTitle()
-
Description copied from class:
AbstractHtmlRepresentationRenderer
-
Returns the title to the page.
-
-
Specified by:
-
getTitle
in class
AbstractHtmlRepresentationRenderer<ConfigurationKeys>
-
-
Returns:
-
the title to the page.
breadcrumbLinks
protected List<de.smartics.resteasy.hypermedia.renderer.LinkDescriptor> breadcrumbLinks()
-
Description copied from class:
AbstractHtmlRepresentationRenderer
-
Returns the breadcrumbs.
-
-
Specified by:
-
breadcrumbLinks
in class
AbstractHtmlRepresentationRenderer<ConfigurationKeys>
-
-
Returns:
-
the list of breadcrumb links.
Copyright © 2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.