Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.gxe
Class GxeContext

java.lang.Object
  extended by com.esri.gpt.catalog.gxe.GxeContext

public class GxeContext
extends Object

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

URI_GXE

public static final String URI_GXE
URI GXE - "http://www.esri.com/geoportal/gxe"

See Also:
Constant Field Values

URI_GXEHTML

public static final String URI_GXEHTML
URI GXEHTML - "http://www.esri.com/geoportal/gxe/html"

See Also:
Constant Field Values
Constructor Detail

GxeContext

public GxeContext()
Default constructor.

Method Detail

getActiveDefinition

public GxeDefinition getActiveDefinition()
Gets the Geoportal XML definition that is currently active.

Returns:
the definition (can be null)

setActiveDefinition

public void setActiveDefinition(GxeDefinition activeDefinition)
Sets the Geoportal XML definition that is currently active.

Parameters:
activeDefinition - the definition

getFacesContext

public FacesContext getFacesContext()
Gets the current FacesContext instance.

Returns:
the FacesContext

getMessageBroker

public MessageBroker getMessageBroker()
Gets the resource bundle message broker.

Returns:
the message broker (can be null)

setMessageBroker

public void setMessageBroker(MessageBroker messageBroker)
Sets the resource bundle message broker.

Parameters:
messageBroker - the message broker

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.