|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.browse.BrowseEngine
public class BrowseEngine
This class does most of the actual grunt work of preparing a browse result. It takes in to a couple of available methods (depending on your desired browse type) a BrowserScope object, and uses this to produce a BrowseInfo object which is sufficient to describe to the User Interface the results of the requested browse
| Constructor Summary | |
|---|---|
BrowseEngine(Context context)
Create a new instance of the Browse engine, using the given DSpace Context object. |
|
| Method Summary | |
|---|---|
BrowseInfo |
browse(BrowserScope bs)
Perform a standard browse, which will return a BrowseInfo object that represents the results for the current page, the total number of results, the range, and information to construct previous and next links on any web page |
BrowseInfo |
browseMini(BrowserScope bs)
Perform a limited browse, which only returns the results requested, without any extraneous information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowseEngine(Context context)
throws BrowseException
context - the DSpace context
BrowseException| Method Detail |
|---|
public BrowseInfo browse(BrowserScope bs)
throws BrowseException
bs - the scope of the browse
BrowseException
public BrowseInfo browseMini(BrowserScope bs)
throws BrowseException
bs - the scope of the browse
BrowseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||