|
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.server.csw.provider.components.ServiceProperties
public class ServiceProperties
Describes the properties associated with a service.
Constructor Summary | |
---|---|
ServiceProperties()
Default constructor |
Method Summary | |
---|---|
Map<String,Object> |
getAdditionalProperties()
Gets the free form map of additional properties. |
String |
getCswBaseURL()
Convenience method to get the base CSW URL used for call back functions. |
String |
getCswSubContextPath()
Gets the HTTP sub-context path associated with the CSW service. |
String |
getHttpContextPath()
Gets the base context path associated with an active HTTP request. |
String |
getResourceFilePrefix()
Gets the path prefix for resource files. |
String |
getServiceName()
Gets the service name. |
String |
getServiceVersion()
Gets the service version. |
SupportedParameters |
getSupportedParameters()
Gets the supported parameters. |
ISupportedValues |
getSupportedValues(String parameterName)
Gets the supported values for a parameter. |
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Sets the free form map of additional properties. |
void |
setCswSubContextPath(String path)
Sets the HTTP sub-context path associated with the CSW service. |
void |
setHttpContextPath(String path)
Sets the base context path associated with an active HTTP request. |
void |
setResourceFilePrefix(String resourceFilePrefix)
Sets the path prefix for XML/XSLT resource files. |
void |
setServiceName(String serviceName)
Sets the service name. |
void |
setServiceVersion(String serviceVersion)
Sets the service version. |
void |
setSupportedParameters(SupportedParameters supportedParameters)
Sets the supported parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceProperties()
Method Detail |
---|
public Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties
- the additional propertiespublic String getCswBaseURL()
A CSW base URL will have the form:
http://host:port/context/sub-context
e.g. http://host:port/geoportal/csw
public String getCswSubContextPath()
A CSW request URL will have the form:
http://host:port/context/sub-context
e.g. http://host:port/geoportal/csw
where /csw is the CSW sub-context path
public void setCswSubContextPath(String path)
A CSW base URL will have the form:
http://host:port/context/sub-context
e.g. http://host:port/geoportal/csw
where /csw is the CSW sub-context path
path
- the CSW sub-context pathpublic String getHttpContextPath()
The base context path has the form:
http://host:port/context
public void setHttpContextPath(String path)
The base context path has the form:
http://host:port/context
path
- the base context pathpublic String getResourceFilePrefix()
public void setResourceFilePrefix(String resourceFilePrefix)
resourceFilePrefix
- the resource file path prefixpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the service namepublic String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion
- the service versionpublic SupportedParameters getSupportedParameters()
public void setSupportedParameters(SupportedParameters supportedParameters)
supportedParameters
- the supported parameterspublic ISupportedValues getSupportedValues(String parameterName)
parameterName
- the parameter name
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |