Serialized Form


Package de.smartics.resteasy.hypermedia.adapter

Class de.smartics.resteasy.hypermedia.adapter.DiscoveredResourceRepository extends org.jboss.resteasy.links.RESTServiceDiscovery implements Serializable

serialVersionUID: 1L

Serialized Fields

links

com.google.common.collect.Multimap<K,V> links
Maps relation values to links.


unencodeSlashInPath

boolean unencodeSlashInPath
Controls whether ( true) or not ( false) encoded slashes in the URL paths should be unencoded.


Package de.smartics.resteasy.hypermedia.renderer

Class de.smartics.resteasy.hypermedia.renderer.LinkMetadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
The identifier of the link.

See Also:
id

cssClass

String cssClass
The CSS class information to the link.


accessKey

String accessKey
The key label or list of key labels with which to associate the element; each key label represents a keyboard shortcut which UAs can use to activate the element or give focus to the element.

An ordered set of unique space-separated tokens, each of which must be exactly one Unicode code point in length.

See Also:
global attributes

tabIndex

Integer tabIndex
The tab index.

Specifies whether the element represents an element that is is focusable (that is, an element which is part of the sequence of focusable elements in the document), and the relative order of the element in the sequence of focusable elements in the document.

See Also:
global attributes

title

String title
The advisory information associated with the element.

See Also:
global attributes

dir

String dir
The element’s text directionality.

See Also:
global attributes

hidden

Boolean hidden
The hidden flag to specify that the element represents an element that is not yet, or is no longer, relevant.

See Also:
global attributes

label

String label
The standard label to be rendered as the visible part of the link.


shortLabel

String shortLabel
A short version of the label to be rendered in confined space.


help

String help
The detailed help information on the link.


target

String target
The name or keyword giving a browsing context for UAs to use when following the hyperlink.

See Also:
target

media

String media
The media for which the destination of the hyperlink was designed.

Values are according to Media Queries.

See Also:
media

contextMenu

String contextMenu
The identifier of a menu with which to associate the element as a context menu.

See Also:
contextmenu



Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.