|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.dds.action.form.VocabCachingActionForm
public class VocabCachingActionForm
A Struts Form bean for handling DDS requests that use controlled vocab caching (for redisplay in proper order/groupings)
Field Summary | |
---|---|
protected String |
system
|
protected MetadataVocab |
vocab
|
protected Map |
vocabCache
|
protected String |
vocabCacheGroup
|
protected String |
vocabInterface
|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
VocabCachingActionForm()
|
Method Summary | |
---|---|
void |
clearVocabCache()
Description of the Method |
ArrayList |
getCachedVocabValuesInOrder()
Gets the cachedVocabValuesInOrder attribute of the DDSViewResourceForm object |
String |
getCachedVocabValuesLastIndex()
Gets the cachedVocabValuesLastIndex attribute of the HistogramForm object |
String |
getSystem()
Gets the system attribute of the VocabCachingActionForm object |
void |
setSystem(String system)
Sets the system attribute of the VocabCachingActionForm object |
void |
setVocab(MetadataVocab vocab)
Sets the vocab attribute of the VocabCachingActionForm object |
void |
setVocabCacheValue(String vocabValue)
Description of the Method |
void |
setVocabInterface(String vocabInterface)
Sets the vocabInterface attribute of the HistogramForm object |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MetadataVocab vocab
protected Map vocabCache
protected String vocabCacheGroup
protected String vocabInterface
protected String system
Constructor Detail |
---|
public VocabCachingActionForm()
Method Detail |
---|
public void setVocabInterface(String vocabInterface)
vocabInterface
- The new vocabInterface valuepublic void setSystem(String system)
system
- The new system valuepublic String getSystem()
public void setVocab(MetadataVocab vocab)
vocab
- The new vocab valuepublic void clearVocabCache()
public void setVocabCacheValue(String vocabValue)
vocabValue
- public ArrayList getCachedVocabValuesInOrder()
public String getCachedVocabValuesLastIndex()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |