public class ToolsPageContentManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<StaticPageContentManager>
StaticPageContentManager
of the tools page.Modifier and Type | Field and Description |
---|---|
static String |
SECTION_ID_DESKTOP_CLIENT
ID of the desktop client section
|
static String |
SECTION_ID_MOBILE_APPS
ID of the desktop client section
|
static int |
SECTION_ORDER_DESKTOP_CLIENT
order value of the desktop client section
|
static int |
SECTION_ORDER_MOBILE_APPS
order value of the desktop client section
|
Constructor and Description |
---|
ToolsPageContentManagerFactory() |
Modifier and Type | Method and Description |
---|---|
StaticPageContentManager |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public static final String SECTION_ID_DESKTOP_CLIENT
public static final int SECTION_ORDER_DESKTOP_CLIENT
public static final String SECTION_ID_MOBILE_APPS
public static final int SECTION_ORDER_MOBILE_APPS
public StaticPageContentManager getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<StaticPageContentManager>
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<StaticPageContentManager>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<StaticPageContentManager>
Copyright © 2019 Communote team. All rights reserved.