|
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.catalog.search.ResourceLink
public class ResourceLink
Represents a bind-able link associated with a document or resource.
Field Summary | |
---|---|
static String |
TAG_ADDTOMAP
Add to map tag = "addToMap" |
static String |
TAG_AGSKML
ArcGIS kml tag = "agskml" |
static String |
TAG_AGSLYR
ArcGIS lyr tag = "agslyr" |
static String |
TAG_AGSNMF
ArcGIS nmf tag = "agsnmf" |
static String |
TAG_CONTENTTYPE
Content type icon tag = "contentType" |
static String |
TAG_CUSTOM
Custom link tag = "customLink" |
static String |
TAG_DETAILS
View details tag = "details" |
static String |
TAG_METADATA
View metadata tag = "metadata" |
static String |
TAG_OPEN
Open resource tag = "open" |
static String |
TAG_PREVIEW
Preview resource tag = "preview" |
static String |
TAG_PREVIEW_PARAM_INFO
Tag preview helper. |
static String |
TAG_RESOURCE
View metadata tag = "metadata" |
static String |
TAG_THUMBNAIL
Thumbnail tag = "thumbnail" |
static String |
TAG_WEBSITE
Open website tag = "website" |
static String |
TAG_ZOOMTO
Zoom link. |
Constructor Summary | |
---|---|
ResourceLink()
Default constructor. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
String |
getLabel()
Gets the label. |
String |
getLabelResourceKey()
Gets the key associated with the label within a message property resource bundle. |
StringAttributeMap |
getParameters()
Gets the map of arbitrarily configured parameters associated with this link. |
String |
getTag()
Gets an arbitrary tag associated with this link. |
String |
getTarget()
Gets the target. |
String |
getUrl()
Gets the URL. |
boolean |
isForExtenalRecord()
Gets the isForExtenalRecord |
void |
setForExtenalRecord(boolean isForExtenalRecord)
Sets the isForExtenalRecord |
void |
setLabel(String label)
Sets the label. |
void |
setLabelResourceKey(String key)
Sets the key associated with the label within a message property resource bundle. |
void |
setTag(String tag)
Sets an arbitrary tag associated with this link. |
void |
setTarget(String target)
Sets the target. |
void |
setUrl(String url)
Sets the URL. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String TAG_ADDTOMAP
public static final String TAG_AGSKML
public static final String TAG_AGSLYR
public static final String TAG_AGSNMF
public static final String TAG_CONTENTTYPE
public static final String TAG_DETAILS
public static final String TAG_METADATA
public static final String TAG_OPEN
public static final String TAG_PREVIEW
public static final String TAG_PREVIEW_PARAM_INFO
public static final String TAG_THUMBNAIL
public static final String TAG_WEBSITE
public static final String TAG_CUSTOM
public static final String TAG_ZOOMTO
public static final String TAG_RESOURCE
Constructor Detail |
---|
public ResourceLink()
Method Detail |
---|
public boolean isForExtenalRecord()
public void setForExtenalRecord(boolean isForExtenalRecord)
isForExtenalRecord
- the isForExtenalRecord to setpublic String getLabel()
public void setLabel(String label)
label
- the labelpublic String getLabelResourceKey()
public void setLabelResourceKey(String key)
key
- the label's resource keypublic StringAttributeMap getParameters()
public String getTag()
public void setTag(String tag)
tag
- the tagpublic String getTarget()
public void setTarget(String target)
target
- the Targetpublic String getUrl()
public void setUrl(String url)
url
- the URLpublic void echo(StringBuffer sb)
sb
- the buffer to use when appending informationpublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |