|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.browse.CrossLinks
public class CrossLinks
Class to represent the configuration of the cross-linking between browse pages (for example, between the author name in one full listing to the author's list of publications).
| Constructor Summary | |
|---|---|
CrossLinks()
Construct a new object which will obtain the configuration for itself |
|
| Method Summary | |
|---|---|
String |
getLinkType(String metadata)
get the type of link that the bit of metadata has |
boolean |
hasLink(String metadata)
Is there a link for the given canonical form of metadata (i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrossLinks()
throws BrowseException
BrowseException| Method Detail |
|---|
public boolean hasLink(String metadata)
metadata - the metadata to check for a link on
public String getLinkType(String metadata)
metadata - the metadata to get the link type for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||