public class ImprintPageContentManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<StaticPageContentManager>
StaticPageContentManager of the imprint page.| Modifier and Type | Field and Description |
|---|---|
static String |
SECTION_ID_ABOUT
ID of the about section
|
static String |
SECTION_ID_CONTACT
ID of the contact section
|
static String |
SECTION_ID_IMPRINT
ID of the imprint section
|
static String |
SECTION_ID_TERMS
ID of the terms of use section
|
static int |
SECTION_ORDER_ABOUT
order value of the about section
|
static int |
SECTION_ORDER_CONTACT
order value of the contact section
|
static int |
SECTION_ORDER_IMPRINT
order value of the imprint section
|
static int |
SECTION_ORDER_TERMS
order value of the terms of use section
|
| Constructor and Description |
|---|
ImprintPageContentManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
StaticPageContentManager |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public static final String SECTION_ID_CONTACT
public static final int SECTION_ORDER_CONTACT
public static final String SECTION_ID_IMPRINT
public static final int SECTION_ORDER_IMPRINT
public static final String SECTION_ID_TERMS
public static final int SECTION_ORDER_TERMS
public static final String SECTION_ID_ABOUT
public static final int SECTION_ORDER_ABOUT
public StaticPageContentManager getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<StaticPageContentManager>Exceptionpublic 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.