类 OSSComponent

java.lang.Object
com.publiccms.logic.component.OSSComponent
所有已实现的接口:
AdminContextPath, Config

@Component public class OSSComponent extends Object implements Config, AdminContextPath
OSSComponent 对象存储组件
  • 字段详细资料

  • 构造器详细资料

    • OSSComponent

      public OSSComponent()
  • 方法详细资料

    • setAdminContextPath

      public void setAdminContextPath(String adminContextPath)
      指定者:
      setAdminContextPath 在接口中 AdminContextPath
      参数:
      adminContextPath - the adminContextPath to set
    • getAdminContextPath

      public String getAdminContextPath()
      返回:
      the adminContextPath
    • getCode

      public String getCode(short siteId, boolean showAll)
      指定者:
      getCode 在接口中 Config
      参数:
      siteId - site id
      showAll - show all
      返回:
      config code or null
    • getCodeDescription

      public String getCodeDescription(Locale locale)
      指定者:
      getCodeDescription 在接口中 Config
      参数:
      locale - locale
      返回:
      description
    • getExtendFieldList

      public List<SysExtendField> getExtendFieldList(SysSite site, Locale locale)
      指定者:
      getExtendFieldList 在接口中 Config
      参数:
      site -
      locale -
      返回:
      config extend field list