Package net.anotheria.anosite.action
Class ActionMapping
- java.lang.Object
-
- net.anotheria.anosite.action.ActionMapping
-
public class ActionMapping extends Object
Mapping submitted to the action command and defined by an editor/developer in the web interface.- Author:
- lrosenberg
-
-
Constructor Summary
Constructors Constructor Description ActionMapping(ActionMappingDef aDef)Creates a new ActionMapping
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getLocalizationBundleIds()Returns LocalizationBundle ids, that are connected to this ActionMapping.ActionCommandgetPredefinedCommand()Returns the predefinedCommand.StringtoString()
-
-
-
Constructor Detail
-
ActionMapping
public ActionMapping(ActionMappingDef aDef)
Creates a new ActionMapping- Parameters:
aDef- TODO dummy comment for javadoc.
-
-
Method Detail
-
getPredefinedCommand
public ActionCommand getPredefinedCommand()
Returns the predefinedCommand.- Returns:
- TODO dummy comment for javadoc.
-
getLocalizationBundleIds
public List<String> getLocalizationBundleIds()
Returns LocalizationBundle ids, that are connected to this ActionMapping.- Returns:
- TODO dummy comment for javadoc.
-
-