Class BaseAction

java.lang.Object
com.day.cq.wcm.msm.commons.BaseAction
All Implemented Interfaces:
JSONItem, LiveAction
Direct Known Subclasses:
FilteredAction

public abstract class BaseAction extends Object implements LiveAction
Base implementation for the LiveAction interface. This abstract class offers some basic configuration tasks for building a LiveAction and also default implementations for the deprecated methods. It will speed up the implementation of a LiveAction by only implementing the handles and doExecute abstract methods.