Package it.unimi.di.big.mg4j.query
Class BrowseItem
- java.lang.Object
-
- it.unimi.di.big.mg4j.query.BrowseItem
-
- Direct Known Subclasses:
ResultItem
public class BrowseItem extends Object
An instance of this class is used to pack the results gathered byQueryServlet
in such a way that they are easily accessible from the Velocity Template Language.- Since:
- 0.9.2
- Author:
- Sebastiano Vigna
-
-
Field Summary
Fields Modifier and Type Field Description CharSequence
alt
A non-marked version of the title (for IMG ALT attributes).CharSequence
text
The marked text.CharSequence
title
The (possibly marked) title.CharSequence
uri
The result URI.
-
Constructor Summary
Constructors Constructor Description BrowseItem()
-
-
-
Field Detail
-
title
public CharSequence title
The (possibly marked) title.
-
uri
public CharSequence uri
The result URI.
-
text
public CharSequence text
The marked text.
-
alt
public CharSequence alt
A non-marked version of the title (for IMG ALT attributes).
-
-
Method Detail
-
alt
public final CharSequence alt()
-
text
public CharSequence text()
-
title
public CharSequence title()
-
uri
public CharSequence uri()
-
-