类 HTMLTagSupportWrapper

java.lang.Object
org.beetl.core.tag.Tag
org.beetl.core.tag.HTMLTagSupportWrapper

public class HTMLTagSupportWrapper extends Tag
封装了html 标签调用,转为Beetl转为真正的Tag 执行
作者:
xiadnafu
  • 字段详细资料

    • tagRoot

      protected String tagRoot
    • tagSuffix

      protected String tagSuffix
  • 构造器详细资料

    • HTMLTagSupportWrapper

      public HTMLTagSupportWrapper()
  • 方法详细资料

    • init

      public void init(Context ctx, Object[] args, Statement st)
      覆盖:
      init 在类中 Tag
    • render

      public void render()
      指定者:
      render 在类中 Tag
    • getHtmlTagResourceId

      protected String getHtmlTagResourceId(String child)
    • callTag

      protected void callTag(TagFactory tagFactory)
    • getAttrs

      public Map getAttrs()
    • callHtmlTag

      protected void callHtmlTag(String path)