Class WebScriptTag
- java.lang.Object
-
- javax.faces.webapp.UIComponentTag
-
- org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
-
- org.springframework.extensions.webscripts.jsf.WebScriptTag
-
- All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class WebScriptTag extends BaseComponentTag
JSF tag class for the UIWebScript component.- Author:
- Kevin Roast
-
-
Field Summary
-
Fields inherited from class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
ACTION_CLASS_ARGS
-
-
Constructor Summary
Constructors Constructor Description WebScriptTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentType()java.lang.StringgetRendererType()voidrelease()voidsetContext(java.lang.String context)Set the script contextprotected voidsetProperties(javax.faces.component.UIComponent component)voidsetScriptUrl(java.lang.String scriptUrl)Set the script service Url-
Methods inherited from class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticProperty
-
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
-
-
-
-
Method Detail
-
getComponentType
public java.lang.String getComponentType()
- Specified by:
getComponentTypein classjavax.faces.webapp.UIComponentTag- See Also:
UIComponentTag.getComponentType()
-
getRendererType
public java.lang.String getRendererType()
- Specified by:
getRendererTypein classjavax.faces.webapp.UIComponentTag- See Also:
UIComponentTag.getRendererType()
-
setProperties
protected void setProperties(javax.faces.component.UIComponent component)
- Overrides:
setPropertiesin classjavax.faces.webapp.UIComponentTag- See Also:
UIComponentTag.setProperties(javax.faces.component.UIComponent)
-
release
public void release()
- Specified by:
releasein interfacejavax.servlet.jsp.tagext.Tag- Overrides:
releasein classjavax.faces.webapp.UIComponentTag- See Also:
Tag.release()
-
setScriptUrl
public void setScriptUrl(java.lang.String scriptUrl)
Set the script service Url- Parameters:
scriptUrl- the script service Url
-
setContext
public void setContext(java.lang.String context)
Set the script context- Parameters:
context- the script context
-
-