org.freecompany.infoset

Class ContentReference<T>

public class ContentReference<T> extends Object implements Reference<T>

Field Summary
protected Infoset<T>content
Constructor Summary
ContentReference(T content)
Method Summary
Infoset<T>infoset()
booleanresolved()

Field Detail

content

protected final Infoset<T> content

Constructor Detail

ContentReference

public ContentReference(T content)

Method Detail

infoset

public Infoset<T> infoset()

resolved

public boolean resolved()