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, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, uiThemeExpansionToken, value
actionMapper, COMPONENT_STACK, parameters, stack, 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, start
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getStandardAttributes, getTemplate, getTemplateDir, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, 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, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValue
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, stripExpressionIfAltSyntax, toString, usesBody
protected 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 UIBean
public void setListenTopics(String listenTopics)
setListenTopics
in interface RemoteBean
public void setHref(String href)
setHref
in interface RemoteBean
public void setErrorText(String errorText)
setErrorText
in interface RemoteBean
public void setExecuteScripts(String executeScripts)
setExecuteScripts
in interface RemoteBean
public void setLoadingText(String loadingText)
setLoadingText
in interface RemoteBean
public void setHandler(String handler)
setHandler
in interface RemoteBean
public void setFormFilter(String formFilter)
setFormFilter
in interface RemoteBean
public void setFormId(String formId)
setFormId
in interface RemoteBean
public void setNotifyTopics(String notifyTopics)
setNotifyTopics
in interface RemoteBean
public void setShowErrorTransportText(String showError)
setShowErrorTransportText
in interface RemoteBean
public void setIndicator(String indicator)
setIndicator
in interface RemoteBean
public void setShowLoadingText(String showLoadingText)
setShowLoadingText
in interface RemoteBean
public void setCssClass(String cssClass)
setCssClass
in interface RemoteBean
setCssClass
in class UIBean
public void setCssStyle(String cssStyle)
setCssStyle
in interface RemoteBean
setCssStyle
in class UIBean
public void setName(String name)
setName
in interface RemoteBean
setName
in class UIBean
public void setAfterNotifyTopics(String afterNotifyTopics)
setAfterNotifyTopics
in interface RemoteBean
public void setBeforeNotifyTopics(String beforeNotifyTopics)
setBeforeNotifyTopics
in interface RemoteBean
public void setErrorNotifyTopics(String errorNotifyTopics)
setErrorNotifyTopics
in interface RemoteBean
public void setHighlightColor(String highlightColor)
setHighlightColor
in interface RemoteBean
public void setHighlightDuration(String highlightDuration)
setHighlightDuration
in interface RemoteBean
public void setSeparateScripts(String separateScripts)
setSeparateScripts
in interface RemoteBean
public void setTransport(String transport)
setTransport
in interface RemoteBean
public void setParseContent(String parseContent)
setParseContent
in interface RemoteBean
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.