|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeedWriter2
Extended feed writer.
Method Summary | |
---|---|
Map<String,String> |
getConfigParameters()
Gets the config parameters. |
RequestContext |
getContext()
Gets the context. |
MessageBroker |
getMessageBroker()
Gets the message broker. |
RestQuery |
getQuery()
Gets the query. |
HttpServletRequest |
getRequest()
Gets the request. |
HttpServletResponse |
getResponse()
Gets the response. |
void |
setConfigParameters(Map<String,String> configParameters)
Sets the config parameters. |
void |
setContext(RequestContext context)
Sets the context. |
void |
setMessageBroker(MessageBroker messageBroker)
Sets the message broker. |
void |
setQuery(RestQuery query)
Sets the query. |
void |
setRequest(HttpServletRequest request)
Sets the request. |
void |
setResponse(HttpServletResponse response)
Sets the response. |
void |
write(SearchResult result)
Write the search result. |
void |
writeError(Throwable err)
Write error. |
Methods inherited from interface com.esri.gpt.control.georss.FeedWriter |
---|
write |
Method Detail |
---|
MessageBroker getMessageBroker()
void setMessageBroker(MessageBroker messageBroker)
messageBroker
- the new message brokerRestQuery getQuery()
void setQuery(RestQuery query)
query
- the new queryHttpServletResponse getResponse()
void setResponse(HttpServletResponse response)
response
- the new responseHttpServletRequest getRequest()
void setRequest(HttpServletRequest request)
request
- the new requestRequestContext getContext()
void setContext(RequestContext context)
context
- the new contextvoid writeError(Throwable err)
err
- the errvoid write(SearchResult result)
result
- the resultMap<String,String> getConfigParameters()
void setConfigParameters(Map<String,String> configParameters)
configParameters
- the config parameters
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |