org.apache.struts2.dojo.components
Class AbstractRemoteBean
java.lang.Object
org.apache.struts2.components.Component
org.apache.struts2.components.UIBean
org.apache.struts2.components.ClosingUIBean
org.apache.struts2.dojo.components.AbstractRemoteBean
- All Implemented Interfaces:
- RemoteBean
- Direct Known Subclasses:
- AbstractValidateBean, Div
public abstract class AbstractRemoteBean
- extends ClosingUIBean
- implements RemoteBean
AbstractRemoteCallUIBean is superclass for all components dealing with remote
calls.
Fields inherited from class org.apache.struts2.components.UIBean |
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, defaultTemplateDir, defaultUITheme, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, requiredLabel, requiredPosition, response, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, uiThemeExpansionToken, value |
Constructor Summary |
AbstractRemoteBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class org.apache.struts2.components.UIBean |
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getTemplate, getTemplateDir, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setClass, setCssErrorClass, setCssErrorStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setErrorPosition, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setStyle, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValue |
Methods inherited from class org.apache.struts2.components.Component |
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, getStandardAttributes, isValidTagAttribute, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, stripExpressionIfAltSyntax, toString, usesBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
href
protected String href
errorText
protected String errorText
executeScripts
protected String executeScripts
loadingText
protected String loadingText
listenTopics
protected String listenTopics
handler
protected String handler
formId
protected String formId
formFilter
protected String formFilter
notifyTopics
protected String notifyTopics
showErrorTransportText
protected String showErrorTransportText
indicator
protected String indicator
showLoadingText
protected String showLoadingText
beforeNotifyTopics
protected String beforeNotifyTopics
afterNotifyTopics
protected String afterNotifyTopics
errorNotifyTopics
protected String errorNotifyTopics
highlightColor
protected String highlightColor
highlightDuration
protected String highlightDuration
separateScripts
protected String separateScripts
transport
protected String transport
parseContent
protected String parseContent
AbstractRemoteBean
public AbstractRemoteBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
evaluateExtraParams
public void evaluateExtraParams()
- Overrides:
evaluateExtraParams
in class UIBean
setTheme
public void setTheme(String theme)
- Overrides:
setTheme
in class UIBean
getTheme
public String getTheme()
- Overrides:
getTheme
in class UIBean
setListenTopics
public void setListenTopics(String listenTopics)
- Specified by:
setListenTopics
in interface RemoteBean
setHref
public void setHref(String href)
- Specified by:
setHref
in interface RemoteBean
setErrorText
public void setErrorText(String errorText)
- Specified by:
setErrorText
in interface RemoteBean
setExecuteScripts
public void setExecuteScripts(String executeScripts)
- Specified by:
setExecuteScripts
in interface RemoteBean
setLoadingText
public void setLoadingText(String loadingText)
- Specified by:
setLoadingText
in interface RemoteBean
setHandler
public void setHandler(String handler)
- Specified by:
setHandler
in interface RemoteBean
setFormFilter
public void setFormFilter(String formFilter)
- Specified by:
setFormFilter
in interface RemoteBean
setFormId
public void setFormId(String formId)
- Specified by:
setFormId
in interface RemoteBean
setNotifyTopics
public void setNotifyTopics(String notifyTopics)
- Specified by:
setNotifyTopics
in interface RemoteBean
setShowErrorTransportText
public void setShowErrorTransportText(String showError)
- Specified by:
setShowErrorTransportText
in interface RemoteBean
setIndicator
public void setIndicator(String indicator)
- Specified by:
setIndicator
in interface RemoteBean
setShowLoadingText
public void setShowLoadingText(String showLoadingText)
- Specified by:
setShowLoadingText
in interface RemoteBean
setCssClass
public void setCssClass(String cssClass)
- Specified by:
setCssClass
in interface RemoteBean
- Overrides:
setCssClass
in class UIBean
setCssStyle
public void setCssStyle(String cssStyle)
- Specified by:
setCssStyle
in interface RemoteBean
- Overrides:
setCssStyle
in class UIBean
setId
public void setId(String id)
- Overrides:
setId
in class UIBean
setName
public void setName(String name)
- Specified by:
setName
in interface RemoteBean
- Overrides:
setName
in class UIBean
setAfterNotifyTopics
public void setAfterNotifyTopics(String afterNotifyTopics)
- Specified by:
setAfterNotifyTopics
in interface RemoteBean
setBeforeNotifyTopics
public void setBeforeNotifyTopics(String beforeNotifyTopics)
- Specified by:
setBeforeNotifyTopics
in interface RemoteBean
setErrorNotifyTopics
public void setErrorNotifyTopics(String errorNotifyTopics)
- Specified by:
setErrorNotifyTopics
in interface RemoteBean
setHighlightColor
public void setHighlightColor(String highlightColor)
- Specified by:
setHighlightColor
in interface RemoteBean
setHighlightDuration
public void setHighlightDuration(String highlightDuration)
- Specified by:
setHighlightDuration
in interface RemoteBean
setSeparateScripts
public void setSeparateScripts(String separateScripts)
- Specified by:
setSeparateScripts
in interface RemoteBean
setTransport
public void setTransport(String transport)
- Specified by:
setTransport
in interface RemoteBean
setParseContent
public void setParseContent(String parseContent)
- Specified by:
setParseContent
in interface RemoteBean
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.