|
||||||||||
| 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
org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
org.springframework.extensions.webscripts.jsf.UIWebScript
public class UIWebScript
JSF Component implementation for the WebScript component.
Responsible for generating a JSF Component specific WebScriptRuntime instance and executing the specified WebScript against the runtime.
| Nested Class Summary | |
|---|---|
static class |
UIWebScript.WebScriptEvent
Class representing the clicking of a webscript url action. |
| Constructor Summary | |
|---|---|
UIWebScript()
Default constructor |
|
| Method Summary | |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event)
|
void |
decode(javax.faces.context.FacesContext context)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
Object |
getContext()
|
String |
getFamily()
|
String |
getScriptUrl()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setContext(Object context)
|
void |
setScriptUrl(String scriptUrl)
Set the scriptUrl |
| Methods inherited from class org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent |
|---|
outputAttribute |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, encodeChildren, encodeEnd, 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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIWebScript()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIComponentUIComponent.getFamily()
public void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseStateHolder.saveState(javax.faces.context.FacesContext)
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBase
public void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public void setScriptUrl(String scriptUrl)
scriptUrl - the scriptUrlpublic String getScriptUrl()
public Object getContext()
public void setContext(Object context)
context - the user defined script context to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||