Esri Geoportal Server
1.0

com.esri.gpt.catalog.schema
Class UiContext

java.lang.Object
  extended by com.esri.gpt.framework.jsf.FacesContextBroker
      extended by com.esri.gpt.catalog.schema.UiContext

public class UiContext
extends FacesContextBroker

Provides a context supporting the active UI request.

This class extends FacesContextBroker allowing ease of access to the FacesContext instance, MessageBroker and other utilities.


Constructor Summary
UiContext()
          Default constructor.
 
Method Summary
 boolean getIsCreateDocument()
          Gets the status indicating if a new document is being created.
 void setIsCreateDocument(boolean isCreate)
          Sets the status indicating if a new document is being created
 
Methods inherited from class com.esri.gpt.framework.jsf.FacesContextBroker
extractHttpServletRequest, extractHttpServletResponse, extractHttpSession, extractMessageBroker, extractPageContext, extractRequestContext, extractServletContext, extractViewRoot, getExternalContext, getFacesContext, resolveManagedBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiContext

public UiContext()
Default constructor.

Method Detail

getIsCreateDocument

public boolean getIsCreateDocument()
Gets the status indicating if a new document is being created.

Returns:
true if a new document is being created

setIsCreateDocument

public void setIsCreateDocument(boolean isCreate)
Sets the status indicating if a new document is being created

Parameters:
isCreate - true if a new document is being created

Esri Geoportal Server
1.0

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