gboat2.base.view.components
类 Overlay

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

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

重写一个已在父页面定义好的代码块

从以下版本开始:
3.0
作者:
何明旺

字段摘要
protected  String id
           
 
从类 org.apache.struts2.components.Component 继承的字段
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
 
构造方法摘要
Overlay(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request)
           
 
方法摘要
 boolean end(Writer writer, String body)
           
protected  boolean isOverrided()
          判断该代码块是否已经被覆盖过了,如:JSP 中出现了两个 id 属性值一样的 <g2:overlay> 标签时,在解析第二个的时候,该方法应该返回 true
 void setId(String id)
           
 boolean start(Writer writer)
           
 boolean usesBody()
           
 
从类 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, stripExpressionIfAltSyntax, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

id

protected String id
构造方法详细信息

Overlay

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

start

public boolean start(Writer writer)
覆盖:
org.apache.struts2.components.Component 中的 start

usesBody

public boolean usesBody()
覆盖:
org.apache.struts2.components.Component 中的 usesBody

end

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

isOverrided

protected boolean isOverrided()
判断该代码块是否已经被覆盖过了,如:JSP 中出现了两个 id 属性值一样的 <g2:overlay> 标签时,在解析第二个的时候,该方法应该返回 true

返回:

setId

public void setId(String id)


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