类 Script

java.lang.Object
org.beangle.struts2.view.component.Component
org.beangle.struts2.view.component.UIBean
org.beangle.struts2.view.component.ClosingUIBean
org.openurp.web.view.component.Script

public class Script extends org.beangle.struts2.view.component.ClosingUIBean
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected String
     
    protected boolean
     
    protected String
     
    protected Set<String>
     
    protected Set<String>
     
    protected String
     
    protected String
     
    protected String
     

    从类继承的字段 org.beangle.struts2.view.component.ClosingUIBean

    body

    从类继承的字段 org.beangle.struts2.view.component.UIBean

    cssClass, id, theme

    从类继承的字段 org.beangle.struts2.view.component.Component

    COMPONENT_STACK, parameters, stack
  • 构造器概要

    构造器
    构造器
    说明
    Script(com.opensymphony.xwork2.util.ValueStack stack)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
     
     
     
     
     
    boolean
     
    boolean
     
    boolean
     
    void
    setCharset(String charset)
     
    void
    setCompressBody(boolean compressBody)
     
    void
    setCompressed(boolean compressed)
     
    void
    setDefer(boolean defer)
     
    void
    setRequire(String require)
     
    void
     
    void
     
    void
     

    从类继承的方法 org.beangle.struts2.view.component.ClosingUIBean

    doEnd, end, getBody, setTheme, start, usesBody

    从类继承的方法 org.beangle.struts2.view.component.UIBean

    generateIdIfEmpty, getContainer, getCssClass, getId, getParameterString, getRequest, getRequestParameter, getRequestURI, getText, getText, getTheme, getValue, mergeTemplate, processLabel, render, setCssClass, setId

    从类继承的方法 org.beangle.struts2.view.component.Component

    addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, popComponentStack, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • type

      protected String type
    • defer

      protected boolean defer
    • charset

      protected String charset
    • tmpl

      protected String tmpl
    • src

      protected String src
    • require

      protected String require
    • requireCss

      protected Set<String> requireCss
    • requireJs

      protected Set<String> requireJs
  • 构造器详细资料

    • Script

      public Script(com.opensymphony.xwork2.util.ValueStack stack)
  • 方法详细资料

    • evaluateParams

      protected void evaluateParams()
      覆盖:
      evaluateParams 在类中 org.beangle.struts2.view.component.UIBean
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isDefer

      public boolean isDefer()
    • setDefer

      public void setDefer(boolean defer)
    • getCharset

      public String getCharset()
    • setCharset

      public void setCharset(String charset)
    • getTmpl

      public String getTmpl()
    • setTmpl

      public void setTmpl(String tmpl)
    • getSrc

      public String getSrc()
    • setSrc

      public void setSrc(String src)
    • setRequire

      public void setRequire(String require)
    • isCompressed

      public boolean isCompressed()
    • setCompressed

      public void setCompressed(boolean compressed)
    • isCompressBody

      public boolean isCompressBody()
    • setCompressBody

      public void setCompressBody(boolean compressBody)