|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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. |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UIPrepareView()
|
Method Summary | |
---|---|
void |
encodeBegin(FacesContext context)
Completes begin phase of component encoding. |
String |
getFamily()
Gets component family. |
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 UIComponent
COMPONENT_FAMILY
)public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
context
- faces context
IOException
- if encoding fails
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |