|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.apache.struts2.components.Component gboat2.base.view.components.AttachResize
public class AttachResize
上传图片之前在客户端调整要上传的图片的大小,只对 mineType 为 image/jpeg, image/png 的附件生效
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 |
字段详细信息 |
---|
protected String width
protected String height
protected String quality
protected String crop
构造方法详细信息 |
---|
public AttachResize(com.opensymphony.xwork2.util.ValueStack stack)
方法详细信息 |
---|
public boolean end(Writer writer, String body)
org.apache.struts2.components.Component
中的 end
public void setWidth(String width)
public void setHeight(String height)
public void setQuality(String quality)
public void setCrop(String crop)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |