|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.search.SearchXslRecordLinks
public class SearchXslRecordLinks
The Class SearchXslRecordLinks.
Constructor Summary | |
---|---|
SearchXslRecordLinks()
|
Method Summary | |
---|---|
void |
addCustomLink(String label,
String url)
Adds the custom link. |
void |
addDefaultLinkOptions(String tag,
boolean show)
Adds the default link options. |
Map<String,List<String>> |
getCustomLinks()
Gets the custom links. |
boolean |
getShowZoomTo()
Returns whether zoomto should be viewable. |
boolean |
readShowLink(String tag)
Read link option. |
boolean |
readShowLink(String tag,
boolean defaultShowLink)
Read show link. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchXslRecordLinks()
Method Detail |
---|
public Map<String,List<String>> getCustomLinks()
public void addCustomLink(String label, String url)
label
- the labelurl
- the urlpublic void addDefaultLinkOptions(String tag, boolean show)
tag
- the tagshow
- the showpublic boolean readShowLink(String tag)
tag
- the tag
public boolean readShowLink(String tag, boolean defaultShowLink)
tag
- the tagdefaultShowLink
- the default show link
public boolean getShowZoomTo()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |