Class EmptyTemplate
Object
EmptyTemplate
- All Implemented Interfaces:
NewStructureTemplate
- Author:
- alexeypegov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureNewStructure(Structure structure, Map<String, Object> params) createStep(String step, Map<String, Object> params, NewStructureTemplateContext context) booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NewStructureTemplate
getCreateButtonTextKey, hasCustomFinalStep, prepareNewStructureUrl, shouldRedirectForNewStructure
-
Constructor Details
-
EmptyTemplate
public EmptyTemplate()
-
-
Method Details
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceNewStructureTemplate
-
getInitialStep
- Specified by:
getInitialStepin interfaceNewStructureTemplate
-
createStep
@NotNull public NewStructureTemplateStep createStep(@NotNull String step, @NotNull Map<String, Object> params, NewStructureTemplateContext context) throws StructureTemplateException- Specified by:
createStepin interfaceNewStructureTemplate- Throws:
StructureTemplateException
-
configureNewStructure
public void configureNewStructure(@NotNull Structure structure, @NotNull Map<String, Object> params) throws StructureTemplateException- Specified by:
configureNewStructurein interfaceNewStructureTemplate- Throws:
StructureTemplateException
-