gboat2.base.view.components
类 Page
java.lang.Object
org.apache.struts2.components.Component
gboat2.base.view.components.Page
public class Page
- extends org.apache.struts2.components.Component
JSP 页面标签,设置页面级全局参数
- 从以下版本开始:
- 3.0
- 作者:
- 何明旺
从类 org.apache.struts2.components.Component 继承的字段 |
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure |
构造方法摘要 |
Page(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
从类 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 |
request
protected javax.servlet.http.HttpServletRequest request
response
protected javax.servlet.http.HttpServletResponse response
requestAttrNames
protected Set<String> requestAttrNames
extend
protected String extend
encoding
protected String encoding
readonly
protected String readonly
Page
public Page(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
evaluateParams
protected void evaluateParams()
addParameterWithRequest
protected void addParameterWithRequest(String fieldName,
String expr,
Class<?> valueType,
String attrName)
end
public boolean end(Writer writer,
String body)
- 覆盖:
- 类
org.apache.struts2.components.Component
中的 end
setExtend
public void setExtend(String extend)
setEncoding
public void setEncoding(String encoding)
setReadonly
public void setReadonly(String readonly)
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.