|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.browse.ItemListConfig
public class ItemListConfig
Class to mediate with the item list configuration
| Constructor Summary | |
|---|---|
ItemListConfig()
Create a new instance of the Item list configuration. |
|
| Method Summary | |
|---|---|
String[] |
getMetadata(int col)
what metadata is to go in the given column number |
String[] |
interpretField(String mfield,
String init)
Take a string representation of a metadata field, and return it as an array. |
int |
numCols()
how many columns are there? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemListConfig()
throws BrowseException
BrowseException| Method Detail |
|---|
public int numCols()
public String[] getMetadata(int col)
col -
public String[] interpretField(String mfield,
String init)
throws IOException
mfield - the string representation of the metadatainit - the default value of the array elements
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||