| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.georss.AtomFeedWriter
public class AtomFeedWriter
ATOM feed writer.
| Nested Class Summary | |
|---|---|
 class | 
AtomFeedWriter.AtomEntry
Represents an Atom Entry.  | 
 class | 
AtomFeedWriter.AtomFeed
Represents an Atom Feed.  | 
| Constructor Summary | |
|---|---|
AtomFeedWriter(PrintWriter writer)
Constructor.  | 
|
AtomFeedWriter(PrintWriter writer,
               String entryBaseUrl)
Constructor.  | 
|
| Method Summary | |
|---|---|
 String | 
getEntryBaseUrl()
Gets the entry base url.  | 
 MessageBroker | 
getMessageBroker()
Gets the Message Broker.  | 
 RecordSnippetWriter.Target | 
getTarget()
Gets links target.  | 
 void | 
set_messageBroker(MessageBroker broker)
Sets the Message Broker.  | 
 void | 
setEntryBaseUrl(String url)
Sets the entry base url.  | 
 void | 
setTarget(RecordSnippetWriter.Target target)
Sets links target.  | 
 void | 
write(SearchResultRecords records)
Write Atom Feed.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AtomFeedWriter(PrintWriter writer)
writer - the writer
public AtomFeedWriter(PrintWriter writer,
                      String entryBaseUrl)
writer - the writerentryBaseUrl - provider URL| Method Detail | 
|---|
public void setEntryBaseUrl(String url)
url - the new entry base urlpublic String getEntryBaseUrl()
public RecordSnippetWriter.Target getTarget()
public void setTarget(RecordSnippetWriter.Target target)
target - links targetpublic MessageBroker getMessageBroker()
public void set_messageBroker(MessageBroker broker)
broker - the new _message brokerpublic void write(SearchResultRecords records)
write in interface FeedWriterrecords - records to write
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||