|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.registry.web.struts.ProtocolTypesDisplayLink
public final class ProtocolTypesDisplayLink
This class links a display value against the protcol types supported
Field Summary | |
---|---|
private static java.util.List |
displayKeys
Stores a reference to the map of display links to protocols |
private static java.util.HashMap |
displayLink
Stores a reference to the map of display links to protocols |
static java.lang.String |
SELECT
Stores a reference to the SELECT display key string |
static java.lang.String |
SRW
Stores a reference to the display string for SRW |
static java.lang.String |
Z3950
Stores a reference to the display string for Z3950 |
Constructor Summary | |
---|---|
ProtocolTypesDisplayLink()
|
Method Summary | |
---|---|
static java.util.List |
getDisplayKeys()
Returns a list of all the display keys |
static Protocol |
getProtocolType(java.lang.String key)
Return the protocol type for the display key |
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 Z3950
public static final java.lang.String SRW
public static final java.lang.String SELECT
Constructor Detail |
---|
public ProtocolTypesDisplayLink()
Method Detail |
---|
public static java.util.List getDisplayKeys()
public static Protocol getProtocolType(java.lang.String key)
key
- the display key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |