| 
 | |||||||||
| 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
javax.faces.component.UIOutput
com.ibm.xsp.component.UIOutputEx
com.ibm.xsp.component.xp.XspOutputScript
public class XspOutputScript
A control that outputs scripts.
XPages Core Controls - Output Script
Represents an HTMLscript element
 
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class javax.faces.component.UIComponentBase | 
|---|
| javax.faces.component.UIComponentBase.AggregatedIterator, javax.faces.component.UIComponentBase.UnmodifiableIterator | 
| Nested classes/interfaces inherited from class javax.faces.component.UIComponent | 
|---|
| javax.faces.component.UIComponent.StateMap, javax.faces.component.UIComponent.StateMapEntry | 
| Field Summary | |
|---|---|
| static java.lang.String | COMPONENT_TYPE | 
| Fields inherited from class javax.faces.component.UIOutput | 
|---|
| COMPONENT_FAMILY | 
| Fields inherited from class javax.faces.component.UIComponentBase | 
|---|
| EMPTY_ITERATOR | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
| _xspStateId | 
| Constructor Summary | |
|---|---|
| XspOutputScript() | |
| Method Summary | |
|---|---|
|  java.lang.String | getCharset()Return the value of the charsetproperty. | 
|  java.lang.String | getDojoArgs()Return the value of the dojoArgsproperty. | 
|  java.lang.String | getDojoEvent()Return the value of the dojoEventproperty. | 
|  java.lang.String | getSrc()Return the value of the srcproperty. | 
|  java.lang.String | getType()Return the value of the typeproperty. | 
|  java.lang.Object | getValue()Return the value of the valueproperty. | 
|  boolean | isDefer()Return the value of the deferproperty. | 
|  void | restoreState(javax.faces.context.FacesContext _context,
             java.lang.Object _state) | 
|  java.lang.Object | saveState(javax.faces.context.FacesContext _context) | 
|  void | setCharset(java.lang.String charset)Set the value of the charsetproperty. | 
|  void | setDefer(boolean defer)Set the value of the deferproperty. | 
|  void | setDojoArgs(java.lang.String dojoArgs)Set the value of the dojoArgsproperty. | 
|  void | setDojoEvent(java.lang.String dojoEvent)Set the value of the dojoEventproperty. | 
|  void | setSrc(java.lang.String src)Set the value of the srcproperty. | 
|  void | setType(java.lang.String type)Set the value of the typeproperty. | 
|  void | setValue(java.lang.Object value)Set the value of the valueproperty. | 
| Methods inherited from class com.ibm.xsp.component.UIOutputEx | 
|---|
| buildContents, getDefaultHtmlFilter, getHtmlFilter, getHtmlFilterName, getStyleKitFamily, initAfterContents, initBeforeContents | 
| Methods inherited from class javax.faces.component.UIOutput | 
|---|
| getConverter, getFamily, getLocalValue, setConverter | 
| Methods inherited from class javax.faces.component.UIComponentBase | 
|---|
| _xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
| _xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, invokeOnComponent, isVisitable, markInitialState, setControlState, visitTree | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail | 
|---|
public XspOutputScript()
| Method Detail | 
|---|
public java.lang.String getCharset()
 Return the value of the charset property. Contents:
 
Specifies the character set for the script.
public java.lang.String getDojoArgs()
 Return the value of the dojoArgs property. Contents:
 
A comma-separated list of Dojo arguments to output on the script tag. See: http://docs.dojocampus.org/dojo/parser#script-tags
public java.lang.String getDojoEvent()
 Return the value of the dojoEvent property. Contents:
 
Specifies a Dojo event or function name to output on the script tag. See: http://docs.dojocampus.org/dojo/parser#script-tags
public java.lang.String getSrc()
 Return the value of the src property. Contents:
 
Specifies external script file to import from a different application or domain.
public java.lang.String getType()
 Return the value of the type property. Contents:
 
Specifies the script language type, default is text/JavaScript
public java.lang.Object getValue()
 Return the value of the value property. Contents:
 
The client JavaScript script to be added to the page
getValue in interface javax.faces.component.ValueHoldergetValue in class javax.faces.component.UIOutputpublic boolean isDefer()
 Return the value of the defer property. Contents:
 
If true lets the browser know that script does not output document content, e.g. no document.write statements
public void restoreState(javax.faces.context.FacesContext _context,
                         java.lang.Object _state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutputpublic java.lang.Object saveState(javax.faces.context.FacesContext _context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutputpublic void setCharset(java.lang.String charset)
 Set the value of the charset property.
 
public void setDefer(boolean defer)
 Set the value of the defer property.
 
public void setDojoArgs(java.lang.String dojoArgs)
 Set the value of the dojoArgs property.
 
public void setDojoEvent(java.lang.String dojoEvent)
 Set the value of the dojoEvent property.
 
public void setSrc(java.lang.String src)
 Set the value of the src property.
 
public void setType(java.lang.String type)
 Set the value of the type property.
 
public void setValue(java.lang.Object value)
 Set the value of the value property.
 
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIOutput| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||