|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.di.mg4j.query.BrowseItem
public class BrowseItem
An instance of this class is used to pack the results gathered by QueryServlet
in such a way that they are easily accessible from the Velocity Template Language.
| Field Summary | |
|---|---|
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 | |
|---|---|
BrowseItem()
|
|
| Method Summary | |
|---|---|
CharSequence |
alt()
|
CharSequence |
text()
|
CharSequence |
title()
|
String |
toString()
|
CharSequence |
uri()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public CharSequence title
public CharSequence uri
public CharSequence text
public CharSequence alt
| Constructor Detail |
|---|
public BrowseItem()
| Method Detail |
|---|
public final CharSequence alt()
public CharSequence text()
public CharSequence title()
public CharSequence uri()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||