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, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, required, requiredposition, response, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value |
Constructor Summary |
AbstractRemoteBean(ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class org.apache.struts2.components.UIBean |
addFormParameter, buildTemplateName, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getTemplate, getTemplateDir, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssErrorClass, setCssErrorStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue |
Methods inherited from class org.apache.struts2.components.Component |
addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, copyParams, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString, usesBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
href
protected java.lang.String href
errorText
protected java.lang.String errorText
executeScripts
protected java.lang.String executeScripts
loadingText
protected java.lang.String loadingText
listenTopics
protected java.lang.String listenTopics
handler
protected java.lang.String handler
formId
protected java.lang.String formId
formFilter
protected java.lang.String formFilter
notifyTopics
protected java.lang.String notifyTopics
showErrorTransportText
protected java.lang.String showErrorTransportText
indicator
protected java.lang.String indicator
showLoadingText
protected java.lang.String showLoadingText
beforeNotifyTopics
protected java.lang.String beforeNotifyTopics
afterNotifyTopics
protected java.lang.String afterNotifyTopics
errorNotifyTopics
protected java.lang.String errorNotifyTopics
highlightColor
protected java.lang.String highlightColor
highlightDuration
protected java.lang.String highlightDuration
separateScripts
protected java.lang.String separateScripts
transport
protected java.lang.String transport
parseContent
protected java.lang.String parseContent
AbstractRemoteBean
public AbstractRemoteBean(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(java.lang.String theme)
- Overrides:
setTheme
in class UIBean
getTheme
public java.lang.String getTheme()
- Overrides:
getTheme
in class UIBean
setListenTopics
public void setListenTopics(java.lang.String listenTopics)
- Specified by:
setListenTopics
in interface RemoteBean
setHref
public void setHref(java.lang.String href)
- Specified by:
setHref
in interface RemoteBean
setErrorText
public void setErrorText(java.lang.String errorText)
- Specified by:
setErrorText
in interface RemoteBean
setExecuteScripts
public void setExecuteScripts(java.lang.String executeScripts)
- Specified by:
setExecuteScripts
in interface RemoteBean
setLoadingText
public void setLoadingText(java.lang.String loadingText)
- Specified by:
setLoadingText
in interface RemoteBean
setHandler
public void setHandler(java.lang.String handler)
- Specified by:
setHandler
in interface RemoteBean
setFormFilter
public void setFormFilter(java.lang.String formFilter)
- Specified by:
setFormFilter
in interface RemoteBean
setFormId
public void setFormId(java.lang.String formId)
- Specified by:
setFormId
in interface RemoteBean
setNotifyTopics
public void setNotifyTopics(java.lang.String notifyTopics)
- Specified by:
setNotifyTopics
in interface RemoteBean
setShowErrorTransportText
public void setShowErrorTransportText(java.lang.String showError)
- Specified by:
setShowErrorTransportText
in interface RemoteBean
setIndicator
public void setIndicator(java.lang.String indicator)
- Specified by:
setIndicator
in interface RemoteBean
setShowLoadingText
public void setShowLoadingText(java.lang.String showLoadingText)
- Specified by:
setShowLoadingText
in interface RemoteBean
setCssClass
public void setCssClass(java.lang.String cssClass)
- Specified by:
setCssClass
in interface RemoteBean
- Overrides:
setCssClass
in class UIBean
setCssStyle
public void setCssStyle(java.lang.String cssStyle)
- Specified by:
setCssStyle
in interface RemoteBean
- Overrides:
setCssStyle
in class UIBean
setId
public void setId(java.lang.String id)
- Overrides:
setId
in class UIBean
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface RemoteBean
- Overrides:
setName
in class UIBean
setAfterNotifyTopics
public void setAfterNotifyTopics(java.lang.String afterNotifyTopics)
- Specified by:
setAfterNotifyTopics
in interface RemoteBean
setBeforeNotifyTopics
public void setBeforeNotifyTopics(java.lang.String beforeNotifyTopics)
- Specified by:
setBeforeNotifyTopics
in interface RemoteBean
setErrorNotifyTopics
public void setErrorNotifyTopics(java.lang.String errorNotifyTopics)
- Specified by:
setErrorNotifyTopics
in interface RemoteBean
setHighlightColor
public void setHighlightColor(java.lang.String highlightColor)
- Specified by:
setHighlightColor
in interface RemoteBean
setHighlightDuration
public void setHighlightDuration(java.lang.String highlightDuration)
- Specified by:
setHighlightDuration
in interface RemoteBean
setSeparateScripts
public void setSeparateScripts(java.lang.String separateScripts)
- Specified by:
setSeparateScripts
in interface RemoteBean
setTransport
public void setTransport(java.lang.String transport)
- Specified by:
setTransport
in interface RemoteBean
setParseContent
public void setParseContent(java.lang.String parseContent)
- Specified by:
setParseContent
in interface RemoteBean
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.