|
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.UIJscript
public class UIJscript
The Class UIJscript.
Nested Class Summary | |
---|---|
static class |
UIJscript.Options
The Enum Options. |
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
The COMPONEN t_ FAMILY. |
static String |
COMPONENT_TYPE
The COMPONEN t_ 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 | |
---|---|
UIJscript()
|
Method Summary | |
---|---|
void |
encodeBegin(FacesContext context)
Encoding of component. |
void |
encodeEnd(FacesContext context)
Prints end of encoding. |
String |
getFamily()
Family name of this component. |
boolean |
readQuoted()
Read quoted. |
String |
readValue()
Read value. |
String |
readVariableName()
Read variable name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.StateHolder |
---|
isTransient, restoreState, saveState, setTransient |
Field Detail |
---|
public static String COMPONENT_TYPE
public static String COMPONENT_FAMILY
Constructor Detail |
---|
public UIJscript()
Method Detail |
---|
public String readVariableName()
public boolean readQuoted()
public String readValue()
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
context
- this facesContext
IOException
- If Io Problempublic void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
context
- this context
IOException
- Thrown on IO Problempublic String getFamily()
getFamily
in class UIComponent
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |