Class ActionFactory
- java.lang.Object
-
- net.anotheria.anosite.action.servlet.cms.ActionFactory
-
public class ActionFactory extends Object
Utility for Action creation.
-
-
Constructor Summary
Constructors Constructor Description ActionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActioncreateAction(ActionMappingDef def)Creates and return required Action.
-
-
-
Method Detail
-
createAction
public static Action createAction(ActionMappingDef def)
Creates and return required Action.- Parameters:
def-ActionMappingDefdefault mapping from cms- Returns:
Actionas result
-
-