|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.esri.gpt.framework.jsf.components.UIPrepareView
public class UIPrepareView
Initializes view of the page. Calls actionListener to initialize page and updates error/success messages.
PrepareViewTag
,
Serialized FormField Summary | |
---|---|
static String |
COMPONENT_FAMILY
The JSF Component family. |
static String |
COMPONENT_TYPE
The JSF Component type. |
Constructor Summary | |
---|---|
UIPrepareView()
|
Method Summary | |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
Completes begin phase of component encoding. |
String |
getFamily()
Gets component family. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIPrepareView()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
COMPONENT_FAMILY
)public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
context
- faces context
IOException
- if encoding fails
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |