|
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.search.browse.TocContext
public class TocContext
Holds context properties and summary information for a build toc request.
| Constructor Summary | |
|---|---|
TocContext()
Default constructor. |
|
| Method Summary | |
|---|---|
TocIndexAdapter |
getIndexAdapter()
Gets the Lucene index adapter. |
MessageBroker |
getMessageBroker()
Gets the resource bundle message broker. |
String |
getMimeType()
Gets the HTTP response MIME type. |
String |
getOutputFormat()
Gets the output format. |
RequestContext |
getRequestContext()
Gets the underlying request context. |
String |
getSubjectResourceID()
Gets the subject resource identifier (if applicable). |
void |
setMessageBroker(MessageBroker messageBroker)
Sets the resource bundle message broker. |
void |
setOutputFormat(String outputFormat)
Sets the HTTP output format (MIME type). |
void |
setRequestContext(RequestContext requestContext)
Sets the underlying request context. |
void |
setSubjectResourceID(String id)
Sets the subject resource identifier (if applicable). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TocContext()
| Method Detail |
|---|
public TocIndexAdapter getIndexAdapter()
public MessageBroker getMessageBroker()
public void setMessageBroker(MessageBroker messageBroker)
messageBroker - the message brokerpublic String getMimeType()
public String getOutputFormat()
public void setOutputFormat(String outputFormat)
outputFormat - the output formatpublic RequestContext getRequestContext()
public void setRequestContext(RequestContext requestContext)
requestContext - the request contextpublic String getSubjectResourceID()
public void setSubjectResourceID(String id)
id - the resource id
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||