|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.georss.AFeedWriter2
public abstract class AFeedWriter2
The Class FeedWriter2.
Constructor Summary | |
---|---|
AFeedWriter2()
|
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. |
abstract void |
writeError(Throwable err)
Write error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.gpt.control.georss.FeedWriter |
---|
write |
Constructor Detail |
---|
public AFeedWriter2()
Method Detail |
---|
public MessageBroker getMessageBroker()
getMessageBroker
in interface FeedWriter2
public void setMessageBroker(MessageBroker messageBroker)
setMessageBroker
in interface FeedWriter2
messageBroker
- the new message brokerpublic RestQuery getQuery()
getQuery
in interface FeedWriter2
public void setQuery(RestQuery query)
setQuery
in interface FeedWriter2
query
- the new querypublic HttpServletResponse getResponse()
getResponse
in interface FeedWriter2
public void setResponse(HttpServletResponse response)
setResponse
in interface FeedWriter2
response
- the new responsepublic HttpServletRequest getRequest()
getRequest
in interface FeedWriter2
public void setRequest(HttpServletRequest request)
setRequest
in interface FeedWriter2
request
- the new requestpublic RequestContext getContext()
getContext
in interface FeedWriter2
public void setContext(RequestContext context)
setContext
in interface FeedWriter2
context
- the new contextpublic abstract void writeError(Throwable err)
writeError
in interface FeedWriter2
err
- the errpublic void write(SearchResult result)
write
in interface FeedWriter2
result
- the resultpublic Map<String,String> getConfigParameters()
getConfigParameters
in interface FeedWriter2
public void setConfigParameters(Map<String,String> configParameters)
setConfigParameters
in interface FeedWriter2
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 |