org.openregistry.core.web.resources.representations
Class LinkRepresentation

java.lang.Object
  extended by org.openregistry.core.web.resources.representations.LinkRepresentation

public class LinkRepresentation
extends java.lang.Object

Simple Java Bean encapsulating the representation of a collection of link XHTML fragments for the purpose of exposing it via RESTful resources. This is class is marshalled into an XML representation using JAXB.

This class is immutable

Since:
1.0
Author:
Dmitriy Kopylenko

Nested Class Summary
static class LinkRepresentation.Link
           
 
Constructor Summary
LinkRepresentation()
          Required by JAXB
LinkRepresentation(java.util.List<LinkRepresentation.Link> links)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkRepresentation

public LinkRepresentation()
Required by JAXB


LinkRepresentation

public LinkRepresentation(java.util.List<LinkRepresentation.Link> links)


Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.