类 Project

java.lang.Object
com.gdxsoft.easyweb.script.project.Project

@Deprecated public class Project extends Object
已过时。
  • 构造器详细资料

    • Project

      public Project()
      已过时。
  • 方法详细资料

    • getResource

      public String getResource(String resourceName) throws Exception
      已过时。
      获取资源
      参数:
      resourceName - 资源名
      返回:
      文件名
      抛出:
      Exception - The exception
    • getDescriptionSet

      public Descriptions getDescriptionSet()
      已过时。
      返回:
      the _DescriptionSet
    • setDescriptionSet

      public void setDescriptionSet(Descriptions descriptionSet)
      已过时。
      参数:
      descriptionSet - the _DescriptionSet to set
    • getAcl

      public String getAcl()
      已过时。
      返回:
      the _Acl
    • setAcl

      public void setAcl(String acl)
      已过时。
      参数:
      acl - the _Acl to set
    • getProjectPath

      public String getProjectPath()
      已过时。
      返回:
      the _ProjectPath
    • setProjectPath

      public void setProjectPath(String projectPath)
      已过时。
      参数:
      projectPath - the _ProjectPath to set
    • getDatasources

      public ArrayList<String> getDatasources()
      已过时。
      返回:
      the _Datasources
    • setDatasources

      public void setDatasources(ArrayList<String> datasources)
      已过时。
      参数:
      datasources - the _Datasources to set
    • getResources

      public HashMap<String,Resource> getResources()
      已过时。
      返回:
      the _Resources
    • setResources

      public void setResources(HashMap<String,Resource> resources)
      已过时。
      参数:
      resources - the _Resources to set
    • getPageInfos

      public HashMap<String,PageInfo> getPageInfos()
      已过时。
      返回:
      the _PageInfos
    • setPageInfos

      public void setPageInfos(HashMap<String,PageInfo> pageInfos)
      已过时。
      参数:
      pageInfos - the _PageInfos to set