Class DefaultApplicationTemplateManager
java.lang.Object
io.gravitee.am.service.impl.application.DefaultApplicationTemplateManager
- All Implemented Interfaces:
ApplicationTemplateManager,org.springframework.beans.factory.InitializingBean
@Component
public class DefaultApplicationTemplateManager
extends Object
implements ApplicationTemplateManager, org.springframework.beans.factory.InitializingBean
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidapply(Application application) voidchangeType(Application application)
-
Constructor Details
-
DefaultApplicationTemplateManager
public DefaultApplicationTemplateManager()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceApplicationTemplateManager
-
changeType
- Specified by:
changeTypein interfaceApplicationTemplateManager
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-