gboat2.base.view.components
类 AbstractAttach

java.lang.Object
  继承者 org.apache.struts2.components.Component
      继承者 org.apache.struts2.components.UIBean
          继承者 gboat2.base.view.components.AbstractAttach
直接已知子类:
Attach, PhotoAttach

public abstract class AbstractAttach
extends org.apache.struts2.components.UIBean

上传附件和上传照片等上传控件的抽象类

从以下版本开始:
3.0.0-SNAPSHOT
作者:
何明旺

字段摘要
protected  String autostart
           
protected  String belongId
           
protected  String deleteUrl
           
protected  String dragdrop
           
protected  String fileDataName
           
protected  String flashSwfUrl
           
protected  String headers
           
protected  String maxFileSize
           
protected  String maxRetries
           
protected  String multipart
           
protected  String multipartParams
           
protected  String onCompleteTopics
           
protected  String onErrorTopics
           
protected  String onProgressTopics
           
protected  String onReadyTopics
           
protected  String onRemovedTopics
           
protected  String onSelectedTopics
           
protected  String onStartTopics
           
protected  String onStopTopics
           
protected  String onUploadedTopics
           
protected  String requiredFeatures
           
protected  String runtimes
           
protected  String silverlightXapUrl
           
protected  String url
           
 
从类 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, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, uiThemeExpansionToken, value
 
从类 org.apache.struts2.components.Component 继承的字段
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
 
构造方法摘要
AbstractAttach(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
方法摘要
 void evaluateExtraParams()
           
protected abstract  String getJqueryAction()
           
 void setAutostart(String autostart)
           
 void setBelongId(String belongId)
           
 void setDeleteUrl(String deleteUrl)
           
 void setDragdrop(String dragdrop)
           
 void setFileDataName(String fileDataName)
           
 void setFlashSwfUrl(String flashSwfUrl)
           
 void setHeaders(String headers)
           
 void setMaxFileSize(String maxFileSize)
           
 void setMaxRetries(String maxRetries)
           
 void setMultipart(String multipart)
           
 void setMultipartParams(String multipartParams)
           
 void setOnCompleteTopics(String onCompleteTopics)
           
 void setOnErrorTopics(String onErrorTopics)
           
 void setOnProgressTopics(String onProgressTopics)
           
 void setOnReadyTopics(String onReadyTopics)
           
 void setOnRemovedTopics(String onRemovedTopics)
           
 void setOnSelectedTopics(String onSelectedTopics)
           
 void setOnStartTopics(String onStartTopics)
           
 void setOnStopTopics(String onStopTopics)
           
 void setOnUploadedTopics(String onUploadedTopics)
           
 void setRequiredFeatures(String requiredFeatures)
           
 void setRuntimes(String runtimes)
           
 void setSilverlightXapUrl(String silverlightXapUrl)
           
 void setUrl(String url)
           
 
从类 org.apache.struts2.components.UIBean 继承的方法
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getStandardAttributes, getTemplate, getTemplateDir, getTheme, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValue
 
从类 org.apache.struts2.components.Component 继承的方法
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, start, stripExpressionIfAltSyntax, toString, usesBody
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

belongId

protected String belongId

deleteUrl

protected String deleteUrl

url

protected String url

fileDataName

protected String fileDataName

flashSwfUrl

protected String flashSwfUrl

headers

protected String headers

maxFileSize

protected String maxFileSize

maxRetries

protected String maxRetries

multipart

protected String multipart

multipartParams

protected String multipartParams

requiredFeatures

protected String requiredFeatures

runtimes

protected String runtimes

silverlightXapUrl

protected String silverlightXapUrl

autostart

protected String autostart

dragdrop

protected String dragdrop

onReadyTopics

protected String onReadyTopics

onSelectedTopics

protected String onSelectedTopics

onRemovedTopics

protected String onRemovedTopics

onStartTopics

protected String onStartTopics

onStopTopics

protected String onStopTopics

onProgressTopics

protected String onProgressTopics

onUploadedTopics

protected String onUploadedTopics

onCompleteTopics

protected String onCompleteTopics

onErrorTopics

protected String onErrorTopics
构造方法详细信息

AbstractAttach

public AbstractAttach(com.opensymphony.xwork2.util.ValueStack stack,
                      javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
方法详细信息

getJqueryAction

protected abstract String getJqueryAction()

evaluateExtraParams

public void evaluateExtraParams()
覆盖:
org.apache.struts2.components.UIBean 中的 evaluateExtraParams

setBelongId

public void setBelongId(String belongId)

setDeleteUrl

public void setDeleteUrl(String deleteUrl)

setUrl

public void setUrl(String url)

setFileDataName

public void setFileDataName(String fileDataName)

setFlashSwfUrl

public void setFlashSwfUrl(String flashSwfUrl)

setHeaders

public void setHeaders(String headers)

setMaxFileSize

public void setMaxFileSize(String maxFileSize)

setMaxRetries

public void setMaxRetries(String maxRetries)

setMultipart

public void setMultipart(String multipart)

setMultipartParams

public void setMultipartParams(String multipartParams)

setRequiredFeatures

public void setRequiredFeatures(String requiredFeatures)

setRuntimes

public void setRuntimes(String runtimes)

setSilverlightXapUrl

public void setSilverlightXapUrl(String silverlightXapUrl)

setAutostart

public void setAutostart(String autostart)

setDragdrop

public void setDragdrop(String dragdrop)

setOnReadyTopics

public void setOnReadyTopics(String onReadyTopics)

setOnSelectedTopics

public void setOnSelectedTopics(String onSelectedTopics)

setOnRemovedTopics

public void setOnRemovedTopics(String onRemovedTopics)

setOnStartTopics

public void setOnStartTopics(String onStartTopics)

setOnStopTopics

public void setOnStopTopics(String onStopTopics)

setOnProgressTopics

public void setOnProgressTopics(String onProgressTopics)

setOnUploadedTopics

public void setOnUploadedTopics(String onUploadedTopics)

setOnCompleteTopics

public void setOnCompleteTopics(String onCompleteTopics)

setOnErrorTopics

public void setOnErrorTopics(String onErrorTopics)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.