|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.registry.web.struts.CategoryTypesDisplayLink
public final class CategoryTypesDisplayLink
This class links a display value against the category types supported
Field Summary | |
---|---|
static java.lang.String |
DDC
Stores a reference to the display string for ddc |
private static java.util.List |
displayKeys
Stores a reference to the map of display links to categories |
private static java.util.HashMap |
displayLink
Stores a reference to the map of display links to categories |
static java.lang.String |
GENERAL_KEYWORDS
Stores a reference to the display string for general keywords |
static java.lang.String |
LCSH
Stores a reference to the display string for lcsh |
static java.lang.String |
SELECT
Stores a reference to the SELECT display key string |
Constructor Summary | |
---|---|
CategoryTypesDisplayLink()
|
Method Summary | |
---|---|
static CategoryType |
getCategoryType(java.lang.String key)
Return the category type for the display key |
static java.util.List |
getDisplayKeys()
Returns a list of all the display keys |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.HashMap displayLink
private static java.util.List displayKeys
public static final java.lang.String GENERAL_KEYWORDS
public static final java.lang.String LCSH
public static final java.lang.String DDC
public static final java.lang.String SELECT
Constructor Detail |
---|
public CategoryTypesDisplayLink()
Method Detail |
---|
public static java.util.List getDisplayKeys()
public static CategoryType getCategoryType(java.lang.String key)
key
- the display key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |