|
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.framework.jsf.FacesContextBroker
com.esri.gpt.catalog.schema.UiContext
public class UiContext
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 |
|---|
public UiContext()
| Method Detail |
|---|
public boolean getIsCreateDocument()
public void setIsCreateDocument(boolean isCreate)
isCreate - true if a new document is being created
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||