public abstract class AbstractRemoteBean extends ClosingUIBean implements RemoteBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
afterNotifyTopics |
protected String |
beforeNotifyTopics |
protected String |
errorNotifyTopics |
protected String |
errorText |
protected String |
executeScripts |
protected String |
formFilter |
protected String |
formId |
protected String |
handler |
protected String |
highlightColor |
protected String |
highlightDuration |
protected String |
href |
protected String |
indicator |
protected String |
listenTopics |
protected String |
loadingText |
protected String |
notifyTopics |
protected String |
parseContent |
protected String |
separateScripts |
protected String |
showErrorTransportText |
protected String |
showLoadingText |
protected String |
transport |
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, valueactionMapper, COMPONENT_STACK, parameters, stack, standardAttributesMap, throwExceptionOnELFailure| Constructor and Description |
|---|
AbstractRemoteBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateExtraParams() |
String |
getTheme() |
void |
setAfterNotifyTopics(String afterNotifyTopics) |
void |
setBeforeNotifyTopics(String beforeNotifyTopics) |
void |
setCssClass(String cssClass) |
void |
setCssStyle(String cssStyle) |
void |
setErrorNotifyTopics(String errorNotifyTopics) |
void |
setErrorText(String errorText) |
void |
setExecuteScripts(String executeScripts) |
void |
setFormFilter(String formFilter) |
void |
setFormId(String formId) |
void |
setHandler(String handler) |
void |
setHighlightColor(String highlightColor) |
void |
setHighlightDuration(String highlightDuration) |
void |
setHref(String href) |
void |
setId(String id) |
void |
setIndicator(String indicator) |
void |
setListenTopics(String listenTopics) |
void |
setLoadingText(String loadingText) |
void |
setName(String name) |
void |
setNotifyTopics(String notifyTopics) |
void |
setParseContent(String parseContent) |
void |
setSeparateScripts(String separateScripts) |
void |
setShowErrorTransportText(String showError) |
void |
setShowLoadingText(String showLoadingText) |
void |
setTheme(String theme) |
void |
setTransport(String transport) |
getDefaultOpenTemplate, setOpenTemplate, startaddFormParameter, 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, setValueaddAllParameters, 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, usesBodyprotected String href
protected String errorText
protected String executeScripts
protected String loadingText
protected String listenTopics
protected String handler
protected String formId
protected String formFilter
protected String notifyTopics
protected String showErrorTransportText
protected String indicator
protected String showLoadingText
protected String beforeNotifyTopics
protected String afterNotifyTopics
protected String errorNotifyTopics
protected String highlightColor
protected String highlightDuration
protected String separateScripts
protected String transport
protected String parseContent
public AbstractRemoteBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public void evaluateExtraParams()
evaluateExtraParams in class UIBeanpublic void setListenTopics(String listenTopics)
setListenTopics in interface RemoteBeanpublic void setHref(String href)
setHref in interface RemoteBeanpublic void setErrorText(String errorText)
setErrorText in interface RemoteBeanpublic void setExecuteScripts(String executeScripts)
setExecuteScripts in interface RemoteBeanpublic void setLoadingText(String loadingText)
setLoadingText in interface RemoteBeanpublic void setHandler(String handler)
setHandler in interface RemoteBeanpublic void setFormFilter(String formFilter)
setFormFilter in interface RemoteBeanpublic void setFormId(String formId)
setFormId in interface RemoteBeanpublic void setNotifyTopics(String notifyTopics)
setNotifyTopics in interface RemoteBeanpublic void setShowErrorTransportText(String showError)
setShowErrorTransportText in interface RemoteBeanpublic void setIndicator(String indicator)
setIndicator in interface RemoteBeanpublic void setShowLoadingText(String showLoadingText)
setShowLoadingText in interface RemoteBeanpublic void setCssClass(String cssClass)
setCssClass in interface RemoteBeansetCssClass in class UIBeanpublic void setCssStyle(String cssStyle)
setCssStyle in interface RemoteBeansetCssStyle in class UIBeanpublic void setName(String name)
setName in interface RemoteBeansetName in class UIBeanpublic void setAfterNotifyTopics(String afterNotifyTopics)
setAfterNotifyTopics in interface RemoteBeanpublic void setBeforeNotifyTopics(String beforeNotifyTopics)
setBeforeNotifyTopics in interface RemoteBeanpublic void setErrorNotifyTopics(String errorNotifyTopics)
setErrorNotifyTopics in interface RemoteBeanpublic void setHighlightColor(String highlightColor)
setHighlightColor in interface RemoteBeanpublic void setHighlightDuration(String highlightDuration)
setHighlightDuration in interface RemoteBeanpublic void setSeparateScripts(String separateScripts)
setSeparateScripts in interface RemoteBeanpublic void setTransport(String transport)
setTransport in interface RemoteBeanpublic void setParseContent(String parseContent)
setParseContent in interface RemoteBeanCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.