ArcGIS Server Geoportal extension
10

com.esri.gpt.framework.jsf.components
Class UIJscript

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.esri.gpt.framework.jsf.components.UIJscript
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder

public class UIJscript
extends javax.faces.component.UIComponentBase
implements javax.faces.component.StateHolder, Serializable

The Class UIJscript.

See Also:
Serialized Form

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.
 
Constructor Summary
UIJscript()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context)
          Encoding of component.
 void encodeEnd(javax.faces.context.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 javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeChildren, 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
 
Methods inherited from interface javax.faces.component.StateHolder
isTransient, restoreState, saveState, setTransient
 

Field Detail

COMPONENT_TYPE

public static String COMPONENT_TYPE
The COMPONEN t_ TYPE.


COMPONENT_FAMILY

public static String COMPONENT_FAMILY
The COMPONEN t_ FAMILY.

Constructor Detail

UIJscript

public UIJscript()
Method Detail

readVariableName

public String readVariableName()
Read variable name.

Returns:
the string

readQuoted

public boolean readQuoted()
Read quoted.

Returns:
true, if successful

readValue

public String readValue()
Read value.

Returns:
the string

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws IOException
Encoding of component.

Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Parameters:
context - this facesContext
Throws:
IOException - If Io Problem

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context)
               throws IOException
Prints end of encoding.

Overrides:
encodeEnd in class javax.faces.component.UIComponentBase
Parameters:
context - this context
Throws:
IOException - Thrown on IO Problem

getFamily

public String getFamily()
Family name of this component.

Specified by:
getFamily in class javax.faces.component.UIComponent
Returns:
Family name of this component

ArcGIS Server Geoportal extension
10

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