java.lang.Object
com.gdxsoft.easyweb.script.template.Skin
所有已实现的接口:
Serializable

public class Skin extends Object implements Serializable
另请参阅:
  • 方法详细资料

    • instance

      public static Skin instance() throws Exception
      抛出:
      Exception
    • getSkinFrames

      public SkinFrames getSkinFrames(String skinName) throws Exception
      抛出:
      Exception
    • getHead

      public String getHead()
      html4定义的头
      返回:
      the _Head
    • getHeadXHtml

      public String getHeadXHtml()
      获取 XHtml 定义的头
      返回:
      the _HeadXHtml
    • getHeadH5

      public String getHeadH5()
      获取 h5定义的头
      返回:
      the _HeadH5
    • getHeadMobile

      public String getHeadMobile()
      手机的头
      返回:
      the headMobile
    • getStyle

      public String getStyle()
      返回:
      the _Style
    • getScript

      public String getScript()
      返回:
      the _Script
    • getTitle

      public String getTitle()
      返回:
      the _Title
    • getBodyStart

      public String getBodyStart()
      返回:
      the _BodyStart
    • getBodyEnd

      public String getBodyEnd()
      返回:
      the _BodyEnd
    • getName

      public String getName()
      返回:
      the _Name
    • getSkinFrames

      public HashMap<String,SkinFrames> getSkinFrames()
      返回:
      the _SkinFrames
    • getBodyStartMobile

      public String getBodyStartMobile()
      获取通用body的 Mobile 开始部分
      返回:
      the _BodyStartH5
    • getBodyEndMobile

      public String getBodyEndMobile()
      获取通用body的 Mobile结束部分
      返回:
      the _BodyEndH5
    • getHeadVue

      public String getHeadVue()
      vue的头
      返回:
      the _HeadVue