@Component
public class BeanComponent
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
private static ConfigDataComponent |
configDataComponent |
private static CmsContentAttributeService |
contentAttributeService |
private static LogTaskService |
logTaskService |
private static ModelComponent |
modelComponent |
private static ScheduledTask |
scheduledTask |
private static SiteComponent |
siteComponent |
private static SysSiteService |
siteService |
private static SysTaskService |
sysTaskService |
private static TemplateComponent |
templateComponent |
构造器和说明 |
---|
BeanComponent() |
限定符和类型 | 方法和说明 |
---|---|
static ConfigDataComponent |
getConfigDataComponent() |
static CmsContentAttributeService |
getContentAttributeService() |
static LogTaskService |
getLogTaskService() |
static ModelComponent |
getModelComponent() |
static ScheduledTask |
getScheduledTask() |
static SiteComponent |
getSiteComponent() |
static SysSiteService |
getSiteService() |
static SysTaskService |
getSysTaskService() |
static TemplateComponent |
getTemplateComponent() |
void |
setConfigDataComponent(ConfigDataComponent configDataComponent) |
void |
setContentAttributeService(CmsContentAttributeService contentAttributeService) |
void |
setLogTaskService(LogTaskService logTaskService) |
void |
setModelComponent(ModelComponent modelComponent) |
void |
setScheduledTask(ScheduledTask scheduledTask) |
void |
setSiteComponent(SiteComponent siteComponent) |
void |
setSiteService(SysSiteService siteService) |
void |
setSysTaskService(SysTaskService sysTaskService) |
void |
setTemplateComponent(TemplateComponent templateComponent) |
private static SiteComponent siteComponent
private static ConfigDataComponent configDataComponent
private static SysTaskService sysTaskService
private static LogTaskService logTaskService
private static SysSiteService siteService
private static ScheduledTask scheduledTask
private static CmsContentAttributeService contentAttributeService
private static TemplateComponent templateComponent
private static ModelComponent modelComponent
public static SiteComponent getSiteComponent()
public static ConfigDataComponent getConfigDataComponent()
public static SysTaskService getSysTaskService()
public static LogTaskService getLogTaskService()
public static SysSiteService getSiteService()
public static ScheduledTask getScheduledTask()
public static TemplateComponent getTemplateComponent()
public static CmsContentAttributeService getContentAttributeService()
public void setSiteComponent(SiteComponent siteComponent)
siteComponent
- the siteComponent to setpublic void setConfigDataComponent(ConfigDataComponent configDataComponent)
configDataComponent
- the configDataComponent to setpublic void setSysTaskService(SysTaskService sysTaskService)
sysTaskService
- the sysTaskService to setpublic void setLogTaskService(LogTaskService logTaskService)
logTaskService
- the logTaskService to setpublic void setSiteService(SysSiteService siteService)
siteService
- the siteService to setpublic void setScheduledTask(ScheduledTask scheduledTask)
scheduledTask
- the scheduledTask to setpublic void setContentAttributeService(CmsContentAttributeService contentAttributeService)
contentAttributeService
- the contentAttributeService to setpublic void setTemplateComponent(TemplateComponent templateComponent)
templateComponent
- the templateComponent to setpublic static ModelComponent getModelComponent()
public void setModelComponent(ModelComponent modelComponent)
modelComponent
- the modelComponent to set