ActionType
- public abstract class BaseActionFactory<ActionType extends com.day.cq.wcm.msm.api.LiveAction>
extends java.lang.Object
implements com.day.cq.wcm.msm.api.LiveActionFactory<ActionType>
LiveActionFactory
serviceConstructor and Description |
---|
BaseActionFactory() |
Modifier and Type | Method and Description |
---|---|
ActionType |
createAction(Resource resource)
Creates an action using the
newActionInstance(ValueMap) method. |
public ActionType createAction(Resource resource) throws com.day.cq.wcm.api.WCMException
newActionInstance(ValueMap)
method. The configuration
passed to that method consists of the default configuration returned by
getFactoryConfig()
, overlayed by the properties on the given resource.createAction
in interface com.day.cq.wcm.msm.api.LiveActionFactory<ActionType extends com.day.cq.wcm.msm.api.LiveAction>
com.day.cq.wcm.api.WCMException
Copyright © 2010 - 2019 Adobe. All Rights Reserved