Esri Geoportal Server
1.0

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, EventListener, PartialStateHolder, StateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder

public class UIJscript
extends UIComponentBase
implements 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.
 
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 javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
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(FacesContext context)
                 throws IOException
Encoding of component.

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

encodeEnd

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

Overrides:
encodeEnd in class 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 UIComponent
Returns:
Family name of this component

Esri Geoportal Server
1.0

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