|
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.catalog.gxe.GxeContext
public class GxeContext
Represents the context associated with execution of a GXE request.
| Field Summary | |
|---|---|
static String |
URI_GXE
URI GXE - "http://www.esri.com/geoportal/gxe" |
static String |
URI_GXEHTML
URI GXEHTML - "http://www.esri.com/geoportal/gxe/html" |
| Constructor Summary | |
|---|---|
GxeContext()
Default constructor. |
|
| Method Summary | |
|---|---|
GxeDefinition |
getActiveDefinition()
Gets the Geoportal XML definition that is currently active. |
FacesContext |
getFacesContext()
Gets the current FacesContext instance. |
MessageBroker |
getMessageBroker()
Gets the resource bundle message broker. |
void |
setActiveDefinition(GxeDefinition activeDefinition)
Sets the Geoportal XML definition that is currently active. |
void |
setMessageBroker(MessageBroker messageBroker)
Sets the resource bundle message broker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String URI_GXE
public static final String URI_GXEHTML
| Constructor Detail |
|---|
public GxeContext()
| Method Detail |
|---|
public GxeDefinition getActiveDefinition()
public void setActiveDefinition(GxeDefinition activeDefinition)
activeDefinition - the definitionpublic FacesContext getFacesContext()
public MessageBroker getMessageBroker()
public void setMessageBroker(MessageBroker messageBroker)
messageBroker - the message broker
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||