de.smartics.properties.admin.resources.representation.html
Class PropertyHtmlRepresentationRenderer
java.lang.Object
de.smartics.properties.admin.resources.representation.share.AbstractRepresentationRenderer<T>
de.smartics.properties.admin.resources.representation.html.share.AbstractHtmlRepresentationRenderer<ConfigurationProperty>
de.smartics.properties.admin.resources.representation.html.PropertyHtmlRepresentationRenderer
-
All Implemented Interfaces:
-
de.smartics.resteasy.hypermedia.renderer.RepresentationRenderer<
ConfigurationProperty>
-
public final class PropertyHtmlRepresentationRenderer
-
extends
AbstractHtmlRepresentationRenderer<
ConfigurationProperty>
Displays a single property 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 |
PropertyHtmlRepresentationRenderer
public PropertyHtmlRepresentationRenderer(de.smartics.html5.jatl.HtmlResourceContext htmlContext,
ConfigurationProperty 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.
getTitle
protected String getTitle()
-
Description copied from class:
AbstractHtmlRepresentationRenderer
-
Returns the title to the page.
-
-
Specified by:
-
getTitle
in class
AbstractHtmlRepresentationRenderer<ConfigurationProperty>
-
-
Returns:
-
the title to the page.
bodyContents
protected void bodyContents()
-
Description copied from class:
AbstractHtmlRepresentationRenderer
-
The contents to write to the HTML body.
-
-
Specified by:
-
bodyContents
in class
AbstractHtmlRepresentationRenderer<ConfigurationProperty>
-
breadcrumbLinks
protected List<de.smartics.resteasy.hypermedia.renderer.LinkDescriptor> breadcrumbLinks()
-
Description copied from class:
AbstractHtmlRepresentationRenderer
-
Returns the breadcrumbs.
-
-
Specified by:
-
breadcrumbLinks
in class
AbstractHtmlRepresentationRenderer<ConfigurationProperty>
-
-
Returns:
-
the list of breadcrumb links.
Copyright © 2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.