gboat2.base.view.components
类 AttachResize

java.lang.Object
  继承者 org.apache.struts2.components.Component
      继承者 gboat2.base.view.components.AttachResize

public class AttachResize
extends org.apache.struts2.components.Component

上传图片之前在客户端调整要上传的图片的大小,只对 mineType 为 image/jpeg, image/png 的附件生效

从以下版本开始:
3.0.0-SNAPSHOT
作者:
何明旺
另请参见:
Attach

字段摘要
protected  String crop
           
protected  String height
           
protected  String quality
           
protected  String width
           
 
从类 org.apache.struts2.components.Component 继承的字段
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
 
构造方法摘要
AttachResize(com.opensymphony.xwork2.util.ValueStack stack)
           
 
方法摘要
 boolean end(Writer writer, String body)
           
 void setCrop(String crop)
           
 void setHeight(String height)
           
 void setQuality(String quality)
           
 void setWidth(String width)
           
 
从类 org.apache.struts2.components.Component 继承的方法
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, copyParams, 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
 

字段详细信息

width

protected String width

height

protected String height

quality

protected String quality

crop

protected String crop
构造方法详细信息

AttachResize

public AttachResize(com.opensymphony.xwork2.util.ValueStack stack)
方法详细信息

end

public boolean end(Writer writer,
                   String body)
覆盖:
org.apache.struts2.components.Component 中的 end

setWidth

public void setWidth(String width)

setHeight

public void setHeight(String height)

setQuality

public void setQuality(String quality)

setCrop

public void setCrop(String crop)


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